@azure/arm-healthcareapis 3.1.1-alpha.20250505.1 → 3.1.1-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 +4 -13
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 HealthcareApisManagementClient.",
6
- "version": "3.1.1-alpha.20250505.1",
6
+ "version": "3.1.1-alpha.20250506.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -56,28 +56,19 @@
56
56
  ],
57
57
  "scripts": {
58
58
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
59
- "build:browser": "echo skipped",
60
- "build:node": "echo skipped",
61
59
  "build:samples": "echo skipped.",
62
- "build:test": "echo skipped",
63
60
  "check-format": "echo skipped",
64
61
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
65
62
  "execute:samples": "echo skipped",
66
63
  "extract-api": "dev-tool run extract-api",
67
64
  "format": "echo skipped",
68
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
69
- "integration-test:browser": "echo skipped",
70
- "integration-test:node": "dev-tool run test:vitest --esm",
71
65
  "lint": "echo skipped",
72
- "minify": "echo skipped",
73
66
  "pack": "npm pack 2>&1",
74
67
  "prepack": "npm run build",
75
- "test": "npm run integration-test",
68
+ "test": "npm run test:node && npm run test:browser",
76
69
  "test:browser": "echo skipped",
77
- "test:node": "echo skipped",
78
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
79
- "unit-test:browser": "echo skipped",
80
- "unit-test:node": "dev-tool run test:vitest",
70
+ "test:node": "dev-tool run test:vitest",
71
+ "test:node:esm": "dev-tool run test:vitest --esm",
81
72
  "update-snippets": "dev-tool run update-snippets"
82
73
  },
83
74
  "sideEffects": false,