drizzle-kit 0.17.1-2d0a8cb → 0.17.1-6474464

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