@kong/spec-renderer 1.113.3-pr.933.702a2c3.0 → 1.113.3

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-pr.933.702a2c3.0",
3
+ "version": "1.113.3",
4
4
  "description": "Kong's open-source spec renderer",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -32,6 +32,30 @@
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
+ },
35
59
  "peerDependencies": {
36
60
  "vue": ">= 3.3.13 < 4"
37
61
  },
@@ -121,6 +145,61 @@
121
145
  "vue-tsc": "^3.3.8",
122
146
  "yaml": "^2.9.0"
123
147
  },
148
+ "pnpm": {
149
+ "onlyBuiltDependencies": [
150
+ "@evilmartians/lefthook",
151
+ "@parcel/watcher",
152
+ "esbuild",
153
+ "vue-demi"
154
+ ],
155
+ "overrides": {
156
+ "openapi3-ts": "4.6.1",
157
+ "jsonpath-plus@<10.3.0": ">=10.4.0",
158
+ "elliptic@<=6.6.0": ">=6.6.1",
159
+ "@babel/helpers@<8.0.0": ">=8.0.0",
160
+ "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
161
+ "brace-expansion@<=5.0.7": ">=5.0.9",
162
+ "pbkdf2@<=3.1.2": ">=3.1.6",
163
+ "sha.js@<=2.4.11": ">=2.4.12",
164
+ "cipher-base@<=1.0.4": ">=1.0.7",
165
+ "glob@>=10.2.0 <10.5.0": ">=13.0.6",
166
+ "diff@>=4.0.0 <4.0.4": ">=4.0.4",
167
+ "@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
168
+ "mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
169
+ "qs@>=6.7.0 <=6.15.1": ">=6.15.3",
170
+ "bn.js@>=5.0.0 <5.2.3": ">=5.2.5",
171
+ "bn.js@<4.12.3": ">=5.2.5",
172
+ "rollup@>=4.0.0 <4.59.0": ">=4.62.3",
173
+ "minimatch@<10.2.3": ">=10.2.6",
174
+ "ajv@<6.14.0": "^6.15.0",
175
+ "immutable@>=5.0.0 <5.1.8": ">=5.1.9",
176
+ "flatted@<=3.4.1": ">=3.4.4",
177
+ "undici@<6.24.0": ">=8.5.0",
178
+ "undici@>=7.0.0 <7.29.0": "7.29.0",
179
+ "undici@>=8.0.0 <8.9.0": ">=8.9.0",
180
+ "handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
181
+ "picomatch@<2.3.2": ">=4.0.5",
182
+ "lodash-es@<=4.17.23": ">=4.18.0",
183
+ "lodash@<=4.17.23": ">=4.18.0",
184
+ "yaml@>=2.0.0 <2.8.3": ">=2.9.0",
185
+ "fast-uri@<=3.1.1": ">=3.1.4",
186
+ "fast-uri@>=4.0.0 <4.1.2": ">=4.1.2",
187
+ "uuid@<11.1.1": ">=11.1.1",
188
+ "vitest@<3.2.6": ">=3.2.7",
189
+ "js-cookie@<=3.0.5": ">=3.0.8",
190
+ "tmp@<0.2.6": ">=0.2.7",
191
+ "esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
192
+ "sanitize-html@=2.17.3": ">=2.17.6",
193
+ "ws@>=8.0.0 <8.21.0": ">=8.21.1",
194
+ "form-data@>=4.0.0 <4.0.6": ">=4.0.6",
195
+ "vite@>=7.0.0 <=7.3.4": ">=7.3.6",
196
+ "@babel/core@<8.0.0": ">=8.0.1",
197
+ "markdown-it@<=14.1.1": ">=14.3.0",
198
+ "linkify-it@<=5.0.0": ">=5.0.2",
199
+ "js-yaml@>=4.0.0 <=4.1.1": ">=4.3.0",
200
+ "js-yaml@>=5.0.0 <=5.2.1": ">=5.2.2"
201
+ }
202
+ },
124
203
  "repository": {
125
204
  "type": "git",
126
205
  "url": "git+https://github.com/Kong/spec-renderer.git"
@@ -203,28 +282,5 @@
203
282
  "jiraAppend": "]"
204
283
  }
205
284
  },
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
- }
285
+ "packageManager": "pnpm@10.33.4"
286
+ }