@azure/storage-blob-changefeed 12.0.0-alpha.20251008.1 → 12.0.0-alpha.20251014.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
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.20251014.1",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
@@ -61,16 +61,20 @@
|
|
|
61
61
|
"@types/node": "^20.19.0",
|
|
62
62
|
"@vitest/browser": "^3.2.3",
|
|
63
63
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
64
|
+
"cross-env": "^7.0.3",
|
|
64
65
|
"dotenv": "^16.0.0",
|
|
65
66
|
"eslint": "^9.33.0",
|
|
66
67
|
"playwright": "^1.50.1",
|
|
68
|
+
"prettier": "^3.6.2",
|
|
69
|
+
"rimraf": "^6.0.1",
|
|
70
|
+
"tshy": "^3.0.0",
|
|
67
71
|
"typescript": "~5.9.3",
|
|
68
72
|
"vitest": "^3.2.3",
|
|
69
|
-
"@azure/core-util": "^1.13.1",
|
|
70
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
71
73
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
72
|
-
"@azure/
|
|
73
|
-
"@azure/
|
|
74
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
75
|
+
"@azure/dev-tool": "^1.0.0-alpha.20251014.1",
|
|
76
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251014.1",
|
|
77
|
+
"@azure/core-util": "^1.13.1"
|
|
74
78
|
},
|
|
75
79
|
"//sampleConfiguration": {
|
|
76
80
|
"skipFolder": true,
|
|
@@ -125,13 +129,13 @@
|
|
|
125
129
|
"scripts": {
|
|
126
130
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
127
131
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
128
|
-
"check-format": "
|
|
129
|
-
"clean": "
|
|
130
|
-
"clean:samples": "
|
|
131
|
-
"emulator-tests": "
|
|
132
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
133
|
+
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
134
|
+
"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",
|
|
135
|
+
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
132
136
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
133
137
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
134
|
-
"format": "
|
|
138
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
135
139
|
"lint": "eslint package.json src test",
|
|
136
140
|
"lint:fix": "eslint package.json src test --fix",
|
|
137
141
|
"pack": "pnpm pack 2>&1",
|