@azure/schema-registry-json 1.0.0-alpha.20240417.1 → 1.0.0-alpha.20240419.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/schema-registry-json",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240419.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/index.js",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"build:node": "npm run bundle",
|
|
14
14
|
"build:samples": "echo Obsolete.",
|
|
15
15
|
"build:test": "npm run bundle",
|
|
16
|
-
"build": "npm run clean && npm run bundle &&
|
|
16
|
+
"build": "npm run clean && npm run bundle && dev-tool run extract-api",
|
|
17
17
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
18
18
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
19
19
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
20
|
-
"extract-api": "tsc -p . &&
|
|
20
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
21
21
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
22
22
|
"integration-test:browser": "dev-tool run test:browser",
|
|
23
23
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"c8": "^9.1.0",
|
|
105
105
|
"rimraf": "^5.0.5",
|
|
106
106
|
"typescript": "~5.4.5",
|
|
107
|
-
"ts-node": "^10.0.0"
|
|
108
|
-
"esm": "^3.2.18"
|
|
107
|
+
"ts-node": "^10.0.0"
|
|
109
108
|
}
|
|
110
109
|
}
|