@azure-rest/ai-content-safety 1.0.2-alpha.20250822.1 → 1.0.2-alpha.20250825.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/ai-content-safety",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.2-alpha.
|
|
5
|
+
"version": "1.0.2-alpha.20250825.1",
|
|
6
6
|
"description": "ContentSafety Service",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"vitest": "^3.2.3",
|
|
55
55
|
"@azure-tools/test-credential": "^2.1.1",
|
|
56
56
|
"@azure-tools/test-recorder": "^4.1.0",
|
|
57
|
-
"@azure/dev-tool": "^1.0.0",
|
|
58
|
-
"@azure/core-util": "^1.13.1",
|
|
59
57
|
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
60
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
58
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
59
|
+
"@azure/core-util": "^1.13.1",
|
|
60
|
+
"@azure/dev-tool": "^1.0.0"
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/contentsafety/ai-content-safety-rest/README.md",
|
|
63
63
|
"//metadata": {
|
|
@@ -134,8 +134,7 @@
|
|
|
134
134
|
"pack": "pnpm pack 2>&1",
|
|
135
135
|
"test": "npm run test:node && npm run test:browser",
|
|
136
136
|
"test:browser": "echo skipped",
|
|
137
|
-
"test:node": "dev-tool run test:vitest",
|
|
138
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
137
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
139
138
|
"update-snippets": "dev-tool run update-snippets"
|
|
140
139
|
}
|
|
141
140
|
}
|