@azure/storage-queue 12.28.1-alpha.20251010.1 → 12.28.1-alpha.20251015.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
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.1-alpha.20251010.1",
4
+ "version": "12.28.1-alpha.20251015.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",
@@ -87,16 +87,20 @@
87
87
  "@types/node": "^20.19.0",
88
88
  "@vitest/browser": "^3.2.3",
89
89
  "@vitest/coverage-istanbul": "^3.2.3",
90
+ "cross-env": "^7.0.3",
90
91
  "dotenv": "^16.0.0",
91
92
  "eslint": "^9.33.0",
92
93
  "playwright": "^1.50.1",
94
+ "prettier": "^3.6.2",
95
+ "rimraf": "^6.0.1",
96
+ "tshy": "^3.0.0",
93
97
  "typescript": "~5.9.3",
94
98
  "vitest": "^3.2.3",
95
99
  "@azure-tools/test-credential": "^2.1.2",
96
100
  "@azure-tools/test-recorder": "^4.1.1",
97
101
  "@azure-tools/test-utils-vitest": "^2.0.1",
98
- "@azure/dev-tool": "^1.0.0-alpha.20251010.1",
99
- "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251010.1"
102
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251015.1",
103
+ "@azure/dev-tool": "^1.0.0-alpha.20251015.1"
100
104
  },
101
105
  "type": "module",
102
106
  "tshy": {
@@ -139,13 +143,13 @@
139
143
  "scripts": {
140
144
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
141
145
  "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
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
147
+ "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
148
+ "clean:samples": "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",
149
+ "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
146
150
  "execute:samples": "dev-tool samples run samples-dev",
147
151
  "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}\"",
152
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
149
153
  "generate:client": "autorest --typescript ./swagger/README.md",
150
154
  "lint": "eslint package.json src test",
151
155
  "lint:fix": "eslint package.json src test --fix",