@azure-rest/health-deidentification 1.0.0-alpha.20250804.1 → 1.0.0-alpha.20250822.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 +33 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/health-deidentification",
3
- "version": "1.0.0-alpha.20250804.1",
3
+ "version": "1.0.0-alpha.20250822.1",
4
4
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthdataaiservices/health-deidentification-rest",
5
5
  "description": "Azure Health Data Services de-identification service",
6
6
  "engines": {
@@ -77,39 +77,19 @@
77
77
  "tslib": "^2.8.1"
78
78
  },
79
79
  "devDependencies": {
80
- "@azure-tools/test-credential": "^2.0.0",
81
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
82
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
83
- "@azure/core-util": "^1.11.0",
84
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
85
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
86
- "@types/node": "^20.0.0",
87
- "@vitest/browser": "^3.0.9",
88
- "@vitest/coverage-istanbul": "^3.0.9",
89
- "eslint": "^9.9.0",
90
- "loupe": "~3.1.1",
80
+ "@types/node": "^20.19.0",
81
+ "@vitest/browser": "^3.2.3",
82
+ "@vitest/coverage-istanbul": "^3.2.3",
83
+ "eslint": "^9.33.0",
91
84
  "playwright": "^1.50.1",
92
- "typescript": "~5.8.2",
93
- "vitest": "^3.0.9"
94
- },
95
- "scripts": {
96
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
97
- "build:samples": "dev-tool samples publish",
98
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
99
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
100
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
101
- "execute:samples": "dev-tool samples run samples-dev",
102
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
103
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
104
- "generate:client": "autorest --typescript ./swagger/README.md",
105
- "lint": "eslint package.json api-extractor.json src test",
106
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
107
- "pack": "npm pack 2>&1",
108
- "test": "npm run test:node && npm run test:browser",
109
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
110
- "test:node": "dev-tool run test:vitest",
111
- "test:node:esm": "dev-tool run test:vitest --esm",
112
- "update-snippets": "dev-tool run update-snippets"
85
+ "typescript": "~5.8.3",
86
+ "vitest": "^3.2.3",
87
+ "@azure-tools/test-credential": "^2.1.1",
88
+ "@azure-tools/test-utils-vitest": "^2.0.0",
89
+ "@azure-tools/test-recorder": "^4.1.0",
90
+ "@azure/dev-tool": "^1.0.0",
91
+ "@azure/core-util": "^1.13.1",
92
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
113
93
  },
114
94
  "exports": {
115
95
  "./package.json": "./package.json",
@@ -136,5 +116,23 @@
136
116
  "types": "./dist/commonjs/index.d.ts",
137
117
  "module": "./dist/esm/index.js",
138
118
  "browser": "./dist/browser/index.js",
139
- "react-native": "./dist/react-native/index.js"
140
- }
119
+ "react-native": "./dist/react-native/index.js",
120
+ "scripts": {
121
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
122
+ "build:samples": "dev-tool samples publish",
123
+ "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
124
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
125
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
126
+ "execute:samples": "dev-tool samples run samples-dev",
127
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
128
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
129
+ "generate:client": "autorest --typescript ./swagger/README.md",
130
+ "lint": "eslint package.json api-extractor.json src test",
131
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
132
+ "pack": "pnpm pack 2>&1",
133
+ "test": "npm run test:node && npm run test:browser",
134
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
135
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
136
+ "update-snippets": "dev-tool run update-snippets"
137
+ }
138
+ }