@azure-rest/health-deidentification 1.0.0-alpha.20250408.1 → 1.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/health-deidentification",
3
- "version": "1.0.0-alpha.20250408.1",
3
+ "version": "1.0.0-alpha.20250416.1",
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": {
@@ -109,7 +109,7 @@
109
109
  "lint": "eslint package.json api-extractor.json src test",
110
110
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
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",
112
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser",
113
113
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
114
114
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node",
115
115
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",