@fulmenhq/tsfulmen 0.2.8 → 0.3.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/CHANGELOG.md +44 -0
- package/README.md +1 -1
- package/config/crucible-ts/agentic/roles/devlead.yaml +21 -3
- package/config/crucible-ts/agentic/roles/devrev.yaml +15 -1
- package/config/crucible-ts/agentic/roles/qa.yaml +11 -2
- package/config/crucible-ts/devsecops/lorage-central/activity/v1.0.0/defaults.yaml +2 -2
- package/config/crucible-ts/devsecops/lorage-central/credentials/v1.0.0/defaults.yaml +4 -4
- package/config/crucible-ts/devsecops/lorage-central/policy/v1.0.0/defaults.yaml +13 -13
- package/config/crucible-ts/devsecops/lorage-central/recipe/v1.0.0/defaults.yaml +13 -13
- package/config/crucible-ts/devsecops/lorage-central/runbooks/v1.0.0/defaults.yaml +8 -8
- package/config/crucible-ts/devsecops/lorage-central/tenant/v1.0.0/defaults.yaml +9 -9
- package/config/crucible-ts/devsecops/secrets/v1.0.0/defaults.yaml +5 -5
- package/config/crucible-ts/library/foundry/fixtures/signals/valid/complete.yaml +32 -32
- package/config/crucible-ts/library/foundry/signals.yaml +34 -34
- package/config/crucible-ts/server/management/server-management.yaml +3 -3
- package/config/crucible-ts/taxonomy/fixture-catalog.yaml +1 -1
- package/config/crucible-ts/taxonomy/metrics.yaml +1 -1
- package/config/crucible-ts/web/styling/site-styling.yaml +16 -16
- package/dist/appidentity/index.js.map +1 -1
- package/dist/config/index.js.map +1 -1
- package/dist/crucible/index.js.map +1 -1
- package/dist/errors/index.js.map +1 -1
- package/dist/foundry/index.js.map +1 -1
- package/dist/fulencode/index.js.map +1 -1
- package/dist/fulpack/index.js +43 -31
- package/dist/fulpack/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +44 -32
- package/dist/index.js.map +1 -1
- package/dist/pathfinder/index.js +0 -1
- package/dist/pathfinder/index.js.map +1 -1
- package/dist/reports/license-inventory.csv +63 -52
- package/dist/schema/index.js.map +1 -1
- package/dist/signals/index.js.map +1 -1
- package/dist/telemetry/http/index.js.map +1 -1
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/prometheus/index.js.map +1 -1
- package/package.json +20 -21
- package/schemas/crucible-ts/taxonomy/library/fulencode/detection-confidence/v1.0.0/levels.yaml +1 -1
- package/schemas/crucible-ts/taxonomy/library/fulpack/archive-formats/v1.0.0/formats.yaml +1 -1
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
"module name","license","repository"
|
|
2
2
|
"@3leaps/string-metrics-wasm@0.3.8","MIT","https://github.com/3leaps/string-metrics-wasm"
|
|
3
|
-
"@babel/helper-string-parser@7.
|
|
4
|
-
"@babel/helper-validator-identifier@7.
|
|
5
|
-
"@babel/parser@7.
|
|
6
|
-
"@babel/types@7.
|
|
3
|
+
"@babel/helper-string-parser@7.29.7","MIT","https://github.com/babel/babel"
|
|
4
|
+
"@babel/helper-validator-identifier@7.29.7","MIT","https://github.com/babel/babel"
|
|
5
|
+
"@babel/parser@7.29.7","MIT","https://github.com/babel/babel"
|
|
6
|
+
"@babel/types@7.29.7","MIT","https://github.com/babel/babel"
|
|
7
7
|
"@bcoe/v8-coverage@1.0.2","MIT","https://github.com/bcoe/v8-coverage"
|
|
8
|
-
"@biomejs/biome@2.4.
|
|
9
|
-
"@biomejs/cli-linux-x64-musl@2.4.
|
|
10
|
-
"@biomejs/cli-linux-x64@2.4.
|
|
8
|
+
"@biomejs/biome@2.4.16","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
9
|
+
"@biomejs/cli-linux-x64-musl@2.4.16","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
10
|
+
"@biomejs/cli-linux-x64@2.4.16","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
11
11
|
"@esbuild/linux-x64@0.27.2","MIT","https://github.com/evanw/esbuild"
|
|
12
|
+
"@esbuild/linux-x64@0.28.0","MIT","https://github.com/evanw/esbuild"
|
|
12
13
|
"@fastify/ajv-compiler@4.0.5","MIT","https://github.com/fastify/ajv-compiler"
|
|
13
14
|
"@fastify/error@4.2.0","MIT","https://github.com/fastify/fastify-error"
|
|
14
15
|
"@fastify/fast-json-stringify-compiler@5.0.3","MIT","https://github.com/fastify/fast-json-stringify-compiler"
|
|
15
16
|
"@fastify/forwarded@3.0.1","MIT","https://github.com/fastify/forwarded"
|
|
16
17
|
"@fastify/merge-json-schemas@0.2.1","MIT","https://github.com/fastify/merge-json-schemas"
|
|
17
18
|
"@fastify/proxy-addr@5.1.0","MIT","https://github.com/fastify/proxy-addr"
|
|
18
|
-
"@fulmenhq/tsfulmen@0.
|
|
19
|
+
"@fulmenhq/tsfulmen@0.3.0","MIT","https://github.com/fulmenhq/tsfulmen"
|
|
19
20
|
"@isaacs/cliui@8.0.2","ISC","https://github.com/yargs/cliui"
|
|
20
21
|
"@isaacs/fs-minipass@4.0.1","ISC","https://github.com/npm/fs-minipass"
|
|
21
22
|
"@isaacs/string-locale-compare@1.1.0","ISC","https://github.com/isaacs/string-locale-compare"
|
|
@@ -56,9 +57,8 @@
|
|
|
56
57
|
"@standard-schema/spec@1.1.0","MIT","https://github.com/standard-schema/standard-schema"
|
|
57
58
|
"@tufjs/canonical-json@2.0.0","MIT","https://github.com/theupdateframework/tuf-js"
|
|
58
59
|
"@tufjs/models@3.0.1","MIT","https://github.com/theupdateframework/tuf-js"
|
|
59
|
-
"@types/archiver@7.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
60
60
|
"@types/body-parser@1.19.6","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
61
|
-
"@types/bun@1.3.
|
|
61
|
+
"@types/bun@1.3.14","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
62
62
|
"@types/chai@5.2.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
63
63
|
"@types/connect@3.4.38","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
64
64
|
"@types/deep-eql@4.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
@@ -68,22 +68,22 @@
|
|
|
68
68
|
"@types/http-errors@2.0.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
69
69
|
"@types/node@22.18.8","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
70
70
|
"@types/node@25.3.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
71
|
-
"@types/
|
|
71
|
+
"@types/node@25.9.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
72
|
+
"@types/picomatch@4.0.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
72
73
|
"@types/qs@6.14.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
73
74
|
"@types/range-parser@1.2.7","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
74
|
-
"@types/readdir-glob@1.1.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
75
75
|
"@types/send@1.2.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
76
76
|
"@types/serve-static@2.2.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
77
77
|
"@types/unzipper@0.10.11","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
78
|
-
"@vitest/coverage-v8@4.
|
|
79
|
-
"@vitest/expect@4.
|
|
80
|
-
"@vitest/mocker@4.
|
|
81
|
-
"@vitest/pretty-format@4.
|
|
82
|
-
"@vitest/runner@4.
|
|
83
|
-
"@vitest/snapshot@4.
|
|
84
|
-
"@vitest/spy@4.
|
|
85
|
-
"@vitest/ui@4.
|
|
86
|
-
"@vitest/utils@4.
|
|
78
|
+
"@vitest/coverage-v8@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
79
|
+
"@vitest/expect@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
80
|
+
"@vitest/mocker@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
81
|
+
"@vitest/pretty-format@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
82
|
+
"@vitest/runner@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
83
|
+
"@vitest/snapshot@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
84
|
+
"@vitest/spy@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
85
|
+
"@vitest/ui@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
86
|
+
"@vitest/utils@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
87
87
|
"abbrev@3.0.1","ISC","https://github.com/npm/abbrev-js"
|
|
88
88
|
"abort-controller@3.0.0","MIT","https://github.com/mysticatea/abort-controller"
|
|
89
89
|
"abstract-logging@2.0.1","MIT","https://github.com/jsumners/abstract-logging"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"ajv-draft-04@1.0.0","MIT","https://github.com/ajv-validator/ajv-draft-04"
|
|
93
93
|
"ajv-formats@3.0.1","MIT","https://github.com/ajv-validator/ajv-formats"
|
|
94
94
|
"ajv@8.17.1","MIT","https://github.com/ajv-validator/ajv"
|
|
95
|
-
"ajv@8.
|
|
95
|
+
"ajv@8.20.0","MIT","https://github.com/ajv-validator/ajv"
|
|
96
96
|
"ansi-regex@5.0.1","MIT","https://github.com/chalk/ansi-regex"
|
|
97
97
|
"ansi-regex@6.2.2","MIT","https://github.com/chalk/ansi-regex"
|
|
98
98
|
"ansi-styles@4.3.0","MIT","https://github.com/chalk/ansi-styles"
|
|
@@ -100,27 +100,33 @@
|
|
|
100
100
|
"ansi-styles@6.2.3","MIT","https://github.com/chalk/ansi-styles"
|
|
101
101
|
"any-promise@1.3.0","MIT","https://github.com/kevinbeaty/any-promise"
|
|
102
102
|
"aproba@2.1.0","ISC","https://github.com/iarna/aproba"
|
|
103
|
-
"archiver
|
|
104
|
-
"archiver@7.0.1","MIT","https://github.com/archiverjs/node-archiver"
|
|
103
|
+
"archiver@8.0.0","MIT","https://github.com/archiverjs/node-archiver"
|
|
105
104
|
"archy@1.0.0","MIT","https://github.com/substack/node-archy"
|
|
106
105
|
"assertion-error@2.0.1","MIT","https://github.com/chaijs/assertion-error"
|
|
107
|
-
"ast-v8-to-istanbul@0.3
|
|
106
|
+
"ast-v8-to-istanbul@1.0.3","MIT","https://github.com/AriPerkkio/ast-v8-to-istanbul"
|
|
108
107
|
"async@3.2.6","MIT","https://github.com/caolan/async"
|
|
109
108
|
"atomic-sleep@1.0.0","MIT","https://github.com/davidmarkclements/atomic-sleep"
|
|
110
109
|
"avvio@9.1.0","MIT","https://github.com/fastify/avvio"
|
|
111
110
|
"b4a@1.7.3","Apache-2.0","https://github.com/holepunchto/b4a"
|
|
112
111
|
"balanced-match@1.0.2","MIT","https://github.com/juliangruber/balanced-match"
|
|
112
|
+
"balanced-match@4.0.4","MIT","https://github.com/juliangruber/balanced-match"
|
|
113
113
|
"bare-events@2.8.2","Apache-2.0","https://github.com/holepunchto/bare-events"
|
|
114
|
+
"bare-fs@4.7.2","Apache-2.0","https://github.com/holepunchto/bare-fs"
|
|
115
|
+
"bare-os@3.9.1","Apache-2.0","https://github.com/holepunchto/bare-os"
|
|
116
|
+
"bare-path@3.0.1","Apache-2.0","https://github.com/holepunchto/bare-path"
|
|
117
|
+
"bare-stream@2.13.1","Apache-2.0","https://github.com/holepunchto/bare-stream"
|
|
118
|
+
"bare-url@2.4.5","Apache-2.0","https://github.com/holepunchto/bare-url"
|
|
114
119
|
"base64-js@1.5.1","MIT","https://github.com/beatgammit/base64-js"
|
|
115
120
|
"bin-links@5.0.0","ISC","https://github.com/npm/bin-links"
|
|
116
121
|
"binary-extensions@3.1.0","MIT","https://github.com/sindresorhus/binary-extensions"
|
|
117
122
|
"bintrees@1.0.2","MIT","https://github.com/vadimg/js_bintrees"
|
|
118
123
|
"bluebird@3.7.2","MIT","https://github.com/petkaantonov/bluebird"
|
|
119
124
|
"brace-expansion@2.0.2","MIT","https://github.com/juliangruber/brace-expansion"
|
|
125
|
+
"brace-expansion@5.0.6","MIT","https://github.com/juliangruber/brace-expansion"
|
|
120
126
|
"braces@3.0.3","MIT","https://github.com/micromatch/braces"
|
|
121
127
|
"buffer-crc32@1.0.0","MIT","https://github.com/brianloveswords/buffer-crc32"
|
|
122
128
|
"buffer@6.0.3","MIT","https://github.com/feross/buffer"
|
|
123
|
-
"bun-types@1.3.
|
|
129
|
+
"bun-types@1.3.14","MIT","https://github.com/oven-sh/bun"
|
|
124
130
|
"bundle-require@5.1.0","MIT",""
|
|
125
131
|
"cac@6.7.14","MIT","https://github.com/egoist/cac"
|
|
126
132
|
"cacache@19.0.1","ISC","https://github.com/npm/cacache"
|
|
@@ -135,16 +141,17 @@
|
|
|
135
141
|
"cmd-shim@7.0.0","ISC","https://github.com/npm/cmd-shim"
|
|
136
142
|
"color-convert@2.0.1","MIT","https://github.com/Qix-/color-convert"
|
|
137
143
|
"color-name@1.1.4","MIT","https://github.com/colorjs/color-name"
|
|
138
|
-
"commander@
|
|
144
|
+
"commander@15.0.0","MIT","https://github.com/tj/commander.js"
|
|
139
145
|
"commander@4.1.1","MIT","https://github.com/tj/commander.js"
|
|
140
146
|
"common-ancestor-path@1.0.1","ISC","https://github.com/isaacs/common-ancestor-path"
|
|
141
|
-
"compress-commons@
|
|
147
|
+
"compress-commons@7.0.1","MIT","https://github.com/archiverjs/node-compress-commons"
|
|
142
148
|
"confbox@0.1.8","MIT","https://github.com/unjs/confbox"
|
|
143
149
|
"consola@3.4.2","MIT","https://github.com/unjs/consola"
|
|
150
|
+
"convert-source-map@2.0.0","MIT","https://github.com/thlorenz/convert-source-map"
|
|
144
151
|
"cookie@1.0.2","MIT","https://github.com/jshttp/cookie"
|
|
145
152
|
"core-util-is@1.0.3","MIT","https://github.com/isaacs/core-util-is"
|
|
146
153
|
"crc-32@1.2.2","Apache-2.0","https://github.com/SheetJS/js-crc32"
|
|
147
|
-
"crc32-stream@
|
|
154
|
+
"crc32-stream@7.0.1","MIT","https://github.com/archiverjs/node-crc32-stream"
|
|
148
155
|
"cross-spawn@7.0.6","MIT","https://github.com/moxystudio/node-cross-spawn"
|
|
149
156
|
"cssesc@3.0.0","MIT","https://github.com/mathiasbynens/cssesc"
|
|
150
157
|
"debug@4.4.1","MIT","https://github.com/debug-js/debug"
|
|
@@ -158,13 +165,14 @@
|
|
|
158
165
|
"encoding@0.1.13","MIT","https://github.com/andris9/encoding"
|
|
159
166
|
"env-paths@2.2.1","MIT","https://github.com/sindresorhus/env-paths"
|
|
160
167
|
"err-code@2.0.3","MIT","https://github.com/IndigoUnited/js-err-code"
|
|
161
|
-
"es-module-lexer@1.
|
|
168
|
+
"es-module-lexer@2.1.0","MIT","https://github.com/guybedford/es-module-lexer"
|
|
162
169
|
"esbuild@0.27.2","MIT","https://github.com/evanw/esbuild"
|
|
170
|
+
"esbuild@0.28.0","MIT","https://github.com/evanw/esbuild"
|
|
163
171
|
"estree-walker@3.0.3","MIT","https://github.com/Rich-Harris/estree-walker"
|
|
164
172
|
"event-target-shim@5.0.1","MIT","https://github.com/mysticatea/event-target-shim"
|
|
165
173
|
"events-universal@1.0.1","Apache-2.0","https://github.com/holepunchto/events-universal"
|
|
166
174
|
"events@3.3.0","MIT","https://github.com/Gozala/events"
|
|
167
|
-
"expect-type@1.
|
|
175
|
+
"expect-type@1.3.0","Apache-2.0","https://github.com/mmkal/expect-type"
|
|
168
176
|
"exponential-backoff@3.1.2","Apache-2.0","https://github.com/coveooss/exponential-backoff"
|
|
169
177
|
"fast-decode-uri-component@1.0.1","MIT","https://github.com/delvedor/fast-decode-uri-component"
|
|
170
178
|
"fast-deep-equal@3.1.3","MIT","https://github.com/epoberezkin/fast-deep-equal"
|
|
@@ -174,7 +182,7 @@
|
|
|
174
182
|
"fast-querystring@1.1.2","MIT","https://github.com/anonrig/fast-querystring"
|
|
175
183
|
"fast-uri@3.1.0","BSD-3-Clause","https://github.com/fastify/fast-uri"
|
|
176
184
|
"fastest-levenshtein@1.0.16","MIT","https://github.com/ka-weihe/fastest-levenshtein"
|
|
177
|
-
"fastify@5.
|
|
185
|
+
"fastify@5.8.5","MIT","https://github.com/fastify/fastify"
|
|
178
186
|
"fastq@1.19.1","ISC","https://github.com/mcollina/fastq"
|
|
179
187
|
"fdir@6.4.6","MIT","https://github.com/thecodrr/fdir"
|
|
180
188
|
"fdir@6.5.0","MIT","https://github.com/thecodrr/fdir"
|
|
@@ -182,12 +190,11 @@
|
|
|
182
190
|
"fill-range@7.1.1","MIT","https://github.com/jonschlinkert/fill-range"
|
|
183
191
|
"find-my-way@9.3.0","MIT","https://github.com/delvedor/find-my-way"
|
|
184
192
|
"fix-dts-default-cjs-exports@1.0.1","MIT","https://github.com/userquin/fix-dts-default-cjs-exports"
|
|
185
|
-
"flatted@3.
|
|
193
|
+
"flatted@3.4.2","ISC","https://github.com/WebReflection/flatted"
|
|
186
194
|
"foreground-child@3.3.1","ISC","https://github.com/tapjs/foreground-child"
|
|
187
195
|
"fs-extra@11.3.2","MIT","https://github.com/jprichardson/node-fs-extra"
|
|
188
196
|
"fs-minipass@2.1.0","ISC","https://github.com/npm/fs-minipass"
|
|
189
197
|
"fs-minipass@3.0.3","ISC","https://github.com/npm/fs-minipass"
|
|
190
|
-
"get-tsconfig@4.11.0","MIT","https://github.com/privatenumber/get-tsconfig"
|
|
191
198
|
"glob-parent@5.1.2","ISC","https://github.com/gulpjs/glob-parent"
|
|
192
199
|
"glob@10.4.5","ISC","https://github.com/isaacs/node-glob"
|
|
193
200
|
"graceful-fs@4.2.11","ISC","https://github.com/isaacs/node-graceful-fs"
|
|
@@ -213,7 +220,7 @@
|
|
|
213
220
|
"is-fullwidth-code-point@3.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point"
|
|
214
221
|
"is-glob@4.0.3","MIT","https://github.com/micromatch/is-glob"
|
|
215
222
|
"is-number@7.0.0","MIT","https://github.com/jonschlinkert/is-number"
|
|
216
|
-
"is-stream@
|
|
223
|
+
"is-stream@4.0.1","MIT","https://github.com/sindresorhus/is-stream"
|
|
217
224
|
"isarray@1.0.0","MIT","https://github.com/juliangruber/isarray"
|
|
218
225
|
"isexe@2.0.0","ISC","https://github.com/isaacs/isexe"
|
|
219
226
|
"isexe@3.1.1","ISC","https://github.com/isaacs/isexe"
|
|
@@ -222,7 +229,7 @@
|
|
|
222
229
|
"istanbul-reports@3.2.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
|
|
223
230
|
"jackspeak@3.4.3","BlueOak-1.0.0","https://github.com/isaacs/jackspeak"
|
|
224
231
|
"joycon@3.1.1","MIT","https://github.com/egoist/joycon"
|
|
225
|
-
"js-tokens@
|
|
232
|
+
"js-tokens@10.0.0","MIT","https://github.com/lydell/js-tokens"
|
|
226
233
|
"jsbn@1.1.0","MIT","https://github.com/andyperlitch/jsbn"
|
|
227
234
|
"json-parse-even-better-errors@4.0.0","MIT","https://github.com/npm/json-parse-even-better-errors"
|
|
228
235
|
"json-schema-ref-resolver@3.0.0","MIT","https://github.com/fastify/json-schema-ref-resolver"
|
|
@@ -247,16 +254,15 @@
|
|
|
247
254
|
"lilconfig@3.1.3","MIT","https://github.com/antonk52/lilconfig"
|
|
248
255
|
"lines-and-columns@1.2.4","MIT","https://github.com/eventualbuddha/lines-and-columns"
|
|
249
256
|
"load-tsconfig@0.2.5","MIT",""
|
|
250
|
-
"lodash@4.17.21","MIT","https://github.com/lodash/lodash"
|
|
251
257
|
"lru-cache@10.4.3","ISC","https://github.com/isaacs/node-lru-cache"
|
|
252
258
|
"magic-string@0.30.19","MIT","https://github.com/rich-harris/magic-string"
|
|
253
259
|
"magic-string@0.30.21","MIT","https://github.com/Rich-Harris/magic-string"
|
|
254
|
-
"magicast@0.5.
|
|
260
|
+
"magicast@0.5.3","MIT","https://github.com/unjs/magicast"
|
|
255
261
|
"make-dir@4.0.0","MIT","https://github.com/sindresorhus/make-dir"
|
|
256
262
|
"make-fetch-happen@14.0.3","ISC","https://github.com/npm/make-fetch-happen"
|
|
257
263
|
"merge2@1.4.1","MIT","https://github.com/teambition/merge2"
|
|
258
264
|
"micromatch@4.0.8","MIT","https://github.com/micromatch/micromatch"
|
|
259
|
-
"minimatch@
|
|
265
|
+
"minimatch@10.2.5","BlueOak-1.0.0","https://github.com/isaacs/minimatch"
|
|
260
266
|
"minimatch@9.0.5","ISC","https://github.com/isaacs/minimatch"
|
|
261
267
|
"minipass-collect@2.0.1","ISC","https://github.com/isaacs/minipass-collect"
|
|
262
268
|
"minipass-fetch@4.0.1","MIT","https://github.com/npm/minipass-fetch"
|
|
@@ -306,16 +312,18 @@
|
|
|
306
312
|
"picocolors@1.1.1","ISC","https://github.com/alexeyraspopov/picocolors"
|
|
307
313
|
"picomatch@2.3.1","MIT","https://github.com/micromatch/picomatch"
|
|
308
314
|
"picomatch@4.0.3","MIT","https://github.com/micromatch/picomatch"
|
|
315
|
+
"picomatch@4.0.4","MIT","https://github.com/micromatch/picomatch"
|
|
309
316
|
"pino-abstract-transport@2.0.0","MIT","https://github.com/pinojs/pino-abstract-transport"
|
|
317
|
+
"pino-abstract-transport@3.0.0","MIT","https://github.com/pinojs/pino-abstract-transport"
|
|
310
318
|
"pino-std-serializers@7.0.0","MIT","https://github.com/pinojs/pino-std-serializers"
|
|
311
319
|
"pino@10.1.0","MIT","https://github.com/pinojs/pino"
|
|
312
|
-
"pino@
|
|
320
|
+
"pino@10.3.1","MIT","https://github.com/pinojs/pino"
|
|
313
321
|
"pirates@4.0.7","MIT","https://github.com/danez/pirates"
|
|
314
322
|
"pkg-types@1.3.1","MIT","https://github.com/unjs/pkg-types"
|
|
315
323
|
"postcss-load-config@6.0.1","MIT","https://github.com/postcss/postcss-load-config"
|
|
316
324
|
"postcss-selector-parser@7.1.0","MIT","https://github.com/postcss/postcss-selector-parser"
|
|
317
325
|
"postcss@8.5.6","MIT","https://github.com/postcss/postcss"
|
|
318
|
-
"prettier@3.8.
|
|
326
|
+
"prettier@3.8.3","MIT","https://github.com/prettier/prettier"
|
|
319
327
|
"proc-log@5.0.0","ISC","https://github.com/npm/proc-log"
|
|
320
328
|
"process-nextick-args@2.0.1","MIT","https://github.com/calvinmetcalf/process-nextick-args"
|
|
321
329
|
"process-warning@4.0.1","MIT","https://github.com/fastify/process-warning"
|
|
@@ -335,12 +343,12 @@
|
|
|
335
343
|
"read@4.1.0","ISC","https://github.com/npm/read"
|
|
336
344
|
"readable-stream@2.3.8","MIT","https://github.com/nodejs/readable-stream"
|
|
337
345
|
"readable-stream@4.7.0","MIT","https://github.com/nodejs/readable-stream"
|
|
338
|
-
"readdir-glob@
|
|
346
|
+
"readdir-glob@3.0.0","Apache-2.0","https://github.com/Yqnn/node-readdir-glob"
|
|
339
347
|
"readdirp@4.1.2","MIT","https://github.com/paulmillr/readdirp"
|
|
340
348
|
"real-require@0.2.0","MIT","https://github.com/pinojs/real-require"
|
|
349
|
+
"real-require@1.0.0","MIT","https://github.com/pinojs/real-require"
|
|
341
350
|
"require-from-string@2.0.2","MIT","https://github.com/floatdrop/require-from-string"
|
|
342
351
|
"resolve-from@5.0.0","MIT","https://github.com/sindresorhus/resolve-from"
|
|
343
|
-
"resolve-pkg-maps@1.0.0","MIT","https://github.com/privatenumber/resolve-pkg-maps"
|
|
344
352
|
"ret@0.5.0","MIT","https://github.com/fent/ret.js"
|
|
345
353
|
"retry@0.12.0","MIT","https://github.com/tim-kos/node-retry"
|
|
346
354
|
"reusify@1.1.0","MIT","https://github.com/mcollina/reusify"
|
|
@@ -362,7 +370,6 @@
|
|
|
362
370
|
"signal-exit@4.1.0","ISC","https://github.com/tapjs/signal-exit"
|
|
363
371
|
"sigstore@3.1.0","Apache-2.0","https://github.com/sigstore/sigstore-js"
|
|
364
372
|
"sirv@3.0.2","MIT","https://github.com/lukeed/sirv"
|
|
365
|
-
"slow-redact@0.3.1","MIT","https://github.com/pinojs/slow-redact"
|
|
366
373
|
"smart-buffer@4.2.0","MIT","https://github.com/JoshGlazebrook/smart-buffer"
|
|
367
374
|
"socks-proxy-agent@8.0.5","MIT","https://github.com/TooTallNate/proxy-agents"
|
|
368
375
|
"socks@2.8.6","MIT","https://github.com/JoshGlazebrook/socks"
|
|
@@ -378,8 +385,9 @@
|
|
|
378
385
|
"sprintf-js@1.1.3","BSD-3-Clause","https://github.com/alexei/sprintf.js"
|
|
379
386
|
"ssri@12.0.0","ISC","https://github.com/npm/ssri"
|
|
380
387
|
"stackback@0.0.2","MIT","https://github.com/shtylman/node-stackback"
|
|
381
|
-
"std-env@
|
|
388
|
+
"std-env@4.1.0","MIT","https://github.com/unjs/std-env"
|
|
382
389
|
"streamx@2.23.0","MIT","https://github.com/mafintosh/streamx"
|
|
390
|
+
"streamx@2.26.0","MIT","https://github.com/mafintosh/streamx"
|
|
383
391
|
"string-width@4.2.3","MIT","https://github.com/sindresorhus/string-width"
|
|
384
392
|
"string-width@5.1.2","MIT","https://github.com/sindresorhus/string-width"
|
|
385
393
|
"string_decoder@1.1.1","MIT","https://github.com/nodejs/string_decoder"
|
|
@@ -389,22 +397,24 @@
|
|
|
389
397
|
"sucrase@3.35.0","MIT","https://github.com/alangpierce/sucrase"
|
|
390
398
|
"supports-color@10.0.0","MIT","https://github.com/chalk/supports-color"
|
|
391
399
|
"supports-color@7.2.0","MIT","https://github.com/chalk/supports-color"
|
|
392
|
-
"tar-stream@3.
|
|
400
|
+
"tar-stream@3.2.0","MIT","https://github.com/mafintosh/tar-stream"
|
|
393
401
|
"tar@6.2.1","ISC","https://github.com/isaacs/node-tar"
|
|
394
402
|
"tar@7.4.3","ISC","https://github.com/isaacs/node-tar"
|
|
395
403
|
"tdigest@0.1.2","MIT","https://github.com/welch/tdigest"
|
|
404
|
+
"teex@1.0.1","MIT","https://github.com/mafintosh/teex"
|
|
396
405
|
"text-decoder@1.2.3","Apache-2.0","https://github.com/holepunchto/text-decoder"
|
|
397
406
|
"text-table@0.2.0","MIT","https://github.com/substack/text-table"
|
|
398
407
|
"thenify-all@1.6.0","MIT","https://github.com/thenables/thenify-all"
|
|
399
408
|
"thenify@3.3.1","MIT","https://github.com/thenables/thenify"
|
|
400
409
|
"thread-stream@3.1.0","MIT","https://github.com/mcollina/thread-stream"
|
|
410
|
+
"thread-stream@4.2.0","MIT","https://github.com/mcollina/thread-stream"
|
|
401
411
|
"tiny-relative-date@1.3.0","MIT","https://github.com/wildlyinaccurate/relative-date"
|
|
402
412
|
"tinybench@2.9.0","MIT","https://github.com/tinylibs/tinybench"
|
|
403
413
|
"tinyexec@0.3.2","MIT","https://github.com/tinylibs/tinyexec"
|
|
404
414
|
"tinyexec@1.0.2","MIT","https://github.com/tinylibs/tinyexec"
|
|
405
415
|
"tinyglobby@0.2.14","MIT","https://github.com/SuperchupuDev/tinyglobby"
|
|
406
416
|
"tinyglobby@0.2.15","MIT","https://github.com/SuperchupuDev/tinyglobby"
|
|
407
|
-
"tinyrainbow@3.0
|
|
417
|
+
"tinyrainbow@3.1.0","MIT","https://github.com/tinylibs/tinyrainbow"
|
|
408
418
|
"to-regex-range@5.0.1","MIT","https://github.com/micromatch/to-regex-range"
|
|
409
419
|
"toad-cache@3.7.0","MIT","https://github.com/kibertoad/toad-cache"
|
|
410
420
|
"totalist@3.0.1","MIT","https://github.com/lukeed/totalist"
|
|
@@ -412,12 +422,13 @@
|
|
|
412
422
|
"treeverse@3.0.0","ISC","https://github.com/npm/treeverse"
|
|
413
423
|
"ts-interface-checker@0.1.13","Apache-2.0","https://github.com/gristlabs/ts-interface-checker"
|
|
414
424
|
"tsup@8.5.1","MIT","https://github.com/egoist/tsup"
|
|
415
|
-
"tsx@4.
|
|
425
|
+
"tsx@4.22.4","MIT","https://github.com/privatenumber/tsx"
|
|
416
426
|
"tuf-js@3.1.0","MIT","https://github.com/theupdateframework/tuf-js"
|
|
417
|
-
"typescript@
|
|
427
|
+
"typescript@6.0.3","Apache-2.0","https://github.com/microsoft/TypeScript"
|
|
418
428
|
"ufo@1.6.1","MIT","https://github.com/unjs/ufo"
|
|
419
429
|
"undici-types@6.21.0","MIT","https://github.com/nodejs/undici"
|
|
420
430
|
"undici-types@7.18.2","MIT","https://github.com/nodejs/undici"
|
|
431
|
+
"undici-types@7.24.6","MIT","https://github.com/nodejs/undici"
|
|
421
432
|
"unique-filename@4.0.0","ISC","https://github.com/npm/unique-filename"
|
|
422
433
|
"unique-slug@5.0.0","ISC","https://github.com/npm/unique-slug"
|
|
423
434
|
"universalify@2.0.1","MIT","https://github.com/RyanZim/universalify"
|
|
@@ -426,7 +437,7 @@
|
|
|
426
437
|
"validate-npm-package-license@3.0.4","Apache-2.0","https://github.com/kemitchell/validate-npm-package-license.js"
|
|
427
438
|
"validate-npm-package-name@6.0.2","ISC","https://github.com/npm/validate-npm-package-name"
|
|
428
439
|
"vite@7.3.1","MIT","https://github.com/vitejs/vite"
|
|
429
|
-
"vitest@4.
|
|
440
|
+
"vitest@4.1.8","MIT","https://github.com/vitest-dev/vitest"
|
|
430
441
|
"walk-up-path@4.0.0","ISC","https://github.com/isaacs/walk-up-path"
|
|
431
442
|
"which@2.0.2","ISC","https://github.com/isaacs/node-which"
|
|
432
443
|
"which@5.0.0","ISC","https://github.com/npm/node-which"
|
|
@@ -436,5 +447,5 @@
|
|
|
436
447
|
"write-file-atomic@6.0.0","ISC","https://github.com/npm/write-file-atomic"
|
|
437
448
|
"yallist@4.0.0","ISC","https://github.com/isaacs/yallist"
|
|
438
449
|
"yallist@5.0.0","BlueOak-1.0.0","https://github.com/isaacs/yallist"
|
|
439
|
-
"yaml@2.
|
|
440
|
-
"zip-stream@
|
|
450
|
+
"yaml@2.9.0","ISC","https://github.com/eemeli/yaml"
|
|
451
|
+
"zip-stream@7.0.5","MIT","https://github.com/archiverjs/node-zip-stream"
|