@silgi/module-builder
Advanced tools
| const name = "@silgi/module-builder"; | ||
| const version = "0.6.4"; | ||
| const description = "Complete solution for building Silgi modules"; | ||
| export { description as d, name as n, version as v }; |
@@ -18,3 +18,3 @@ import { existsSync, promises } from 'node:fs'; | ||
| import { scanExports } from 'unimport'; | ||
| import { v as version, n as name } from '../shared/silgi-module-builder.BhAYEk5V.mjs'; | ||
| import { v as version, n as name } from '../shared/silgi-module-builder.BSqhWWRp.mjs'; | ||
@@ -258,3 +258,3 @@ const srcDir = fileURLToPath(new URL("src", import.meta.url)); | ||
| const moduleReExports = []; | ||
| const moduleTypesFile = resolve(options.outDir, "module.d.mts"); | ||
| const moduleTypesFile = resolve(options.rootDir, "src/module.ts"); | ||
| const moduleTypes = await promises.readFile(moduleTypesFile, "utf8").catch(() => ""); | ||
@@ -261,0 +261,0 @@ const normalisedModuleTypes = moduleTypes.replace(/export\s*\{.*?\}/gs, (match) => match.replace(/\b(type|interface)\b/g, "")); |
+1
-1
| #!/usr/bin/env node | ||
| import { defineCommand, runMain } from 'citty'; | ||
| import { consola } from 'consola'; | ||
| import { v as version, d as description, n as name } from './shared/silgi-module-builder.BhAYEk5V.mjs'; | ||
| import { v as version, d as description, n as name } from './shared/silgi-module-builder.BSqhWWRp.mjs'; | ||
@@ -6,0 +6,0 @@ const _rDefault = (r) => r && typeof r === "object" && "default" in r ? r.default : r; |
+1
-1
@@ -19,2 +19,2 @@ export { default as build } from './chunks/build.mjs'; | ||
| import 'unimport'; | ||
| import './shared/silgi-module-builder.BhAYEk5V.mjs'; | ||
| import './shared/silgi-module-builder.BSqhWWRp.mjs'; |
+1
-1
| { | ||
| "name": "@silgi/module-builder", | ||
| "type": "module", | ||
| "version": "0.6.3", | ||
| "version": "0.6.4", | ||
| "private": false, | ||
@@ -6,0 +6,0 @@ "description": "Complete solution for building Silgi modules", |
| const name = "@silgi/module-builder"; | ||
| const version = "0.6.3"; | ||
| const description = "Complete solution for building Silgi modules"; | ||
| export { description as d, name as n, version as v }; |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
16471
0.01%