@azure/storage-blob-changefeed 12.0.0-alpha.20240925.3 → 12.0.0-alpha.20240926.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 +15 -14
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.20240926.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",
|
|
@@ -18,30 +18,31 @@
|
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
21
|
+
"build": "npm run clean && npm run build:es6 && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
21
22
|
"build:es6": "tsc -p tsconfig.json",
|
|
22
|
-
"build:samples": "echo Obsolete.",
|
|
23
23
|
"build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
|
|
24
|
+
"build:samples": "echo Obsolete.",
|
|
24
25
|
"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 && 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
|
-
"
|
|
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
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
31
32
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
33
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
32
34
|
"integration-test:browser": "dev-tool run test:browser",
|
|
33
35
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/storage-blob-changefeed/test/**/*.spec.js'",
|
|
34
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
35
|
-
"lint:fix": "eslint package.json api-extractor.json src test --fix",
|
|
36
36
|
"lint": "eslint package.json api-extractor.json src test",
|
|
37
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix",
|
|
37
38
|
"pack": "npm pack 2>&1",
|
|
39
|
+
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
38
40
|
"test:browser": "echo 'browser not supported yet.'",
|
|
39
41
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
40
|
-
"test": "npm run
|
|
42
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
41
43
|
"unit-test:browser": "echo 'browser not supported yet.'",
|
|
42
44
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
43
|
-
"
|
|
44
|
-
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node"
|
|
45
|
+
"update-snippets": "echo skipped"
|
|
45
46
|
},
|
|
46
47
|
"files": [
|
|
47
48
|
"BreakingChanges.md",
|
|
@@ -82,7 +83,6 @@
|
|
|
82
83
|
]
|
|
83
84
|
},
|
|
84
85
|
"dependencies": {
|
|
85
|
-
"@azure/storage-blob": "^12.23.0-beta.1",
|
|
86
86
|
"@azure/abort-controller": "^2.1.2",
|
|
87
87
|
"@azure/core-auth": "^1.4.0",
|
|
88
88
|
"@azure/core-http-compat": "^2.0.0",
|
|
@@ -91,14 +91,15 @@
|
|
|
91
91
|
"@azure/core-rest-pipeline": "^1.10.1",
|
|
92
92
|
"@azure/core-tracing": "^1.0.0",
|
|
93
93
|
"@azure/logger": "^1.0.0",
|
|
94
|
+
"@azure/storage-blob": "^12.23.0-beta.1",
|
|
94
95
|
"events": "^3.0.0",
|
|
95
96
|
"tslib": "^2.2.0"
|
|
96
97
|
},
|
|
97
98
|
"devDependencies": {
|
|
99
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
100
|
+
"@azure-tools/test-utils": "^1.0.1",
|
|
98
101
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
99
102
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
100
|
-
"@azure-tools/test-utils": "^1.0.1",
|
|
101
|
-
"@azure-tools/test-recorder": "^3.0.0",
|
|
102
103
|
"@microsoft/api-extractor": "^7.31.1",
|
|
103
104
|
"@types/chai": "^4.1.6",
|
|
104
105
|
"@types/mocha": "^10.0.0",
|
|
@@ -125,11 +126,11 @@
|
|
|
125
126
|
"nyc": "^17.0.0",
|
|
126
127
|
"puppeteer": "^23.0.2",
|
|
127
128
|
"rimraf": "^5.0.5",
|
|
129
|
+
"sinon": "^17.0.0",
|
|
128
130
|
"source-map-support": "^0.5.9",
|
|
129
131
|
"ts-node": "^10.0.0",
|
|
130
132
|
"typescript": "~5.6.2",
|
|
131
|
-
"util": "^0.12.1"
|
|
132
|
-
"sinon": "^17.0.0"
|
|
133
|
+
"util": "^0.12.1"
|
|
133
134
|
},
|
|
134
135
|
"//sampleConfiguration": {
|
|
135
136
|
"skipFolder": true,
|