silgi 0.21.6 → 0.21.8

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,9 +1,9 @@
1
- const version = "0.21.6";
1
+ const version = "0.21.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
5
5
  "@nuxt/schema": "^3.15.4",
6
- "@silgi/ecosystem": "^0.2.0",
6
+ "@silgi/ecosystem": "^0.3.0",
7
7
  h3: "^1.15.1",
8
8
  nitropack: "^2.10.4",
9
9
  nuxt: "^3.15.3",
@@ -1425,7 +1425,7 @@ async function scanFiles$1(silgi, watchFiles) {
1425
1425
  }
1426
1426
  options.importItems[path] ??= {
1427
1427
  import: [],
1428
- from: relativeWithDot(silgi.options.silgi.serverDir, path)
1428
+ from: relativeWithDot(silgi.options.build.typesDir, path)
1429
1429
  };
1430
1430
  options.importItems[path].import.push({
1431
1431
  name: `${exportName} as ${_name}`,
@@ -1,9 +1,9 @@
1
- const version = "0.21.6";
1
+ const version = "0.21.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
5
5
  "@nuxt/schema": "^3.15.4",
6
- "@silgi/ecosystem": "^0.2.0",
6
+ "@silgi/ecosystem": "^0.3.0",
7
7
  h3: "^1.15.1",
8
8
  nitropack: "^2.10.4",
9
9
  nuxt: "^3.15.3",
@@ -1,9 +1,9 @@
1
- const version = "0.21.6";
1
+ const version = "0.21.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
5
5
  "@nuxt/schema": "^3.15.4",
6
- "@silgi/ecosystem": "^0.2.0",
6
+ "@silgi/ecosystem": "^0.3.0",
7
7
  h3: "^1.15.1",
8
8
  nitropack: "^2.10.4",
9
9
  nuxt: "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.21.6",
4
+ "version": "0.21.8",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -79,7 +79,7 @@
79
79
  "@fastify/deepmerge": "^3.0.0",
80
80
  "@nuxt/kit": "^3.15.3",
81
81
  "@nuxt/schema": "^3.15.4",
82
- "@silgi/ecosystem": "^0.2.0",
82
+ "@silgi/ecosystem": "^0.3.0",
83
83
  "h3": "^1.15.1",
84
84
  "nitropack": "^2.10.4",
85
85
  "nuxt": "^3.15.3",