drizzle-kit 0.20.14-95be75d → 0.20.14-a77266f

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/bin.cjs +41607 -41369
  2. package/cli/commands/migrate.d.ts +7 -7
  3. package/cli/commands/mysqlIntrospect.d.ts +3 -3
  4. package/cli/commands/mysqlPushUtils.d.ts +4 -4
  5. package/cli/commands/mysqlUp.d.ts +1 -1
  6. package/cli/commands/pgConnect.d.ts +1 -1
  7. package/cli/commands/pgIntrospect.d.ts +1 -1
  8. package/cli/commands/pgPushUtils.d.ts +2 -2
  9. package/cli/commands/pgUp.d.ts +1 -1
  10. package/cli/commands/sqlitePushUtils.d.ts +3 -3
  11. package/cli/commands/upFolders.d.ts +1 -1
  12. package/cli/commands/utils.d.ts +2 -11
  13. package/cli/validations/common.d.ts +1 -1
  14. package/cli/views.d.ts +1 -1
  15. package/drivers/index.d.ts +14 -0
  16. package/global.d.ts +1 -0
  17. package/package.json +15 -3
  18. package/payload.d.mts +33 -0
  19. package/payload.d.ts +33 -0
  20. package/payload.js +36792 -0
  21. package/payload.mjs +36811 -0
  22. package/schemaValidator.d.ts +1 -1
  23. package/serializer/mysqlImports.d.ts +5 -0
  24. package/serializer/mysqlSerializer.d.ts +4 -4
  25. package/serializer/sqliteImports.d.ts +4 -0
  26. package/serializer/sqliteSerializer.d.ts +2 -2
  27. package/utils-studio.js +7 -12
  28. package/utils-studio.mjs +7 -12
  29. package/utils.d.ts +1 -15
  30. package/utils.js +3631 -55067
  31. package/utils.mjs +8062 -0
  32. package/cli/commands/check.d.ts +0 -2
  33. package/cli/commands/drop.d.ts +0 -4
  34. package/cli/commands/push.d.ts +0 -6
  35. package/cli/commands/sqliteUp.d.ts +0 -2
  36. package/cli/index.d.ts +0 -71
  37. package/cli/utils.d.ts +0 -12
  38. package/cli/validations/sqlite.d.ts +0 -220
  39. package/cli/validations/studio.d.ts +0 -593
  40. package/orm-extenstions/d1-driver/driver.d.ts +0 -8
  41. package/orm-extenstions/d1-driver/session.d.ts +0 -51
  42. package/orm-extenstions/d1-driver/wrangler-client.d.ts +0 -3
  43. package/serializer/studioUtils.d.ts +0 -65
  44. package/utils/certs.d.ts +0 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.