@azure/storage-file-share 12.24.0-alpha.20240612.4 → 12.24.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- 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.24.0-
|
4
|
+
"version": "12.24.0-beta.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",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"//metadata": {
|
82
82
|
"constantPaths": [
|
83
83
|
{
|
84
|
-
"path": "src/generated/src/
|
84
|
+
"path": "src/generated/src/storageClient.ts",
|
85
85
|
"prefix": "packageVersion"
|
86
86
|
},
|
87
87
|
{
|
@@ -129,7 +129,7 @@
|
|
129
129
|
},
|
130
130
|
"devDependencies": {
|
131
131
|
"@azure/storage-blob": "^12.23.0",
|
132
|
-
"@azure/dev-tool": "
|
132
|
+
"@azure/dev-tool": "^1.0.0",
|
133
133
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
134
134
|
"@azure/identity": "^4.0.1",
|
135
135
|
"@azure-tools/test-utils": "^1.0.1",
|