@azure-rest/onlineexperimentation 1.0.0-alpha.20251119.1 → 1.0.0-alpha.20251120.2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/onlineexperimentation",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251120.2",
|
|
4
4
|
"description": "Azure Online Experimentation Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"tshy": "^3.0.3",
|
|
79
79
|
"typescript": "~5.9.3",
|
|
80
80
|
"vitest": "^4.0.8",
|
|
81
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
82
81
|
"@azure-tools/test-credential": "^2.1.2",
|
|
83
|
-
"@azure/
|
|
84
|
-
"@azure/dev-tool": "^1.0.0"
|
|
82
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
83
|
+
"@azure/dev-tool": "^1.0.0",
|
|
84
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
85
85
|
},
|
|
86
86
|
"//sampleConfiguration": {
|
|
87
87
|
"productName": "Azure Online Experimentation REST",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"pack": "pnpm pack 2>&1",
|
|
134
134
|
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
135
135
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
136
|
-
"test:node": "
|
|
136
|
+
"test:node": "dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
137
137
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
138
138
|
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
139
139
|
"unit-test:node": "dev-tool run test:vitest",
|