@azure/arm-dependencymap 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250506.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.
Files changed (1) hide show
  1. package/package.json +5 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-dependencymap",
3
- "version": "1.0.0-alpha.20250505.1",
3
+ "version": "1.0.0-alpha.20250506.2",
4
4
  "description": "A generated SDK for DependencyMapClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -90,26 +90,19 @@
90
90
  "scripts": {
91
91
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
92
92
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
93
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
94
93
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
95
94
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
96
95
  "execute:samples": "dev-tool samples run samples-dev",
97
96
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
98
97
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
99
98
  "generate:client": "echo skipped",
100
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
101
- "integration-test:browser": "echo skipped",
102
- "integration-test:node": "dev-tool run test:vitest --esm",
103
99
  "lint": "echo skipped",
104
100
  "lint:fix": "echo skipped",
105
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
106
101
  "pack": "npm pack 2>&1",
107
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
108
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
109
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
110
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
111
- "unit-test:browser": "echo skipped",
112
- "unit-test:node": "dev-tool run test:vitest",
102
+ "test": "npm run test:node && npm run test:browser",
103
+ "test:browser": "echo skipped",
104
+ "test:node": "dev-tool run test:vitest",
105
+ "test:node:esm": "dev-tool run test:vitest --esm",
113
106
  "update-snippets": "dev-tool run update-snippets"
114
107
  },
115
108
  "//sampleConfiguration": {