@kong/spec-renderer 1.108.2 → 1.108.3-pr.907.c6b083b.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.
Files changed (1) hide show
  1. package/package.json +23 -77
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/spec-renderer",
3
- "version": "1.108.2",
3
+ "version": "1.108.3-pr.907.c6b083b.0",
4
4
  "description": "Kong's open-source spec renderer",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -29,26 +29,6 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "scripts": {
33
- "dev": "cross-env USE_SANDBOX=true vite",
34
- "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:webcomponent && pnpm run build:types && pnpm run build:aliases",
35
- "build:package": "vite build -m production",
36
- "build:webcomponent": "cross-env VITE_AS_WEB_COMPONENT='true' vite build -m production",
37
- "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
38
- "build:aliases": "tsc-alias -p './tsconfig.build.json'",
39
- "build:analyzer": "BUILD_VISUALIZER='true' vite build -m production",
40
- "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
41
- "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
42
- "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
43
- "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
44
- "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
45
- "lint": "eslint",
46
- "lint:fix": "eslint --fix",
47
- "test": "cross-env FORCE_COLOR=1 vitest run",
48
- "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
49
- "semantic-release": "semantic-release",
50
- "commit": "cz"
51
- },
52
32
  "peerDependencies": {
53
33
  "vue": ">= 3.3.13 < 4"
54
34
  },
@@ -125,65 +105,11 @@
125
105
  "vite-plugin-node-polyfills": "^0.26.0",
126
106
  "vite-plugin-replace": "^0.1.1",
127
107
  "vite-plugin-vue-devtools": "^8.1.3",
128
- "vitest": "3.2.4",
108
+ "vitest": "4.1.10",
129
109
  "vue": "^3.5.38",
130
110
  "vue-router": "^4.6.4",
131
111
  "vue-tsc": "^3.3.5"
132
112
  },
133
- "pnpm": {
134
- "onlyBuiltDependencies": [
135
- "@evilmartians/lefthook",
136
- "@parcel/watcher",
137
- "esbuild",
138
- "vue-demi"
139
- ],
140
- "overrides": {
141
- "openapi3-ts": "4.6.0",
142
- "jsonpath-plus@<10.3.0": ">=10.4.0",
143
- "elliptic@<=6.6.0": ">=6.6.1",
144
- "@babel/helpers@<7.26.10": ">=7.29.7",
145
- "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
146
- "brace-expansion@>=1.0.0 <=1.1.11": ">=2.1.1",
147
- "brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
148
- "pbkdf2@<=3.1.2": ">=3.1.6",
149
- "sha.js@<=2.4.11": ">=2.4.12",
150
- "cipher-base@<=1.0.4": ">=1.0.7",
151
- "glob@>=10.2.0 <10.5.0": ">=13.0.6",
152
- "diff@>=4.0.0 <4.0.4": ">=4.0.4",
153
- "@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
154
- "mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
155
- "qs@>=6.7.0 <=6.15.1": ">=6.15.2",
156
- "bn.js@>=5.0.0 <5.2.3": ">=5.2.3",
157
- "bn.js@<4.12.3": ">=5.2.3",
158
- "rollup@>=4.0.0 <4.59.0": ">=4.62.2",
159
- "minimatch@<10.2.3": ">=10.2.5",
160
- "ajv@<6.14.0": "^6.15.0",
161
- "immutable@>=5.0.0 <5.1.5": ">=5.1.7",
162
- "flatted@<=3.4.1": ">=3.4.2",
163
- "undici@<6.24.0": ">=8.5.0",
164
- "handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
165
- "picomatch@<2.3.2": ">=4.0.4",
166
- "lodash-es@<=4.17.23": ">=4.18.0",
167
- "lodash@<=4.17.23": ">=4.18.0",
168
- "yaml@>=2.0.0 <2.8.3": ">=2.9.0",
169
- "fast-uri@<=3.1.1": ">=3.1.2",
170
- "uuid@<11.1.1": ">=11.1.1",
171
- "vitest@<3.2.6": ">=3.2.6",
172
- "brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6",
173
- "js-cookie@<=3.0.5": ">=3.0.8",
174
- "tmp@<0.2.6": ">=0.2.7",
175
- "esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
176
- "sanitize-html@=2.17.3": ">=2.17.5",
177
- "ws@>=8.0.0 <8.21.0": ">=8.21.0",
178
- "form-data@>=4.0.0 <4.0.6": ">=4.0.6",
179
- "vite@>=7.0.0 <=7.3.4": ">=7.3.5",
180
- "@babel/core@<=7.29.0": ">=7.29.7",
181
- "markdown-it@<=14.1.1": ">=14.2.0",
182
- "linkify-it@<=5.0.0": ">=5.0.1",
183
- "js-yaml@>=4.0.0 <=4.1.1": ">=4.2.0",
184
- "undici@>=7.0.0 <7.28.0": ">=7.28.0"
185
- }
186
- },
187
113
  "repository": {
188
114
  "type": "git",
189
115
  "url": "git+https://github.com/Kong/spec-renderer.git"
@@ -249,5 +175,25 @@
249
175
  "jiraPrepend": "[",
250
176
  "jiraAppend": "]"
251
177
  }
178
+ },
179
+ "scripts": {
180
+ "dev": "cross-env USE_SANDBOX=true vite",
181
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:webcomponent && pnpm run build:types && pnpm run build:aliases",
182
+ "build:package": "vite build -m production",
183
+ "build:webcomponent": "cross-env VITE_AS_WEB_COMPONENT='true' vite build -m production",
184
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
185
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
186
+ "build:analyzer": "BUILD_VISUALIZER='true' vite build -m production",
187
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
188
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
189
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
190
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
191
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
192
+ "lint": "eslint",
193
+ "lint:fix": "eslint --fix",
194
+ "test": "cross-env FORCE_COLOR=1 vitest run",
195
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
196
+ "semantic-release": "semantic-release",
197
+ "commit": "cz"
252
198
  }
253
- }
199
+ }