@azure/storage-file-share 12.23.0-alpha.20240418.2 → 12.23.0-alpha.20240422.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 -5
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.20240422.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",
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"build:nodebrowser": "dev-tool run bundle",
|
31
31
|
"build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
|
32
32
|
"build:test": "tsc -p . && dev-tool run bundle",
|
33
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
33
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
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
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
|
-
"extract-api": "tsc -p . &&
|
38
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
39
39
|
"execute:samples": "dev-tool samples run samples-dev",
|
40
40
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
41
41
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
@@ -146,7 +146,6 @@
|
|
146
146
|
"dotenv": "^16.0.0",
|
147
147
|
"es6-promise": "^4.2.5",
|
148
148
|
"eslint": "^8.0.0",
|
149
|
-
"esm": "^3.2.18",
|
150
149
|
"inherits": "^2.0.3",
|
151
150
|
"karma": "^6.2.0",
|
152
151
|
"karma-chrome-launcher": "^3.0.0",
|
@@ -158,7 +157,7 @@
|
|
158
157
|
"karma-mocha-reporter": "^2.2.5",
|
159
158
|
"karma-sourcemap-loader": "^0.3.8",
|
160
159
|
"mocha": "^10.0.0",
|
161
|
-
"
|
160
|
+
"nyc": "^15.1.0",
|
162
161
|
"puppeteer": "^22.2.0",
|
163
162
|
"rimraf": "^5.0.5",
|
164
163
|
"sinon": "^17.0.0",
|