drizzle-kit 0.17.1-8caa9ce → 0.17.1-8e07fce

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26915,6 +26915,7 @@ var init_serializer = __esm({
26915
26915
  return generateSqliteSnapshot2(tables, enums);
26916
26916
  };
26917
26917
  prepareFilenames = (path3) => {
26918
+ console.log("path: " + path3);
26918
26919
  if (typeof path3 === "string") {
26919
26920
  path3 = [path3];
26920
26921
  }
@@ -26927,6 +26928,7 @@ var init_serializer = __esm({
26927
26928
  });
26928
26929
  return result2;
26929
26930
  }, /* @__PURE__ */ new Set());
26931
+ console.log("result path: " + [...result]);
26930
26932
  return [...result];
26931
26933
  };
26932
26934
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.17.1-8caa9ce",
3
+ "version": "0.17.1-8e07fce",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",