silgi 0.9.14 → 0.9.15

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.9.14";
1
+ const version = "0.9.15";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -626,7 +626,6 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
626
626
  " modulesURIs,",
627
627
  ` plugins: [${plugins.join(", ")}],`,
628
628
  _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 ")},` : "",
629
- " ...global: {},",
630
629
  " ...buildOptions,",
631
630
  " options: mergeDeep(",
632
631
  " moduleOptions || {},",
@@ -1,4 +1,4 @@
1
- const version = "0.9.14";
1
+ const version = "0.9.15";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1,4 +1,4 @@
1
- const version = "0.9.14";
1
+ const version = "0.9.15";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.9.14",
4
+ "version": "0.9.15",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {