@azure/storage-file-share 12.23.0-alpha.20240206.2 → 12.23.0-alpha.20240307.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 +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.20240307.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",
|
@@ -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",
|
@@ -159,8 +159,8 @@
|
|
159
159
|
"karma-sourcemap-loader": "^0.3.8",
|
160
160
|
"mocha": "^10.0.0",
|
161
161
|
"c8": "^8.0.0",
|
162
|
-
"puppeteer": "^22.
|
163
|
-
"rimraf": "^
|
162
|
+
"puppeteer": "^22.2.0",
|
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",
|