@azure/schema-registry-json 1.0.1-alpha.20250411.1 → 1.0.1-alpha.20250421.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.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.20250421.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",
|
|
@@ -8,11 +8,8 @@
|
|
|
8
8
|
"types": "./dist/commonjs/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
11
|
-
"build:browser": "npm run bundle",
|
|
12
|
-
"build:node": "npm run bundle",
|
|
13
11
|
"build:samples": "echo Obsolete.",
|
|
14
|
-
"build:test": "
|
|
15
|
-
"bundle": "dev-tool run build-package && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true",
|
|
12
|
+
"build:test": "echo skipped.",
|
|
16
13
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
14
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
18
15
|
"execute:samples": "dev-tool samples run samples-dev",
|