@azure/container-registry 1.1.1-alpha.20250822.2 → 1.1.1-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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/container-registry",
3
- "version": "1.1.1-alpha.20250822.2",
3
+ "version": "1.1.1-alpha.20250825.1",
4
4
  "description": "An isomorphic client library for the Azure Container Registry service.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -67,10 +67,10 @@
67
67
  "vitest": "^3.2.3",
68
68
  "@azure-tools/test-credential": "^2.1.1",
69
69
  "@azure-tools/test-recorder": "^4.1.0",
70
- "@azure/dev-tool": "^1.0.0",
71
- "@azure-tools/test-utils-vitest": "^2.0.0",
72
70
  "@azure/core-util": "^1.13.1",
73
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
71
+ "@azure/dev-tool": "^1.0.0",
72
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
73
+ "@azure-tools/test-utils-vitest": "^2.0.0"
74
74
  },
75
75
  "//sampleConfiguration": {
76
76
  "skipFolder": true,
@@ -135,8 +135,7 @@
135
135
  "pack": "pnpm pack 2>&1",
136
136
  "test": "npm run test:node && npm run test:browser",
137
137
  "test:browser": "echo skipped",
138
- "test:node": "dev-tool run test:vitest",
139
- "test:node:esm": "dev-tool run test:vitest --esm",
138
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
140
139
  "update-snippets": "dev-tool run update-snippets"
141
140
  }
142
141
  }