@azure/storage-blob-changefeed 12.0.0-alpha.20240418.2 → 12.0.0-alpha.20240419.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-blob-changefeed",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.0.0-alpha.
|
|
4
|
+
"version": "12.0.0-alpha.20240419.2",
|
|
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",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"build:samples": "echo Obsolete.",
|
|
23
23
|
"build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
|
|
24
24
|
"build:test": "npm run build:es6 && dev-tool run bundle --browser-test=false",
|
|
25
|
-
"build": "npm run clean && npm run build:es6 && dev-tool run bundle --browser-test=false &&
|
|
25
|
+
"build": "npm run clean && npm run build:es6 && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
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
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
|
-
"extract-api": "tsc -p . &&
|
|
29
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
30
30
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
31
31
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
32
32
|
"integration-test:browser": "dev-tool run test:browser",
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"dotenv": "^16.0.0",
|
|
110
110
|
"es6-promise": "^4.2.5",
|
|
111
111
|
"eslint": "^8.0.0",
|
|
112
|
-
"esm": "^3.2.18",
|
|
113
112
|
"inherits": "^2.0.3",
|
|
114
113
|
"karma": "^6.2.0",
|
|
115
114
|
"karma-chrome-launcher": "^3.0.0",
|
|
@@ -123,7 +122,7 @@
|
|
|
123
122
|
"karma-mocha-reporter": "^2.2.5",
|
|
124
123
|
"karma-sourcemap-loader": "^0.3.8",
|
|
125
124
|
"mocha": "^10.0.0",
|
|
126
|
-
"
|
|
125
|
+
"nyc": "^15.1.0",
|
|
127
126
|
"puppeteer": "^22.2.0",
|
|
128
127
|
"rimraf": "^5.0.5",
|
|
129
128
|
"source-map-support": "^0.5.9",
|