@azure/arm-databoundaries 1.0.0-alpha.20250822.1 → 1.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.
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 DataboundariesManegementClient.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250826.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"playwright": "^1.50.1",
|
|
36
36
|
"typescript": "~5.8.3",
|
|
37
37
|
"vitest": "^3.2.3",
|
|
38
|
-
"@azure-tools/test-credential": "^2.1.
|
|
39
|
-
"@azure-tools/test-
|
|
40
|
-
"@azure
|
|
41
|
-
"@azure/
|
|
38
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
39
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
40
|
+
"@azure/dev-tool": "^1.0.0",
|
|
41
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
42
42
|
},
|
|
43
43
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
44
44
|
"bugs": {
|
|
@@ -122,8 +122,7 @@
|
|
|
122
122
|
"pack": "pnpm pack 2>&1",
|
|
123
123
|
"test": "npm run test:node && npm run test:browser",
|
|
124
124
|
"test:browser": "echo skipped",
|
|
125
|
-
"test:node": "dev-tool run test:vitest",
|
|
126
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
125
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
127
126
|
"update-snippets": "dev-tool run update-snippets"
|
|
128
127
|
}
|
|
129
128
|
}
|