@azure-rest/health-deidentification 1.1.0-alpha.20251006.1 → 1.1.0-alpha.20251014.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/health-deidentification",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.20251014.1",
|
|
4
4
|
"description": "Health Deidentification Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -68,38 +68,24 @@
|
|
|
68
68
|
"tslib": "^2.8.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@azure
|
|
72
|
-
"@azure-tools/test-recorder": "workspace:^",
|
|
73
|
-
"@azure-tools/test-utils-vitest": "workspace:^",
|
|
74
|
-
"@azure/dev-tool": "workspace:^",
|
|
75
|
-
"@azure/eslint-plugin-azure-sdk": "workspace:^",
|
|
76
|
-
"@azure/identity": "catalog:internal",
|
|
71
|
+
"@azure/identity": "4.11.1",
|
|
77
72
|
"@types/node": "^20.0.0",
|
|
78
|
-
"@vitest/browser": "
|
|
79
|
-
"@vitest/coverage-istanbul": "
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"execute:samples": "echo skipped",
|
|
95
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
96
|
-
"generate:client": "echo skipped",
|
|
97
|
-
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
98
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
99
|
-
"test:node": "dev-tool run test:vitest",
|
|
100
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
101
|
-
"test": "npm run test:node && npm run test:browser",
|
|
102
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
73
|
+
"@vitest/browser": "^3.2.3",
|
|
74
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
75
|
+
"cross-env": "^7.0.3",
|
|
76
|
+
"dotenv": "^16.0.0",
|
|
77
|
+
"eslint": "^9.33.0",
|
|
78
|
+
"playwright": "^1.50.1",
|
|
79
|
+
"prettier": "^3.6.2",
|
|
80
|
+
"rimraf": "^6.0.1",
|
|
81
|
+
"tshy": "^3.0.0",
|
|
82
|
+
"typescript": "~5.9.3",
|
|
83
|
+
"vitest": "^3.2.3",
|
|
84
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
85
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
86
|
+
"@azure/dev-tool": "^1.0.0",
|
|
87
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
88
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
103
89
|
},
|
|
104
90
|
"exports": {
|
|
105
91
|
"./package.json": "./package.json",
|
|
@@ -124,5 +110,23 @@
|
|
|
124
110
|
},
|
|
125
111
|
"main": "./dist/commonjs/index.js",
|
|
126
112
|
"types": "./dist/commonjs/index.d.ts",
|
|
127
|
-
"module": "./dist/esm/index.js"
|
|
128
|
-
|
|
113
|
+
"module": "./dist/esm/index.js",
|
|
114
|
+
"scripts": {
|
|
115
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
116
|
+
"build:samples": "echo skipped",
|
|
117
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
118
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
119
|
+
"execute:samples": "echo skipped",
|
|
120
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
121
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
122
|
+
"generate:client": "echo skipped",
|
|
123
|
+
"lint": "eslint package.json src test",
|
|
124
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
125
|
+
"pack": "pnpm pack 2>&1",
|
|
126
|
+
"test": "npm run test:node && npm run test:browser",
|
|
127
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
128
|
+
"test:node": "dev-tool run test:vitest",
|
|
129
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
130
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
131
|
+
}
|
|
132
|
+
}
|