@azure/schema-registry-json 1.0.1 → 1.0.2-alpha.20250924.2
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/schema-registry-json",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-alpha.20250924.2",
|
|
4
4
|
"description": "Schema Registry JSON Serializer Library with typescript type definitions for node.js and browser.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"tslib": "^2.8.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
49
|
+
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
50
50
|
"@azure/event-hubs": "^6.0.0-beta.1",
|
|
51
51
|
"@azure/identity": "4.11.1",
|
|
52
52
|
"@rollup/plugin-inject": "^5.0.5",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"playwright": "^1.50.1",
|
|
61
61
|
"typescript": "~5.8.3",
|
|
62
62
|
"vitest": "^3.2.3",
|
|
63
|
-
"@azure-tools/test-credential": "^2.1.
|
|
64
|
-
"@azure-tools/test-recorder": "^4.1.
|
|
65
|
-
"@azure/
|
|
66
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
63
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
64
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
65
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
67
66
|
"@azure/core-util": "^1.13.1",
|
|
68
|
-
"@azure
|
|
67
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
68
|
+
"@azure/dev-tool": "^1.0.0"
|
|
69
69
|
},
|
|
70
70
|
"type": "module",
|
|
71
71
|
"tshy": {
|
|
@@ -120,8 +120,7 @@
|
|
|
120
120
|
"pack": "pnpm pack 2>&1",
|
|
121
121
|
"test": "npm run test:node && npm run test:browser",
|
|
122
122
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
|
|
123
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
124
|
-
"test:node:esm": "dev-tool run test:vitest --esm--no-test-proxy",
|
|
123
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
125
124
|
"update-snippets": "dev-tool run update-snippets"
|
|
126
125
|
}
|
|
127
126
|
}
|