silgi 0.18.1 → 0.18.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/dist/_chunks/index.mjs
CHANGED
|
@@ -401,7 +401,6 @@ async function _resolveSilgiModule(silgiModule, silgi) {
|
|
|
401
401
|
silgiModule = resolve(silgi.options.rootDir, silgiModule);
|
|
402
402
|
}
|
|
403
403
|
try {
|
|
404
|
-
console.log(silgi.options.conditions);
|
|
405
404
|
const src = resolveModuleURL(silgiModule, {
|
|
406
405
|
from: silgi.options.modulesDir.map((m) => directoryToURL(m.replace(/\/node_modules\/?$/, "/"))),
|
|
407
406
|
suffixes: ["silgi", "silgi/index", "module", "module/index", "", "index"],
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED