silgi 0.18.0 → 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.
@@ -1,4 +1,4 @@
1
- const version = "0.18.0";
1
+ const version = "0.18.2";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -110,7 +110,7 @@ async function prepareBuild(silgi) {
110
110
  // @ts-nocheck
111
111
  // This file is auto-generated at build time by Silgi
112
112
  // Contains route rules with preserved functions
113
- // Generated: ${(/* @__PURE__ */ new Date()).toISOString()}
113
+ // DO NOT MODIFY THIS FILE DIRECTLY
114
114
 
115
115
  export const routeRules = ${serialized}
116
116
  `;
@@ -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"],
@@ -1,4 +1,4 @@
1
- const version = "0.18.0";
1
+ const version = "0.18.2";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.18.0";
1
+ const version = "0.18.2";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.18.0",
4
+ "version": "0.18.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {