@azure/storage-file-share 12.23.0-alpha.20240222.2 → 12.23.0-alpha.20240319.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 +4 -4
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.20240319.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",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
34
34
|
"build:samples": "echo Obsolete.",
|
35
35
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
36
|
-
"clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
36
|
+
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
37
37
|
"clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
|
38
38
|
"extract-api": "tsc -p . && api-extractor run --local",
|
39
39
|
"execute:samples": "dev-tool samples run samples-dev",
|
@@ -135,7 +135,7 @@
|
|
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",
|
138
|
-
"@azure/test-
|
138
|
+
"@azure-tools/test-perf": ">=1.0.0-alpha <1.0.0-alphb",
|
139
139
|
"@microsoft/api-extractor": "^7.31.1",
|
140
140
|
"@types/chai": "^4.1.6",
|
141
141
|
"@types/mocha": "^10.0.0",
|
@@ -160,7 +160,7 @@
|
|
160
160
|
"mocha": "^10.0.0",
|
161
161
|
"c8": "^8.0.0",
|
162
162
|
"puppeteer": "^22.2.0",
|
163
|
-
"rimraf": "^
|
163
|
+
"rimraf": "^5.0.5",
|
164
164
|
"sinon": "^17.0.0",
|
165
165
|
"source-map-support": "^0.5.9",
|
166
166
|
"ts-node": "^10.0.0",
|