@azure/storage-blob-changefeed 12.0.0-alpha.20240228.1 → 12.0.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 +3 -3
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.20240307.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:test": "npm run build:es6 && dev-tool run bundle --browser-test=false",
|
|
25
25
|
"build": "npm run clean && npm run build:es6 && dev-tool run bundle --browser-test=false && api-extractor run --local",
|
|
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 dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
27
|
+
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
28
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",
|
|
29
29
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
30
30
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"mocha": "^10.0.0",
|
|
126
126
|
"c8": "^8.0.0",
|
|
127
127
|
"puppeteer": "^22.2.0",
|
|
128
|
-
"rimraf": "^
|
|
128
|
+
"rimraf": "^5.0.5",
|
|
129
129
|
"source-map-support": "^0.5.9",
|
|
130
130
|
"ts-node": "^10.0.0",
|
|
131
131
|
"typescript": "~5.3.3",
|