silgi 0.16.1 → 0.16.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.16.1";
1
+ const version = "0.16.2";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1715,12 +1715,12 @@ async function prepareCoreFile(data, frameworkContext, silgi) {
1715
1715
  " schemas: schemas as any,",
1716
1716
  " uris,",
1717
1717
  " modulesURIs,",
1718
- " routeRules: routeRules as any,",
1719
1718
  ` plugins: [${plugins.join(", ")}],`,
1720
1719
  _data._silgiConfigs.length > 0 ? ` ${_data._silgiConfigs.map((config) => typeof config === "string" ? config : typeof config === "object" ? Object.entries(config).map(([key, value]) => `${key}: ${value}`).join(",\n ") : "").join(",\n ")},` : "",
1721
1720
  " options: mergeDeep(",
1722
1721
  " {",
1723
1722
  " runtimeConfig: {} as SilgiRuntimeOptions,",
1723
+ " routeRules: routeRules as any,",
1724
1724
  " },",
1725
1725
  " moduleOptions || {},",
1726
1726
  " {",
@@ -1,4 +1,4 @@
1
- const version = "0.16.1";
1
+ const version = "0.16.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.16.1";
1
+ const version = "0.16.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.16.1",
4
+ "version": "0.16.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {