drizzle-orm-test 0.3.20 → 0.3.22

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 +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -444,7 +444,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
444
444
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
445
445
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
446
446
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
447
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
448
447
 
449
448
  ### 🚀 API & Dev Tools
450
449
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm-test",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
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",
@@ -51,11 +51,11 @@
51
51
  "makage": "^0.1.9"
52
52
  },
53
53
  "dependencies": {
54
- "pgsql-test": "^2.18.6"
54
+ "pgsql-test": "^2.18.8"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "drizzle-orm": ">=0.30.0",
58
58
  "pg": "^8.16.0"
59
59
  },
60
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
60
+ "gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
61
61
  }