@azure/storage-queue 12.24.0-alpha.20240925.3 → 12.24.0-alpha.20240927.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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-queue",
3
3
  "sdk-type": "client",
4
- "version": "12.24.0-alpha.20240925.3",
4
+ "version": "12.24.0-alpha.20240927.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Queue",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-queue/src/index.js",
@@ -23,31 +23,32 @@
23
23
  },
24
24
  "scripts": {
25
25
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
26
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
26
27
  "build:browser": "tsc -p . && dev-tool run bundle",
27
28
  "build:node": "tsc -p . && dev-tool run bundle",
28
- "build:test": "tsc -p . && dev-tool run bundle",
29
- "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
30
29
  "build:samples": "echo Obsolete.",
30
+ "build:test": "tsc -p . && dev-tool run bundle",
31
31
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
32
32
  "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
33
33
  "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",
34
- "extract-api": "tsc -p . && dev-tool run extract-api",
34
+ "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
35
35
  "execute:samples": "dev-tool samples run samples-dev",
36
+ "extract-api": "tsc -p . && dev-tool run extract-api",
36
37
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
37
38
  "generate:client": "autorest --typescript ./swagger/README.md",
39
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
38
40
  "integration-test:browser": "dev-tool run test:browser",
39
41
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/storage-queue/test/**/*.spec.js'",
40
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
41
- "lint:fix": "eslint package.json api-extractor.json README.md src test --fix",
42
42
  "lint": "eslint package.json api-extractor.json README.md src test",
43
+ "lint:fix": "eslint package.json api-extractor.json README.md src test --fix",
43
44
  "pack": "npm pack 2>&1",
45
+ "test": "npm run clean && npm run build:test && npm run unit-test",
44
46
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
45
47
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
46
- "test": "npm run clean && npm run build:test && npm run unit-test",
48
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
47
49
  "unit-test:browser": "dev-tool run test:browser",
48
50
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
49
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
50
- "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node"
51
+ "update-snippets": "echo skipped"
51
52
  },
52
53
  "files": [
53
54
  "dist/",
@@ -123,13 +124,13 @@
123
124
  "tslib": "^2.2.0"
124
125
  },
125
126
  "devDependencies": {
127
+ "@azure-tools/test-credential": "^1.0.0",
128
+ "@azure-tools/test-recorder": "^3.0.0",
129
+ "@azure-tools/test-utils": "^1.0.0",
126
130
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
127
131
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
128
132
  "@azure/identity": "^4.0.1",
129
133
  "@azure/storage-blob": "^12.23.0",
130
- "@azure-tools/test-utils": "^1.0.0",
131
- "@azure-tools/test-credential": "^1.0.0",
132
- "@azure-tools/test-recorder": "^3.0.0",
133
134
  "@microsoft/api-extractor": "^7.31.1",
134
135
  "@types/chai": "^4.1.6",
135
136
  "@types/mocha": "^10.0.0",