@azure-rest/developer-devcenter 1.0.1-alpha.20250121.1 → 1.0.1-alpha.20250122.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/developer-devcenter",
3
- "version": "1.0.1-alpha.20250121.1",
3
+ "version": "1.0.1-alpha.20250122.1",
4
4
  "description": "Azure Developer DevCenter Client",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -72,10 +72,10 @@
72
72
  "typescript": "~5.7.2",
73
73
  "tshy": "^2.0.0",
74
74
  "@azure/identity": "^4.2.1",
75
- "@vitest/browser": "^2.0.5",
76
- "@vitest/coverage-istanbul": "^2.0.5",
75
+ "@vitest/browser": "^3.0.3",
76
+ "@vitest/coverage-istanbul": "^3.0.3",
77
77
  "playwright": "^1.41.2",
78
- "vitest": "^2.0.5",
78
+ "vitest": "^3.0.3",
79
79
  "@azure-tools/test-credential": "^2.0.0",
80
80
  "@azure-tools/test-recorder": "^4.0.0",
81
81
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "scripts": {
85
85
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
86
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
86
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
87
87
  "pack": "npm pack 2>&1",
88
88
  "lint": "eslint package.json api-extractor.json src test",
89
89
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
@@ -101,7 +101,7 @@
101
101
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
102
102
  "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
103
103
  "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
104
- "build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
104
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
105
105
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
106
106
  "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
107
107
  "update-snippets": "echo skipped"