@fulmenhq/tsfulmen 0.3.0 → 0.3.2
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 +31 -0
- package/config/crucible-ts/repository/app-identity/app-identity.example.yaml +8 -0
- package/config/crucible-ts/repository/app-identity/fixtures/valid/typescript-package.yaml +17 -0
- package/config/crucible-ts/repository/app-identity/parity-snapshot.json +28 -0
- package/config/crucible-ts/taxonomy/metrics.yaml +1 -1
- package/dist/appidentity/index.js +156 -4150
- package/dist/appidentity/index.js.map +1 -1
- package/dist/bin/prometheus-cli.d.ts +1 -0
- package/dist/bin/prometheus-cli.js +9331 -0
- package/dist/bin/prometheus-cli.js.map +1 -0
- package/dist/bin/schema-cli.d.ts +1 -0
- package/dist/bin/schema-cli.js +6104 -0
- package/dist/bin/schema-cli.js.map +1 -0
- package/dist/bin/signals-cli.d.ts +1 -0
- package/dist/bin/signals-cli.js +2104 -0
- package/dist/bin/signals-cli.js.map +1 -0
- package/dist/config/index.js +29 -4915
- package/dist/config/index.js.map +1 -1
- package/dist/crucible/index.js +120 -5336
- package/dist/crucible/index.js.map +1 -1
- package/dist/errors/index.js +52 -4434
- package/dist/errors/index.js.map +1 -1
- package/dist/foundry/index.js +197 -1874
- package/dist/foundry/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +161 -4154
- package/dist/index.js.map +1 -1
- package/dist/pathfinder/index.js +47 -4378
- package/dist/pathfinder/index.js.map +1 -1
- package/dist/reports/license-inventory.csv +2 -2
- package/dist/schema/index.js +0 -4
- package/dist/schema/index.js.map +1 -1
- package/dist/signals/index.js +231 -3570
- package/dist/signals/index.js.map +1 -1
- package/dist/telemetry/http/index.js +94 -5280
- package/dist/telemetry/http/index.js.map +1 -1
- package/dist/telemetry/index.js +70 -4786
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/prometheus/index.js +461 -4450
- package/dist/telemetry/prometheus/index.js.map +1 -1
- package/package.json +8 -2
- package/schemas/crucible-ts/config/repository/app-identity/v1.0.0/app-identity.schema.json +34 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"module name","license","repository"
|
|
2
|
-
"@3leaps/string-metrics-wasm@0.3.
|
|
2
|
+
"@3leaps/string-metrics-wasm@0.3.10","MIT","https://github.com/3leaps/string-metrics-wasm"
|
|
3
3
|
"@babel/helper-string-parser@7.29.7","MIT","https://github.com/babel/babel"
|
|
4
4
|
"@babel/helper-validator-identifier@7.29.7","MIT","https://github.com/babel/babel"
|
|
5
5
|
"@babel/parser@7.29.7","MIT","https://github.com/babel/babel"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@fastify/forwarded@3.0.1","MIT","https://github.com/fastify/forwarded"
|
|
17
17
|
"@fastify/merge-json-schemas@0.2.1","MIT","https://github.com/fastify/merge-json-schemas"
|
|
18
18
|
"@fastify/proxy-addr@5.1.0","MIT","https://github.com/fastify/proxy-addr"
|
|
19
|
-
"@fulmenhq/tsfulmen@0.3.
|
|
19
|
+
"@fulmenhq/tsfulmen@0.3.2","MIT","https://github.com/fulmenhq/tsfulmen"
|
|
20
20
|
"@isaacs/cliui@8.0.2","ISC","https://github.com/yargs/cliui"
|
|
21
21
|
"@isaacs/fs-minipass@4.0.1","ISC","https://github.com/npm/fs-minipass"
|
|
22
22
|
"@isaacs/string-locale-compare@1.1.0","ISC","https://github.com/isaacs/string-locale-compare"
|
package/dist/schema/index.js
CHANGED
|
@@ -6124,10 +6124,6 @@ var init_cli = __esm({
|
|
|
6124
6124
|
init_registry();
|
|
6125
6125
|
init_utils();
|
|
6126
6126
|
init_validator();
|
|
6127
|
-
if (import.meta.url === `file://${process.argv[1]}`) {
|
|
6128
|
-
const program = createCLI();
|
|
6129
|
-
program.parse(process.argv);
|
|
6130
|
-
}
|
|
6131
6127
|
}
|
|
6132
6128
|
});
|
|
6133
6129
|
|