drizzle-orm-test 0.3.0 → 0.3.2

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
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.3.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "0.3.2",
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.15.0"
54
+ "pgsql-test": "^2.15.2"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "drizzle-orm": ">=0.30.0",
58
58
  "pg": "^8.16.0"
59
59
  },
60
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
60
+ "gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
61
61
  }