drizzle-orm-test 0.2.14 → 0.3.1
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 +1 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -470,8 +470,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
470
470
|
|
|
471
471
|
## Credits
|
|
472
472
|
|
|
473
|
-
|
|
474
|
-
|
|
473
|
+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
|
|
475
474
|
|
|
476
475
|
## Disclaimer
|
|
477
476
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-orm-test",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Drop-in replacement for pgsql-test that enables Drizzle ORM to work seamlessly with context management and RLS testing",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"makage": "^0.1.8"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"pgsql-test": "^2.
|
|
54
|
+
"pgsql-test": "^2.15.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"drizzle-orm": ">=0.30.0",
|
|
58
58
|
"pg": "^8.16.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
61
61
|
}
|