@azure/arm-oracledatabase 2.0.0-alpha.20250822.1 → 2.0.0-alpha.20250826.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/arm-oracledatabase",
3
- "version": "2.0.0-alpha.20250822.1",
3
+ "version": "2.0.0-alpha.20250826.1",
4
4
  "description": "A generated SDK for OracleDatabaseManagementClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -100,10 +100,10 @@
100
100
  "playwright": "^1.50.1",
101
101
  "typescript": "~5.8.3",
102
102
  "vitest": "^3.2.3",
103
- "@azure-tools/test-credential": "^2.1.1",
104
- "@azure-tools/test-recorder": "^4.1.0",
105
- "@azure-tools/test-utils-vitest": "^2.0.0",
103
+ "@azure-tools/test-recorder": "^4.1.1",
104
+ "@azure-tools/test-credential": "^2.1.2",
106
105
  "@azure/dev-tool": "^1.0.0",
106
+ "@azure-tools/test-utils-vitest": "^2.0.1",
107
107
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
108
108
  },
109
109
  "//sampleConfiguration": {
@@ -586,8 +586,7 @@
586
586
  "pack": "pnpm pack 2>&1",
587
587
  "test": "npm run test:node && npm run test:browser",
588
588
  "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
589
- "test:node": "dev-tool run test:vitest",
590
- "test:node:esm": "dev-tool run test:vitest --esm",
589
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
591
590
  "update-snippets": "dev-tool run update-snippets"
592
591
  }
593
592
  }