@kong/spec-renderer 1.107.13 → 1.107.14-pr.823.cc191dc.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 -68
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/spec-renderer",
3
- "version": "1.107.13",
3
+ "version": "1.107.14-pr.823.cc191dc.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
  },
@@ -97,7 +77,7 @@
97
77
  "@vue/test-utils": "^2.4.6",
98
78
  "@vue/tsconfig": "^0.9.1",
99
79
  "autoprefixer": "^10.5.0",
100
- "c8": "^10.1.3",
80
+ "c8": "^11.0.0",
101
81
  "commitizen": "^4.3.1",
102
82
  "cross-env": "^10.1.0",
103
83
  "cz-conventional-changelog": "^3.3.0",
@@ -129,51 +109,6 @@
129
109
  "vue-router": "^4.6.4",
130
110
  "vue-tsc": "^3.2.6"
131
111
  },
132
- "pnpm": {
133
- "onlyBuiltDependencies": [
134
- "@evilmartians/lefthook",
135
- "@parcel/watcher",
136
- "esbuild",
137
- "vue-demi"
138
- ],
139
- "overrides": {
140
- "openapi3-ts": "4.5.0",
141
- "jsonpath-plus@<10.3.0": ">=10.4.0",
142
- "elliptic@<=6.6.0": ">=6.6.1",
143
- "@babel/helpers@<7.26.10": ">=7.29.2",
144
- "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
145
- "brace-expansion@>=1.0.0 <=1.1.11": ">=2.0.3",
146
- "brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
147
- "pbkdf2@<=3.1.2": ">=3.1.5",
148
- "sha.js@<=2.4.11": ">=2.4.12",
149
- "cipher-base@<=1.0.4": ">=1.0.7",
150
- "tmp@<=0.2.3": ">=0.2.5",
151
- "form-data@>=4.0.0 <4.0.4": ">=4.0.5",
152
- "js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
153
- "glob@>=10.2.0 <10.5.0": ">=13.0.6",
154
- "diff@>=4.0.0 <4.0.4": ">=4.0.4",
155
- "@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
156
- "mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
157
- "qs@>=6.7.0 <=6.14.1": ">=6.15.0",
158
- "markdown-it@>=13.0.0 <14.1.1": ">=14.1.1",
159
- "bn.js@>=5.0.0 <5.2.3": ">=5.2.3",
160
- "bn.js@<4.12.3": ">=5.2.3",
161
- "rollup@>=4.0.0 <4.59.0": ">=4.60.1",
162
- "minimatch@<10.2.3": ">=10.2.5",
163
- "ajv@<6.14.0": "^6.14.0",
164
- "immutable@>=5.0.0 <5.1.5": ">=5.1.5",
165
- "flatted@<=3.4.1": ">=3.4.2",
166
- "undici@<6.24.0": ">=6.25.0",
167
- "undici@>=7.0.0 <7.24.0": ">=7.25.0",
168
- "handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
169
- "picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
170
- "picomatch@<2.3.2": ">=2.3.2",
171
- "lodash-es@<=4.17.23": ">=4.18.0",
172
- "lodash@<=4.17.23": ">=4.18.0",
173
- "yaml@>=2.0.0 <2.8.3": ">=2.8.3",
174
- "vite@>=7.0.0 <=7.3.1": ">=7.3.2"
175
- }
176
- },
177
112
  "repository": {
178
113
  "type": "git",
179
114
  "url": "git+https://github.com/Kong/spec-renderer.git"
@@ -239,5 +174,25 @@
239
174
  "jiraPrepend": "[",
240
175
  "jiraAppend": "]"
241
176
  }
177
+ },
178
+ "scripts": {
179
+ "dev": "cross-env USE_SANDBOX=true vite",
180
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:webcomponent && pnpm run build:types && pnpm run build:aliases",
181
+ "build:package": "vite build -m production",
182
+ "build:webcomponent": "cross-env VITE_AS_WEB_COMPONENT='true' vite build -m production",
183
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
184
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
185
+ "build:analyzer": "BUILD_VISUALIZER='true' vite build -m production",
186
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
187
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
188
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
189
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
190
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
191
+ "lint": "eslint",
192
+ "lint:fix": "eslint --fix",
193
+ "test": "cross-env FORCE_COLOR=1 vitest run",
194
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
195
+ "semantic-release": "semantic-release",
196
+ "commit": "cz"
242
197
  }
243
- }
198
+ }