File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0-beta.4 (Unreleased)
4+
5+
36## 1.0.0-beta.3 (2020-11-12)
47
58### Breaking Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @azure/data-tables" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-beta.4 " ,
44 "description" : " An isomorphic client library for the Azure Tables service." ,
55 "sdk-type" : " client" ,
66 "main" : " dist/index.js" ,
1414 "types" : " types/latest/data-tables.d.ts" ,
1515 "scripts" : {
1616 "audit" : " node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit" ,
17- "build:autorest" : " autorest ./swagger/README.md --typescript --package-version=1.0.0-beta.2 --version=3.0.6267 --v3=true" ,
17+ "build:autorest" : " autorest ./swagger/README.md --typescript --package-version=1.0.0-beta.4 --version=3.0.6267 --v3=true" ,
1818 "build:browser" : " tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1" ,
1919 "build:node" : " tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1" ,
2020 "build:samples" : " cd samples && tsc -p ." ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010import { GeneratedClientOptionalParams } from "./models" ;
1111
1212const packageName = "@azure/data-tables" ;
13- const packageVersion = "1.0.0-beta.3 " ;
13+ const packageVersion = "1.0.0-beta.4 " ;
1414
1515export class GeneratedClientContext extends coreHttp . ServiceClient {
1616 url : string ;
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- export const SDK_VERSION : string = "1.0.0-beta.3 " ;
4+ export const SDK_VERSION : string = "1.0.0-beta.4 " ;
55export const LIB_INFO = `azsdk-js-data-tables/${ SDK_VERSION } ` ;
66
77export const HeaderConstants = {
You can’t perform that action at this time.
0 commit comments