@take-out/postgres 0.0.51 → 0.0.52
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
PostgreSQL database utilities and migration system for vxrn applications.
|
|
4
4
|
|
|
5
|
-
Note: feel free to eject from this package and just copy parts of it out
|
|
6
|
-
not the most flexible abstraction just meant to provide a starting point.
|
|
5
|
+
Note: feel free to eject from this package and just copy parts of it out. It's
|
|
6
|
+
not the most flexible abstraction, just meant to provide a starting point.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@take-out/postgres",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@take-out/helpers": "0.0.
|
|
56
|
+
"@take-out/helpers": "0.0.52",
|
|
57
57
|
"async-retry": "^1.3.3",
|
|
58
58
|
"citty": "^0.1.6"
|
|
59
59
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"pg": "^8.16.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@tamagui/build": "^2.0.0-
|
|
65
|
+
"@tamagui/build": "^2.0.0-1769320275396",
|
|
66
66
|
"@types/async-retry": "^1.4.8",
|
|
67
67
|
"@types/node": "24.0.3",
|
|
68
68
|
"drizzle-orm": "^0.40.0",
|