@azure/data-tables 13.2.3-alpha.20230919.1 → 13.2.3-alpha.20230926.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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.2.3-alpha.
|
|
3
|
+
"version": "13.2.3-alpha.20230926.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"uuid": "^8.3.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@azure/identity": "^
|
|
91
|
+
"@azure/identity": "^3.3.0",
|
|
92
92
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
93
93
|
"@microsoft/api-extractor": "^7.31.1",
|
|
94
94
|
"@types/chai": "^4.1.6",
|
|
95
|
-
"@types/mocha": "^
|
|
95
|
+
"@types/mocha": "^10.0.0",
|
|
96
96
|
"@types/node": "^14.0.0",
|
|
97
97
|
"@types/sinon": "^10.0.0",
|
|
98
98
|
"@types/uuid": "^8.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"karma-mocha": "^2.0.1",
|
|
112
112
|
"karma-mocha-reporter": "^2.2.5",
|
|
113
113
|
"karma-sourcemap-loader": "^0.3.8",
|
|
114
|
-
"mocha": "^
|
|
114
|
+
"mocha": "^10.0.0",
|
|
115
115
|
"mocha-junit-reporter": "^2.0.0",
|
|
116
116
|
"prettier": "^2.5.1",
|
|
117
117
|
"nyc": "^15.0.0",
|
|
@@ -123,7 +123,8 @@
|
|
|
123
123
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
124
124
|
"@azure-tools/test-credential": "^1.0.0",
|
|
125
125
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
126
|
-
"ts-node": "^10.0.0"
|
|
126
|
+
"ts-node": "^10.0.0",
|
|
127
|
+
"esm": "^3.2.18"
|
|
127
128
|
},
|
|
128
129
|
"//sampleConfiguration": {
|
|
129
130
|
"productName": "Azure Data Tables",
|