@azure/storage-queue 12.28.0-alpha.20250804.1 → 12.28.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-queue",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.28.0-alpha.
|
|
4
|
+
"version": "12.28.0-alpha.20250825.1",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
@@ -11,26 +11,6 @@
|
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=20.0.0"
|
|
13
13
|
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
16
|
-
"build:samples": "echo Obsolete.",
|
|
17
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
18
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
19
|
-
"clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
|
|
20
|
-
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
21
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
22
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
23
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
24
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
25
|
-
"lint": "eslint package.json src test",
|
|
26
|
-
"lint:fix": "eslint package.json src test --fix",
|
|
27
|
-
"pack": "npm pack 2>&1",
|
|
28
|
-
"test": "npm run test:node && npm run test:browser",
|
|
29
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
30
|
-
"test:node": "dev-tool run test:vitest",
|
|
31
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
32
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
33
|
-
},
|
|
34
14
|
"files": [
|
|
35
15
|
"dist/",
|
|
36
16
|
"README.md",
|
|
@@ -103,20 +83,20 @@
|
|
|
103
83
|
"tslib": "^2.8.1"
|
|
104
84
|
},
|
|
105
85
|
"devDependencies": {
|
|
106
|
-
"@azure
|
|
107
|
-
"@
|
|
108
|
-
"@
|
|
109
|
-
"@
|
|
110
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
111
|
-
"@azure/identity": "^4.7.0",
|
|
112
|
-
"@types/node": "^20.0.0",
|
|
113
|
-
"@vitest/browser": "^3.0.9",
|
|
114
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
86
|
+
"@azure/identity": "4.11.1",
|
|
87
|
+
"@types/node": "^20.19.0",
|
|
88
|
+
"@vitest/browser": "^3.2.3",
|
|
89
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
115
90
|
"dotenv": "^16.0.0",
|
|
116
|
-
"eslint": "^9.
|
|
117
|
-
"playwright": "^1.
|
|
118
|
-
"typescript": "~5.8.
|
|
119
|
-
"vitest": "^3.
|
|
91
|
+
"eslint": "^9.33.0",
|
|
92
|
+
"playwright": "^1.50.1",
|
|
93
|
+
"typescript": "~5.8.3",
|
|
94
|
+
"vitest": "^3.2.3",
|
|
95
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
96
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
97
|
+
"@azure/dev-tool": "^1.0.0",
|
|
98
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
99
|
+
"@azure-tools/test-utils-vitest": "^2.0.0"
|
|
120
100
|
},
|
|
121
101
|
"type": "module",
|
|
122
102
|
"tshy": {
|
|
@@ -155,5 +135,24 @@
|
|
|
155
135
|
"default": "./dist/commonjs/index.js"
|
|
156
136
|
}
|
|
157
137
|
}
|
|
138
|
+
},
|
|
139
|
+
"scripts": {
|
|
140
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
141
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
142
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
143
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
144
|
+
"clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
|
|
145
|
+
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
|
146
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
147
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
148
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
149
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
150
|
+
"lint": "eslint package.json src test",
|
|
151
|
+
"lint:fix": "eslint package.json src test --fix",
|
|
152
|
+
"pack": "pnpm pack 2>&1",
|
|
153
|
+
"test": "npm run test:node && npm run test:browser",
|
|
154
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
155
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
156
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
158
157
|
}
|
|
159
|
-
}
|
|
158
|
+
}
|