@azure/schema-registry-json 1.0.1-alpha.20250804.1 → 1.0.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 +34 -34
package/package.json
CHANGED
|
@@ -1,28 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/schema-registry-json",
|
|
3
|
-
"version": "1.0.1
|
|
3
|
+
"version": "1.0.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",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
8
8
|
"types": "./dist/commonjs/index.d.ts",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
11
|
-
"build:samples": "echo Obsolete.",
|
|
12
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
13
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
14
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
15
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
16
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
|
-
"lint": "eslint package.json src test",
|
|
18
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
19
|
-
"pack": "npm pack 2>&1",
|
|
20
|
-
"test": "npm run test:node && npm run test:browser",
|
|
21
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
|
|
22
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
23
|
-
"test:node:esm": "dev-tool run test:vitest --esm--no-test-proxy",
|
|
24
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
25
|
-
},
|
|
26
9
|
"files": [
|
|
27
10
|
"dist/",
|
|
28
11
|
"README.md",
|
|
@@ -63,26 +46,26 @@
|
|
|
63
46
|
"tslib": "^2.8.1"
|
|
64
47
|
},
|
|
65
48
|
"devDependencies": {
|
|
66
|
-
"@azure-tools/test-
|
|
67
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
68
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
69
|
-
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
70
|
-
"@azure/core-util": "^1.11.0",
|
|
71
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
72
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
49
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
73
50
|
"@azure/event-hubs": "^6.0.0-beta.1",
|
|
74
|
-
"@azure/identity": "
|
|
51
|
+
"@azure/identity": "4.11.1",
|
|
75
52
|
"@rollup/plugin-inject": "^5.0.5",
|
|
76
|
-
"@types/node": "^20.
|
|
77
|
-
"@vitest/browser": "^3.
|
|
78
|
-
"@vitest/coverage-istanbul": "^3.
|
|
53
|
+
"@types/node": "^20.19.0",
|
|
54
|
+
"@vitest/browser": "^3.2.3",
|
|
55
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
79
56
|
"ajv": "^8.17.1",
|
|
80
57
|
"buffer": "^6.0.3",
|
|
81
58
|
"dotenv": "^16.0.0",
|
|
82
|
-
"eslint": "^9.
|
|
59
|
+
"eslint": "^9.33.0",
|
|
83
60
|
"playwright": "^1.50.1",
|
|
84
|
-
"typescript": "~5.8.
|
|
85
|
-
"vitest": "^3.
|
|
61
|
+
"typescript": "~5.8.3",
|
|
62
|
+
"vitest": "^3.2.3",
|
|
63
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
64
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
65
|
+
"@azure/dev-tool": "^1.0.0",
|
|
66
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
67
|
+
"@azure/core-util": "^1.13.1",
|
|
68
|
+
"@azure-tools/test-utils-vitest": "^1.0.0"
|
|
86
69
|
},
|
|
87
70
|
"type": "module",
|
|
88
71
|
"tshy": {
|
|
@@ -123,5 +106,22 @@
|
|
|
123
106
|
}
|
|
124
107
|
}
|
|
125
108
|
},
|
|
126
|
-
"react-native": "./dist/react-native/index.js"
|
|
127
|
-
|
|
109
|
+
"react-native": "./dist/react-native/index.js",
|
|
110
|
+
"scripts": {
|
|
111
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
112
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
113
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
114
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
115
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
116
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
117
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
118
|
+
"lint": "eslint package.json src test",
|
|
119
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
120
|
+
"pack": "pnpm pack 2>&1",
|
|
121
|
+
"test": "npm run test:node && npm run test:browser",
|
|
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",
|
|
125
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
126
|
+
}
|
|
127
|
+
}
|