@azure/storage-file-share 12.20.0-alpha.20230823.2 → 12.20.0-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 +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-file-share",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.20.0-alpha.
|
4
|
+
"version": "12.20.0-alpha.20230926.1",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - File",
|
6
6
|
"main": "./dist/index.js",
|
7
7
|
"module": "./dist-esm/storage-file-share/src/index.js",
|
@@ -148,7 +148,7 @@
|
|
148
148
|
"@azure/test-utils-perf": ">=1.0.0-alpha <1.0.0-alphb",
|
149
149
|
"@microsoft/api-extractor": "^7.31.1",
|
150
150
|
"@types/chai": "^4.1.6",
|
151
|
-
"@types/mocha": "^
|
151
|
+
"@types/mocha": "^10.0.0",
|
152
152
|
"@types/node": "^14.0.0",
|
153
153
|
"@types/sinon": "^10.0.0",
|
154
154
|
"@types/uuid": "^8.0.0",
|
@@ -169,7 +169,7 @@
|
|
169
169
|
"karma-mocha": "^2.0.1",
|
170
170
|
"karma-mocha-reporter": "^2.2.5",
|
171
171
|
"karma-sourcemap-loader": "^0.3.8",
|
172
|
-
"mocha": "^
|
172
|
+
"mocha": "^10.0.0",
|
173
173
|
"mocha-junit-reporter": "^2.0.0",
|
174
174
|
"nyc": "^15.0.0",
|
175
175
|
"prettier": "^2.5.1",
|