supabase-test 0.4.15 → 0.4.17

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
@@ -669,7 +669,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
669
669
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
670
670
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
671
671
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
672
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
673
672
 
674
673
  ### 🚀 API & Dev Tools
675
674
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase-test",
3
- "version": "0.4.15",
3
+ "version": "0.4.17",
4
4
  "author": "Interweb <developers@interweb.io>",
5
5
  "description": "supabase-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests with Supabase defaults baked in",
6
6
  "main": "index.js",
@@ -55,10 +55,10 @@
55
55
  "@pgpmjs/types": "^2.12.6",
56
56
  "deepmerge": "^4.3.1",
57
57
  "pg-env": "^1.2.4",
58
- "pgsql-test": "^2.18.5"
58
+ "pgsql-test": "^2.18.7"
59
59
  },
60
60
  "devDependencies": {
61
61
  "makage": "^0.1.9"
62
62
  },
63
- "gitHead": "c61d285656df312ee59fdf2659e63cbaadff2370"
63
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
64
64
  }