@azure-rest/onlineexperimentation 1.0.0-alpha.20250618.1 → 1.0.0-beta.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@azure-rest/onlineexperimentation",
3
- "version": "1.0.0-alpha.20250618.1",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "Azure Online Experimentation Service",
5
5
  "engines": {
6
- "node": ">=20.0.0"
6
+ "node": ">=18.0.0"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "autoPublish": false,
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "dotenv": "^16.0.0",
68
- "@types/node": "^20.0.0",
68
+ "@types/node": "^18.0.0",
69
69
  "eslint": "^9.9.0",
70
70
  "typescript": "~5.8.2",
71
71
  "@azure/identity": "^4.2.1",
@@ -75,15 +75,15 @@
75
75
  "vitest": "^3.0.3",
76
76
  "@azure-tools/test-credential": "^2.0.0",
77
77
  "@azure-tools/test-recorder": "^4.0.0",
78
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
79
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb"
78
+ "@azure/dev-tool": "^1.0.0",
79
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
80
80
  },
81
81
  "scripts": {
82
82
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
83
83
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
84
84
  "pack": "npm pack 2>&1",
85
- "lint": "eslint package.json src test",
86
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
85
+ "lint": "eslint package.json api-extractor.json src test",
86
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
87
87
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
88
88
  "unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
89
89
  "unit-test:node": "dev-tool run test:vitest",