@azure/storage-blob-changefeed 12.0.0-alpha.20241022.1 → 12.0.0-alpha.20241024.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 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-blob-changefeed",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.0.0-alpha.
|
|
4
|
+
"version": "12.0.0-alpha.20241024.1",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist-esm/storage-blob-changefeed/src/index.js",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"node": ">=18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
20
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
21
21
|
"build": "npm run clean && npm run build:es6 && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
22
22
|
"build:es6": "tsc -p tsconfig.json",
|
|
23
23
|
"build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
|
|
24
24
|
"build:samples": "echo Obsolete.",
|
|
25
25
|
"build:test": "npm run build:es6 && dev-tool run bundle --browser-test=false",
|
|
26
26
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
27
|
-
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
28
|
-
"clean:samples": "rimraf samples/v12-beta/javascript/node_modules samples/v12-beta/typescript/node_modules samples/v12-beta/typescript/dist samples/v12-beta/typescript/package-lock.json samples/v12-beta/javascript/package-lock.json",
|
|
27
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
28
|
+
"clean:samples": "dev-tool run vendored rimraf samples/v12-beta/javascript/node_modules samples/v12-beta/typescript/node_modules samples/v12-beta/typescript/dist samples/v12-beta/typescript/package-lock.json samples/v12-beta/javascript/package-lock.json",
|
|
29
29
|
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
30
30
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
31
31
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"@azure-tools/test-utils": "^1.0.1",
|
|
101
101
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
102
102
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
103
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
104
103
|
"@types/chai": "^4.1.6",
|
|
105
104
|
"@types/mocha": "^10.0.0",
|
|
106
105
|
"@types/node": "^18.0.0",
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
"mocha": "^10.0.0",
|
|
126
125
|
"nyc": "^17.0.0",
|
|
127
126
|
"puppeteer": "^23.0.2",
|
|
128
|
-
"rimraf": "^5.0.5",
|
|
129
127
|
"sinon": "^17.0.0",
|
|
130
128
|
"source-map-support": "^0.5.9",
|
|
131
129
|
"ts-node": "^10.0.0",
|