@azure/storage-file-share 12.23.0-alpha.20240129.1 → 12.23.0-alpha.20240206.2
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.23.0-alpha.
|
4
|
+
"version": "12.23.0-alpha.20240206.2",
|
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",
|
@@ -131,7 +131,7 @@
|
|
131
131
|
"@azure/storage-blob": ">=12.23.0-alpha <12.23.0-alphb",
|
132
132
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
133
133
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
134
|
-
"@azure/identity": "^
|
134
|
+
"@azure/identity": "^4.0.1",
|
135
135
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
136
136
|
"@azure-tools/test-credential": "^1.0.0",
|
137
137
|
"@azure-tools/test-recorder": "^3.0.0",
|
@@ -159,7 +159,7 @@
|
|
159
159
|
"karma-sourcemap-loader": "^0.3.8",
|
160
160
|
"mocha": "^10.0.0",
|
161
161
|
"c8": "^8.0.0",
|
162
|
-
"puppeteer": "^
|
162
|
+
"puppeteer": "^22.0.0",
|
163
163
|
"rimraf": "^3.0.0",
|
164
164
|
"sinon": "^17.0.0",
|
165
165
|
"source-map-support": "^0.5.9",
|