drizzle-kit 0.20.14-f5f86f6 → 0.20.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. package/bin.cjs +39950 -39765
  2. package/cli/commands/migrate.d.ts +7 -7
  3. package/cli/commands/mysqlUp.d.ts +1 -1
  4. package/cli/commands/pgConnect.d.ts +1 -1
  5. package/cli/commands/pgIntrospect.d.ts +1 -1
  6. package/cli/commands/pgPushUtils.d.ts +2 -2
  7. package/cli/commands/pgUp.d.ts +1 -1
  8. package/cli/commands/upFolders.d.ts +1 -1
  9. package/cli/commands/utils.d.ts +2 -11
  10. package/cli/validations/common.d.ts +1 -1
  11. package/cli/validations/studio.d.ts +16 -16
  12. package/cli/views.d.ts +1 -1
  13. package/drivers/index.d.ts +0 -14
  14. package/global.d.ts +0 -1
  15. package/package.json +3 -15
  16. package/schemaValidator.d.ts +1 -1
  17. package/serializer/mysqlImports.d.ts +0 -5
  18. package/serializer/mysqlSerializer.d.ts +4 -4
  19. package/serializer/sqliteImports.d.ts +0 -4
  20. package/serializer/sqliteSerializer.d.ts +2 -2
  21. package/serializer/studioUtils.d.ts +7 -7
  22. package/utils-studio.js +7 -12
  23. package/utils-studio.mjs +7 -12
  24. package/utils.d.ts +15 -1
  25. package/utils.js +54799 -3578
  26. package/cli/commands/check.d.ts +0 -2
  27. package/cli/commands/drop.d.ts +0 -4
  28. package/cli/commands/mysqlIntrospect.d.ts +0 -119
  29. package/cli/commands/mysqlPushUtils.d.ts +0 -18
  30. package/cli/commands/push.d.ts +0 -6
  31. package/cli/commands/sqlitePushUtils.d.ts +0 -21
  32. package/cli/commands/sqliteUp.d.ts +0 -2
  33. package/cli/index.d.ts +0 -71
  34. package/introspect-mysql.d.ts +0 -9
  35. package/payload.d.mts +0 -33
  36. package/payload.d.ts +0 -33
  37. package/payload.js +0 -37000
  38. package/payload.mjs +0 -37019
  39. package/utils/certs.d.ts +0 -4
  40. package/utils.mjs +0 -8076
package/utils/certs.d.ts DELETED
@@ -1,4 +0,0 @@
1
- export declare const certs: () => Promise<{
2
- key: string;
3
- cert: string;
4
- } | null>;