silgi 0.18.0 → 0.18.1
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 +1 -1
- package/dist/cli/prepare.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -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
|
-
//
|
|
113
|
+
// DO NOT MODIFY THIS FILE DIRECTLY
|
|
114
114
|
|
|
115
115
|
export const routeRules = ${serialized}
|
|
116
116
|
`;
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED