@azure/arm-cdn 9.1.1-alpha.20250825.1 → 9.1.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.11"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for CdnManagementClient.",
6
- "version": "9.1.1-alpha.20250825.1",
6
+ "version": "9.1.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -38,10 +38,10 @@
38
38
  "playwright": "^1.50.1",
39
39
  "typescript": "~5.8.3",
40
40
  "vitest": "^3.2.3",
41
- "@azure-tools/test-credential": "^2.1.1",
42
- "@azure-tools/test-utils-vitest": "^2.0.0",
43
41
  "@azure-tools/test-recorder": "^4.1.0",
44
- "@azure/dev-tool": "^1.0.0"
42
+ "@azure-tools/test-utils-vitest": "^2.0.0",
43
+ "@azure/dev-tool": "^1.0.0",
44
+ "@azure-tools/test-credential": "^2.1.1"
45
45
  },
46
46
  "repository": "github:Azure/azure-sdk-for-js",
47
47
  "bugs": {
@@ -125,7 +125,8 @@
125
125
  "pack": "pnpm pack 2>&1",
126
126
  "test": "npm run test:node && npm run test:browser",
127
127
  "test:browser": "echo skipped",
128
- "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
128
+ "test:node": "dev-tool run test:vitest",
129
+ "test:node:esm": "dev-tool run test:vitest --esm",
129
130
  "update-snippets": "dev-tool run update-snippets"
130
131
  }
131
132
  }