drizzle-kit 0.21.0-57cc2fe → 0.21.1-674c9c2

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/bin.cjs +1 -1
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -114297,7 +114297,7 @@ var printVersions = async () => {
114297
114297
  var versions = async () => {
114298
114298
  const { npmVersion } = await ormCoreVersions();
114299
114299
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
114300
- const envVersion = "0.21.0";
114300
+ const envVersion = "0.21.1";
114301
114301
  const kitVersion = envVersion ? `v${envVersion}` : "--";
114302
114302
  const versions2 = `drizzle-kit: ${kitVersion}
114303
114303
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.21.0-57cc2fe",
3
+ "version": "0.21.1-674c9c2",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",