@kong/spec-renderer 1.113.5 → 1.113.6-pr.977.a8065e3.0
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/dist/cli/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/spec-renderer",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.6-pr.977.a8065e3.0",
|
|
4
4
|
"description": "Kong's open-source spec renderer",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -32,30 +32,6 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"dev": "cross-env USE_SANDBOX=true vite",
|
|
37
|
-
"build": "pnpm run typecheck && pnpm run build:package && pnpm run build:webcomponent && pnpm run build:types && pnpm run build:aliases && pnpm run build:cli",
|
|
38
|
-
"build:package": "vite build -m production",
|
|
39
|
-
"build:webcomponent": "cross-env VITE_AS_WEB_COMPONENT='true' vite build -m production",
|
|
40
|
-
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
41
|
-
"build:aliases": "tsc-alias -p './tsconfig.build.json'",
|
|
42
|
-
"build:cli": "tsc -p './tsconfig.cli.build.json' && node ./scripts/build-cli-assets.js && node ./scripts/generate-kongctl-manifest.mjs",
|
|
43
|
-
"generate:kongctl-manifest": "pnpm run build:cli",
|
|
44
|
-
"build:analyzer": "BUILD_VISUALIZER='true' vite build -m production",
|
|
45
|
-
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
46
|
-
"preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
|
|
47
|
-
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit && pnpm run typecheck:cli && pnpm run typecheck:scripts",
|
|
48
|
-
"typecheck:cli": "tsc -p './tsconfig.cli.json' --noEmit",
|
|
49
|
-
"typecheck:scripts": "tsc -p './tsconfig.scripts.json' --noEmit",
|
|
50
|
-
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
|
|
51
|
-
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
|
|
52
|
-
"lint": "eslint",
|
|
53
|
-
"lint:fix": "eslint --fix",
|
|
54
|
-
"test": "cross-env FORCE_COLOR=1 vitest run",
|
|
55
|
-
"test:open": "cross-env FORCE_COLOR=1 vitest --ui",
|
|
56
|
-
"semantic-release": "semantic-release",
|
|
57
|
-
"commit": "cz"
|
|
58
|
-
},
|
|
59
35
|
"peerDependencies": {
|
|
60
36
|
"vue": ">= 3.3.13 < 4"
|
|
61
37
|
},
|
|
@@ -63,7 +39,7 @@
|
|
|
63
39
|
"@apidevtools/json-schema-ref-parser": "14.0.3",
|
|
64
40
|
"@asyncapi/avro-schema-parser": "^3.0.24",
|
|
65
41
|
"@asyncapi/openapi-schema-parser": "^3.1.0",
|
|
66
|
-
"@asyncapi/parser": "^3.6.
|
|
42
|
+
"@asyncapi/parser": "^3.6.3",
|
|
67
43
|
"@floating-ui/vue": "^1.1.11",
|
|
68
44
|
"@kong/icons": "^1.62.1",
|
|
69
45
|
"@stoplight/http-spec": "^7.1.0",
|
|
@@ -83,7 +59,7 @@
|
|
|
83
59
|
"picocolors": "^1.1.1",
|
|
84
60
|
"sanitize-html": "^2.17.6",
|
|
85
61
|
"shiki": "^3.23.0",
|
|
86
|
-
"ws": "^8.21.
|
|
62
|
+
"ws": "^8.21.3"
|
|
87
63
|
},
|
|
88
64
|
"resolutions": {
|
|
89
65
|
"openapi3-ts": "4.6.1"
|
|
@@ -116,16 +92,16 @@
|
|
|
116
92
|
"commitizen": "^4.3.2",
|
|
117
93
|
"cross-env": "^10.1.0",
|
|
118
94
|
"cz-conventional-changelog": "^3.3.0",
|
|
119
|
-
"eslint": "^10.8.
|
|
95
|
+
"eslint": "^10.8.1",
|
|
120
96
|
"jsdom": "^29.1.1",
|
|
121
97
|
"openapi3-ts": "4.6.1",
|
|
122
|
-
"postcss": "^8.5.
|
|
98
|
+
"postcss": "^8.5.26",
|
|
123
99
|
"postcss-html": "^1.8.1",
|
|
124
100
|
"rimraf": "^6.1.3",
|
|
125
101
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
126
102
|
"sass": "^1.102.0",
|
|
127
103
|
"sass-embedded": "^1.100.0",
|
|
128
|
-
"semantic-release": "^25.0.
|
|
104
|
+
"semantic-release": "^25.0.9",
|
|
129
105
|
"stylelint": "^17.14.1",
|
|
130
106
|
"stylelint-config-html": "^1.1.0",
|
|
131
107
|
"stylelint-config-recommended-scss": "^17.0.1",
|
|
@@ -140,7 +116,7 @@
|
|
|
140
116
|
"vite-plugin-replace": "^0.1.1",
|
|
141
117
|
"vite-plugin-vue-devtools": "^8.2.1",
|
|
142
118
|
"vitest": "4.1.10",
|
|
143
|
-
"vue": "^3.5.
|
|
119
|
+
"vue": "^3.5.41",
|
|
144
120
|
"vue-router": "^4.6.4",
|
|
145
121
|
"vue-tsc": "^3.3.9",
|
|
146
122
|
"yaml": "^2.9.0"
|
|
@@ -227,5 +203,28 @@
|
|
|
227
203
|
"jiraAppend": "]"
|
|
228
204
|
}
|
|
229
205
|
},
|
|
230
|
-
"
|
|
231
|
-
|
|
206
|
+
"scripts": {
|
|
207
|
+
"dev": "cross-env USE_SANDBOX=true vite",
|
|
208
|
+
"build": "pnpm run typecheck && pnpm run build:package && pnpm run build:webcomponent && pnpm run build:types && pnpm run build:aliases && pnpm run build:cli",
|
|
209
|
+
"build:package": "vite build -m production",
|
|
210
|
+
"build:webcomponent": "cross-env VITE_AS_WEB_COMPONENT='true' vite build -m production",
|
|
211
|
+
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
212
|
+
"build:aliases": "tsc-alias -p './tsconfig.build.json'",
|
|
213
|
+
"build:cli": "tsc -p './tsconfig.cli.build.json' && node ./scripts/build-cli-assets.js && node ./scripts/generate-kongctl-manifest.mjs",
|
|
214
|
+
"generate:kongctl-manifest": "pnpm run build:cli",
|
|
215
|
+
"build:analyzer": "BUILD_VISUALIZER='true' vite build -m production",
|
|
216
|
+
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
217
|
+
"preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
|
|
218
|
+
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit && pnpm run typecheck:cli && pnpm run typecheck:scripts",
|
|
219
|
+
"typecheck:cli": "tsc -p './tsconfig.cli.json' --noEmit",
|
|
220
|
+
"typecheck:scripts": "tsc -p './tsconfig.scripts.json' --noEmit",
|
|
221
|
+
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
|
|
222
|
+
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
|
|
223
|
+
"lint": "eslint",
|
|
224
|
+
"lint:fix": "eslint --fix",
|
|
225
|
+
"test": "cross-env FORCE_COLOR=1 vitest run",
|
|
226
|
+
"test:open": "cross-env FORCE_COLOR=1 vitest --ui",
|
|
227
|
+
"semantic-release": "semantic-release",
|
|
228
|
+
"commit": "cz"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
Binary file
|