@rvct/asyncapi 0.1.0 → 1.0.0-beta.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": "@rvct/asyncapi",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -rf dist && tsc -p tsconfig.json && tsc-alias -p tsconfig.json -f",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"format": "eslint --fix . && prettier --write .",
|
|
9
9
|
"format.check": "eslint . && prettier --check .",
|
|
10
10
|
"test": "npm run test:unit && npm run test:smoke",
|
|
11
|
-
"test:unit": "vitest run --
|
|
12
|
-
"test:smoke": "npm run build && vitest run --
|
|
11
|
+
"test:unit": "vitest run --project unit",
|
|
12
|
+
"test:smoke": "npm run build && vitest run --project smoke"
|
|
13
13
|
},
|
|
14
14
|
"description": "Config-driven AsyncAPI to JSON Schema, TypeScript, and Zod generator",
|
|
15
15
|
"repository": {
|