@azure/arm-hybridconnectivity 2.0.0-alpha.20250410.1 → 2.0.0-alpha.20250416.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-hybridconnectivity",
3
- "version": "2.0.0-alpha.20250410.1",
3
+ "version": "2.0.0-alpha.20250416.1",
4
4
  "description": "A generated SDK for HybridConnectivityClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -107,9 +107,9 @@
107
107
  "integration-test:node": "dev-tool run test:vitest --esm",
108
108
  "lint": "echo skipped",
109
109
  "lint:fix": "echo skipped",
110
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
110
+ "minify": "echo skipped",
111
111
  "pack": "npm pack 2>&1",
112
- "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",
112
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
113
113
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
114
114
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
115
115
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",