drizzle-kit 0.20.14-a77266f → 0.20.14-d8f1e46
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.
- package/bin.cjs +1 -0
- package/package.json +2 -1
- package/payload.d.mts +988 -18
- package/payload.d.ts +988 -18
- package/payload.js +794 -11928
package/bin.cjs
CHANGED
|
@@ -61963,6 +61963,7 @@ var package_default = {
|
|
|
61963
61963
|
pg: "^8.11.3",
|
|
61964
61964
|
postgres: "^3.3.5",
|
|
61965
61965
|
prettier: "^2.8.1",
|
|
61966
|
+
tsup: "^8.0.2",
|
|
61966
61967
|
tsx: "^3.12.1",
|
|
61967
61968
|
typescript: "^4.9.4",
|
|
61968
61969
|
uvu: "^0.5.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-kit",
|
|
3
|
-
"version": "0.20.14-
|
|
3
|
+
"version": "0.20.14-d8f1e46",
|
|
4
4
|
"repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
|
|
5
5
|
"author": "Drizzle Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"pg": "^8.11.3",
|
|
99
99
|
"postgres": "^3.3.5",
|
|
100
100
|
"prettier": "^2.8.1",
|
|
101
|
+
"tsup": "^8.0.2",
|
|
101
102
|
"tsx": "^3.12.1",
|
|
102
103
|
"typescript": "^4.9.4",
|
|
103
104
|
"uvu": "^0.5.6",
|