@azure/arm-astro 1.0.0-alpha.20241231.1 → 1.0.0-alpha.20250109.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 +2 -2
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 AstroManagementClient.",
6
- "version": "1.0.0-alpha.20241231.1",
6
+ "version": "1.0.0-alpha.20250109.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -77,7 +77,7 @@
77
77
  "test:browser": "echo skipped",
78
78
  "test:node": "echo skipped",
79
79
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
80
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
80
+ "unit-test:browser": "echo skipped",
81
81
  "unit-test:node": "dev-tool run test:vitest",
82
82
  "update-snippets": "echo skipped"
83
83
  },