@azure-rest/health-deidentification 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-rest/health-deidentification",
3
- "version": "1.0.0-alpha.20250505.1",
3
+ "version": "1.0.0-alpha.20250506.2",
4
4
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthdataaiservices/azure-health-deidentification",
5
5
  "description": "Health Deidentification Service",
6
6
  "engines": {
@@ -94,27 +94,20 @@
94
94
  },
95
95
  "scripts": {
96
96
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
97
- "build:node": "dev-tool run build-package",
98
97
  "build:samples": "echo Obsolete.",
99
- "build:test": "echo skipped. actual commands inlined in browser test scripts",
100
98
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
101
99
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
102
100
  "execute:samples": "dev-tool samples run samples-dev",
103
101
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
104
102
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
105
103
  "generate:client": "autorest --typescript ./swagger/README.md",
106
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
107
- "integration-test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
108
- "integration-test:node": "dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest",
109
104
  "lint": "eslint package.json api-extractor.json src test",
110
105
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
111
106
  "pack": "npm pack 2>&1",
112
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser",
113
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
114
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node",
115
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
116
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
117
- "unit-test:node": "dev-tool run test:vitest",
107
+ "test": "npm run test:node && npm run test:browser",
108
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
109
+ "test:node": "dev-tool run test:vitest",
110
+ "test:node:esm": "dev-tool run test:vitest --esm",
118
111
  "update-snippets": "dev-tool run update-snippets"
119
112
  },
120
113
  "exports": {