silgi 0.17.7 → 0.17.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,4 +1,4 @@
1
- const version = "0.17.7";
1
+ const version = "0.17.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^2.0.2",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1516,7 +1516,7 @@ async function createSilgiCLI(config = {}, opts = {}) {
1516
1516
 
1517
1517
  function serializeToJs(obj, indent = 2, level = 0) {
1518
1518
  if (obj === null || obj === void 0) {
1519
- return String(obj);
1519
+ return obj === void 0 ? "undefined as any" : String(obj);
1520
1520
  }
1521
1521
  if (typeof obj === "function") {
1522
1522
  return obj.toString();
@@ -1,4 +1,4 @@
1
- const version = "0.17.7";
1
+ const version = "0.17.8";
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.17.7";
1
+ const version = "0.17.8";
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.17.7",
4
+ "version": "0.17.8",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {