|
35 | 35 | "scripts": { |
36 | 36 | "build": "pnpm run build:dist", |
37 | 37 | "build:dist": "pnpm run build:dist:src && pnpm run build:dist:types", |
38 | | - "build:dist:src": "run-p -c clean:dist clean:external && rollup -c .config/rollup.dist.config.mjs && pnpm run build:ink", |
| 38 | + "build:dist:src": "pnpm run clean:dist && rollup -c .config/rollup.dist.config.mjs && pnpm run build:ink", |
39 | 39 | "build:dist:types": "pnpm run clean:dist:types && tsgo --project tsconfig.dts.json", |
40 | 40 | "build:ink": "rollup -c .config/rollup.ink.config.mjs", |
41 | 41 | "build:sea": "node scripts/build-sea.mjs", |
|
58 | 58 | "clean:cache": "del-cli '**/.cache'", |
59 | 59 | "clean:dist": "del-cli 'dist' '**/*.tsbuildinfo'", |
60 | 60 | "clean:dist:types": "del-cli 'dist/types'", |
61 | | - "clean:external": "del-cli 'external'", |
62 | 61 | "clean:node_modules": "del-cli '**/node_modules'", |
63 | 62 | "fix": "pnpm run lint:fix", |
64 | 63 | "knip:dependencies": "knip --dependencies", |
|
126 | 125 | "@rollup/plugin-node-resolve": "16.0.1", |
127 | 126 | "@rollup/plugin-replace": "6.0.2", |
128 | 127 | "@rollup/pluginutils": "5.3.0", |
129 | | - "@socketregistry/hyrious__bun.lockb": "1.0.18", |
130 | | - "@socketregistry/indent-string": "1.0.13", |
| 128 | + "@socketregistry/hyrious__bun.lockb": "1.0.19", |
| 129 | + "@socketregistry/indent-string": "1.0.14", |
131 | 130 | "@socketregistry/is-interactive": "1.0.6", |
132 | 131 | "@socketregistry/packageurl-js": "1.1.4", |
133 | 132 | "@socketsecurity/config": "3.0.1", |
134 | | - "@socketsecurity/registry": "1.3.4", |
135 | | - "@socketsecurity/sdk": "1.8.4", |
| 133 | + "@socketsecurity/registry": "1.3.7", |
| 134 | + "@socketsecurity/sdk": "1.8.5", |
136 | 135 | "@types/cmd-shim": "5.0.2", |
137 | 136 | "@types/js-yaml": "4.0.9", |
138 | 137 | "@types/micromatch": "4.0.9", |
|
206 | 205 | "files": [ |
207 | 206 | "bin/**", |
208 | 207 | "dist/**", |
209 | | - "external/**", |
210 | 208 | "shadow-bin/**", |
211 | 209 | "CHANGELOG.md", |
212 | 210 | "logo-dark.png", |
|
226 | 224 | "@octokit/request-error": "$@octokit/request-error", |
227 | 225 | "@rollup/plugin-commonjs": "28.0.6", |
228 | 226 | "@socketsecurity/registry": "$@socketsecurity/registry", |
229 | | - "aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14", |
| 227 | + "aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.15", |
230 | 228 | "ansi-regex": "6.1.0", |
231 | 229 | "ansi-term": "0.0.2", |
232 | 230 | "brace-expansion": "2.0.2", |
233 | 231 | "es-define-property": "npm:@socketregistry/es-define-property@^1.0.7", |
234 | | - "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9", |
| 232 | + "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.10", |
235 | 233 | "function-bind": "npm:@socketregistry/function-bind@^1.0.7", |
236 | | - "globalthis": "npm:@socketregistry/globalthis@^1.0.7", |
| 234 | + "globalthis": "npm:@socketregistry/globalthis@^1.0.8", |
237 | 235 | "gopd": "npm:@socketregistry/gopd@^1.0.7", |
238 | 236 | "graceful-fs": "4.2.11", |
239 | 237 | "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1.0.7", |
240 | 238 | "has-proto": "npm:@socketregistry/has-proto@^1.0.7", |
241 | 239 | "has-symbols": "npm:@socketregistry/has-symbols@^1.0.7", |
242 | 240 | "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1.0.7", |
243 | 241 | "hasown": "npm:@socketregistry/hasown@^1.0.7", |
244 | | - "indent-string": "npm:@socketregistry/indent-string@^1.0.13", |
245 | | - "is-core-module": "npm:@socketregistry/is-core-module@^1.0.10", |
246 | | - "isarray": "npm:@socketregistry/isarray@^1.0.7", |
| 242 | + "indent-string": "npm:@socketregistry/indent-string@^1.0.14", |
| 243 | + "is-core-module": "npm:@socketregistry/is-core-module@^1.0.11", |
| 244 | + "isarray": "npm:@socketregistry/isarray@^1.0.8", |
247 | 245 | "lodash": "4.17.21", |
248 | 246 | "meow": "13.2.0", |
249 | 247 | "npm-package-arg": "$npm-package-arg", |
250 | 248 | "packageurl-js": "npm:@socketregistry/packageurl-js@^1.1.4", |
251 | | - "path-parse": "npm:@socketregistry/path-parse@^1.0.7", |
| 249 | + "path-parse": "npm:@socketregistry/path-parse@^1.0.8", |
252 | 250 | "rollup": "4.50.1", |
253 | | - "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.8", |
254 | | - "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.9", |
| 251 | + "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.9", |
| 252 | + "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.10", |
255 | 253 | "semver": "$semver", |
256 | | - "set-function-length": "npm:@socketregistry/set-function-length@^1.0.9", |
| 254 | + "set-function-length": "npm:@socketregistry/set-function-length@^1.0.10", |
257 | 255 | "shell-quote": "npm:shell-quote@^1.8.3", |
258 | | - "side-channel": "npm:@socketregistry/side-channel@^1.0.9", |
| 256 | + "side-channel": "npm:@socketregistry/side-channel@^1.0.10", |
259 | 257 | "string_decoder": "0.10.31", |
260 | 258 | "tiny-colors": "$yoctocolors-cjs", |
261 | | - "typedarray": "npm:@socketregistry/typedarray@^1.0.7", |
| 259 | + "typedarray": "npm:@socketregistry/typedarray@^1.0.8", |
262 | 260 | "undici": "6.21.3", |
263 | 261 | "vite": "7.1.5", |
264 | 262 | "xml2js": "0.6.2", |
|
0 commit comments