@azure/schema-registry-json 1.0.2-alpha.20251013.1 → 1.0.2-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 +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/schema-registry-json",
|
|
3
|
-
"version": "1.0.2-alpha.
|
|
3
|
+
"version": "1.0.2-alpha.20251014.1",
|
|
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",
|
|
@@ -55,15 +55,19 @@
|
|
|
55
55
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
56
56
|
"ajv": "^8.17.1",
|
|
57
57
|
"buffer": "^6.0.3",
|
|
58
|
+
"cross-env": "^7.0.3",
|
|
58
59
|
"dotenv": "^16.0.0",
|
|
59
60
|
"eslint": "^9.33.0",
|
|
60
61
|
"playwright": "^1.50.1",
|
|
62
|
+
"prettier": "^3.6.2",
|
|
63
|
+
"rimraf": "^6.0.1",
|
|
64
|
+
"tshy": "^3.0.0",
|
|
61
65
|
"typescript": "~5.9.3",
|
|
62
66
|
"vitest": "^3.2.3",
|
|
63
67
|
"@azure-tools/test-credential": "^2.1.2",
|
|
68
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
64
69
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
65
70
|
"@azure/core-util": "^1.13.1",
|
|
66
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
67
71
|
"@azure/dev-tool": "^1.0.0",
|
|
68
72
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
69
73
|
},
|
|
@@ -110,11 +114,11 @@
|
|
|
110
114
|
"scripts": {
|
|
111
115
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
112
116
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
113
|
-
"check-format": "
|
|
114
|
-
"clean": "
|
|
117
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
118
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
115
119
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
116
120
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
117
|
-
"format": "
|
|
121
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
118
122
|
"lint": "eslint package.json src test",
|
|
119
123
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
120
124
|
"pack": "pnpm pack 2>&1",
|