drizzle-kit 0.23.2-ab12f1d → 0.23.2-e9a7a6c

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 (4) hide show
  1. package/api.js +375 -375
  2. package/api.mjs +375 -375
  3. package/bin.cjs +1 -2
  4. package/package.json +2 -2
package/bin.cjs CHANGED
@@ -17680,7 +17680,6 @@ var init_utils4 = __esm({
17680
17680
  const defaultJsonConfigExists = (0, import_fs2.existsSync)(
17681
17681
  (0, import_path2.join)((0, import_path2.resolve)("drizzle.config.json"))
17682
17682
  );
17683
- console.log("defaultTsConfigExists", (0, import_path2.join)((0, import_path2.resolve)("drizzle.config.ts")));
17684
17683
  const defaultConfigPath = defaultTsConfigExists ? "drizzle.config.ts" : defaultJsConfigExists ? "drizzle.config.js" : "drizzle.config.json";
17685
17684
  if (!configPath) {
17686
17685
  console.log(
@@ -83370,7 +83369,7 @@ init_utils2();
83370
83369
  var version2 = async () => {
83371
83370
  const { npmVersion } = await ormCoreVersions();
83372
83371
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
83373
- const envVersion = "0.23.2-ab12f1d";
83372
+ const envVersion = "0.23.2-e9a7a6c";
83374
83373
  const kitVersion = envVersion ? `v${envVersion}` : "--";
83375
83374
  const versions = `drizzle-kit: ${kitVersion}
83376
83375
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.23.2-ab12f1d",
3
+ "version": "0.23.2-e9a7a6c",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",
@@ -80,7 +80,7 @@
80
80
  "dockerode": "^3.3.4",
81
81
  "dotenv": "^16.0.3",
82
82
  "drizzle-kit": "0.21.2",
83
- "drizzle-orm": "0.32.1",
83
+ "drizzle-orm": "workspace:./drizzle-orm/dist",
84
84
  "env-paths": "^3.0.0",
85
85
  "esbuild-node-externals": "^1.9.0",
86
86
  "eslint": "^8.57.0",