@azure-rest/defender-easm 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250418.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/defender-easm",
3
- "version": "1.0.0-alpha.20250411.1",
3
+ "version": "1.0.0-alpha.20250418.1",
4
4
  "description": "A generated SDK for EasmClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -94,9 +94,9 @@
94
94
  "integration-test:node": "echo skipped",
95
95
  "lint": "eslint package.json api-extractor.json src test",
96
96
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
97
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
97
+ "minify": "echo skipped",
98
98
  "pack": "npm pack 2>&1",
99
- "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",
99
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
100
100
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
101
101
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
102
102
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",