@azure/data-tables 13.0.1-alpha.20220112.3 → 13.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
- Fix issue where optionality of expiresOn and permissions is not respected when signedIdentifier is provided.
|
|
9
9
|
- Fix `createTable` not calling `onResponse` callback when the service returns `TableAlreadyExists`. [#18914](https://github.com/Azure/azure-sdk-for-js/pull/18914)
|
|
10
10
|
|
|
11
|
-
### Other Changes
|
|
12
|
-
|
|
13
11
|
## 13.0.0 (2021-11-11)
|
|
14
12
|
|
|
15
13
|
### Acknowledgments
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.0.1
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@azure/identity": "^2.0.1",
|
|
90
|
-
"@azure/dev-tool": "
|
|
90
|
+
"@azure/dev-tool": "^1.0.0",
|
|
91
91
|
"@microsoft/api-extractor": "^7.18.11",
|
|
92
92
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
93
93
|
"@rollup/plugin-json": "^4.0.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/node": "^12.0.0",
|
|
100
100
|
"@types/sinon": "^9.0.4",
|
|
101
101
|
"@types/uuid": "^8.0.0",
|
|
102
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
102
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
103
103
|
"chai": "^4.2.0",
|
|
104
104
|
"cross-env": "^7.0.2",
|
|
105
105
|
"downlevel-dts": "^0.8.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"util": "^0.12.1",
|
|
131
131
|
"dotenv": "^8.2.0",
|
|
132
132
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
133
|
-
"@azure/test-utils": "
|
|
133
|
+
"@azure/test-utils": "^1.0.0",
|
|
134
134
|
"rollup-plugin-shim": "^1.0.0",
|
|
135
135
|
"@rollup/plugin-inject": "^4.0.0",
|
|
136
136
|
"ts-node": "^10.0.0"
|