@azure/storage-blob 12.8.1-alpha.20211025.1 → 12.8.1-alpha.20211102.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 +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.8.1-alpha.
|
4
|
+
"version": "12.8.1-alpha.20211102.1",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/index.js",
|
7
7
|
"module": "./dist-esm/storage-blob/src/index.js",
|
@@ -33,7 +33,6 @@
|
|
33
33
|
},
|
34
34
|
"scripts": {
|
35
35
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
36
|
-
"build:autorest": "autorest ./swagger/README.md --typescript",
|
37
36
|
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
38
37
|
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
39
38
|
"build:nodebrowser": "rollup -c 2>&1",
|
@@ -51,6 +50,7 @@
|
|
51
50
|
"integration-test:browser": "karma start --single-run",
|
52
51
|
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 300000 \"dist-esm/storage-blob/test/*.spec.js\" \"dist-esm/storage-blob/test/node/*.spec.js\"",
|
53
52
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
53
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
54
54
|
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix",
|
55
55
|
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
56
56
|
"pack": "npm pack 2>&1",
|
@@ -138,7 +138,7 @@
|
|
138
138
|
"@azure/core-rest-pipeline": "^1.1.0",
|
139
139
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
140
140
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
141
|
-
"@azure/identity": "2.0.
|
141
|
+
"@azure/identity": "^2.0.1",
|
142
142
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
143
143
|
"@azure-tools/test-recorder": "^1.0.0",
|
144
144
|
"@azure/test-utils-perf": ">=1.0.0-alpha <1.0.0-alphb",
|