@azure/schema-registry-json 1.0.0-alpha.20240202.1 → 1.0.0-alpha.20240308.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 +3 -3
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.20240308.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",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"build:test": "npm run bundle",
|
|
16
16
|
"build": "npm run clean && npm run bundle && api-extractor run --local",
|
|
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
|
-
"clean": "rimraf dist dist-* temp types *.tgz *.log",
|
|
18
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
19
19
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
20
20
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
21
21
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"karma-sourcemap-loader": "^0.3.8",
|
|
103
103
|
"mocha": "^10.0.0",
|
|
104
104
|
"c8": "^8.0.0",
|
|
105
|
-
"rimraf": "^
|
|
105
|
+
"rimraf": "^5.0.5",
|
|
106
106
|
"typescript": "~5.3.3",
|
|
107
107
|
"ts-node": "^10.0.0",
|
|
108
108
|
"esm": "^3.2.18"
|