@azure/storage-blob-changefeed 12.0.0-alpha.20250804.1 → 12.0.0-alpha.20250825.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.20250825.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",
|
|
@@ -10,25 +10,6 @@
|
|
|
10
10
|
"engines": {
|
|
11
11
|
"node": ">=20.0.0"
|
|
12
12
|
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
15
|
-
"build:samples": "echo Obsolete.",
|
|
16
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
18
|
-
"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",
|
|
19
|
-
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
20
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
21
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
22
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
23
|
-
"lint": "eslint package.json src test",
|
|
24
|
-
"lint:fix": "eslint package.json src test --fix",
|
|
25
|
-
"pack": "npm pack 2>&1",
|
|
26
|
-
"test": "npm run test:node && npm run test:browser",
|
|
27
|
-
"test:browser": "echo skipped",
|
|
28
|
-
"test:node": "dev-tool run test:vitest",
|
|
29
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
30
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
31
|
-
},
|
|
32
13
|
"files": [
|
|
33
14
|
"dist/",
|
|
34
15
|
"README.md",
|
|
@@ -76,19 +57,20 @@
|
|
|
76
57
|
"tslib": "^2.8.1"
|
|
77
58
|
},
|
|
78
59
|
"devDependencies": {
|
|
79
|
-
"@azure
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@azure/identity": "^4.7.0",
|
|
84
|
-
"@types/node": "^20.0.0",
|
|
85
|
-
"@vitest/browser": "^3.0.9",
|
|
86
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
60
|
+
"@azure/identity": "4.11.1",
|
|
61
|
+
"@types/node": "^20.19.0",
|
|
62
|
+
"@vitest/browser": "^3.2.3",
|
|
63
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
87
64
|
"dotenv": "^16.0.0",
|
|
88
|
-
"eslint": "^9.
|
|
89
|
-
"playwright": "^1.
|
|
90
|
-
"typescript": "~5.8.
|
|
91
|
-
"vitest": "^3.
|
|
65
|
+
"eslint": "^9.33.0",
|
|
66
|
+
"playwright": "^1.50.1",
|
|
67
|
+
"typescript": "~5.8.3",
|
|
68
|
+
"vitest": "^3.2.3",
|
|
69
|
+
"@azure/core-util": "^1.13.1",
|
|
70
|
+
"@azure/dev-tool": "^1.0.0",
|
|
71
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
72
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
73
|
+
"@azure-tools/test-utils-vitest": "^2.0.0"
|
|
92
74
|
},
|
|
93
75
|
"//sampleConfiguration": {
|
|
94
76
|
"skipFolder": true,
|
|
@@ -139,5 +121,23 @@
|
|
|
139
121
|
"default": "./dist/commonjs/index.js"
|
|
140
122
|
}
|
|
141
123
|
}
|
|
124
|
+
},
|
|
125
|
+
"scripts": {
|
|
126
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
127
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
128
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
129
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
130
|
+
"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",
|
|
131
|
+
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
132
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
133
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
134
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
135
|
+
"lint": "eslint package.json src test",
|
|
136
|
+
"lint:fix": "eslint package.json src test --fix",
|
|
137
|
+
"pack": "pnpm pack 2>&1",
|
|
138
|
+
"test": "npm run test:node && npm run test:browser",
|
|
139
|
+
"test:browser": "echo skipped",
|
|
140
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
141
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
142
142
|
}
|
|
143
|
-
}
|
|
143
|
+
}
|