drizzle-kit 1.0.0-beta.2-31baa2b → 1.0.0-beta.2-4e5ecef

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 +0 -7
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -181314,7 +181314,6 @@ var updateUpToV62 = (json) => {
181314
181314
  // src/cli/schema.ts
181315
181315
  init_utils4();
181316
181316
  init_common3();
181317
- init_outputs();
181318
181317
  init_views();
181319
181318
  var optionDialect = string("dialect").enum(...dialects).desc(
181320
181319
  `Database dialect: 'gel', 'postgresql', 'mysql', 'sqlite', 'turso', 'singlestore', 'duckdb' or 'mssql'`
@@ -181903,12 +181902,6 @@ var studio = command({
181903
181902
  }
181904
181903
  const { prepareServer: prepareServer2 } = await Promise.resolve().then(() => (init_studio(), studio_exports));
181905
181904
  const server = await prepareServer2(setup);
181906
- console.log();
181907
- console.log(
181908
- withStyle.fullWarning(
181909
- "Drizzle Studio is currently in Beta. If you find anything that is not working as expected or should be improved, feel free to create an issue on GitHub: https://github.com/drizzle-team/drizzle-kit-mirror/issues/new or write to us on Discord: https://discord.gg/WcRKz2FFxN"
181910
- )
181911
- );
181912
181905
  const { certs: certs2 } = await Promise.resolve().then(() => (init_certs(), certs_exports));
181913
181906
  const { key, cert } = await certs2() || {};
181914
181907
  server.start({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.2-31baa2b",
3
+ "version": "1.0.0-beta.2-4e5ecef",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",