@azure/storage-common 12.1.0 → 12.1.1-alpha.20250925.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.52.10"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "sideEffects": false,
5
5
  "author": "Microsoft Corporation",
6
- "version": "12.1.0",
6
+ "version": "12.1.1-alpha.20250925.1",
7
7
  "description": "Azure Storage Common Client Library for JavaScript",
8
8
  "license": "MIT",
9
9
  "repository": "github:Azure/azure-sdk-for-js",
@@ -47,9 +47,9 @@
47
47
  "playwright": "^1.50.1",
48
48
  "typescript": "~5.8.3",
49
49
  "vitest": "^3.2.3",
50
- "@azure-tools/test-utils-vitest": "^1.0.0",
51
- "@azure/dev-tool": "^1.0.0",
52
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
50
+ "@azure-tools/test-utils-vitest": "^2.0.1",
51
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20250925.1",
52
+ "@azure/dev-tool": "^1.0.0-alpha.20250925.1"
53
53
  },
54
54
  "type": "module",
55
55
  "tshy": {
@@ -103,8 +103,7 @@
103
103
  "pack": "pnpm pack 2>&1",
104
104
  "test": "npm run test:node && npm run test:browser",
105
105
  "test:browser": "echo skipped",
106
- "test:node": "dev-tool run test:vitest --no-test-proxy",
107
- "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
106
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
108
107
  "update-snippets": "dev-tool run update-snippets"
109
108
  }
110
109
  }