@azure-rest/health-deidentification 1.0.0-alpha.20250616.1 → 1.0.0-alpha.20250618.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/health-deidentification",
3
- "version": "1.0.0-alpha.20250616.1",
3
+ "version": "1.0.0-alpha.20250618.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": {
@@ -101,8 +101,8 @@
101
101
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
102
102
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
103
103
  "generate:client": "autorest --typescript ./swagger/README.md",
104
- "lint": "eslint package.json api-extractor.json src test",
105
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
104
+ "lint": "eslint package.json src test",
105
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
106
106
  "pack": "npm pack 2>&1",
107
107
  "test": "npm run test:node && npm run test:browser",
108
108
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",