pgpm 0.2.9 → 0.2.11

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 +5 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -353,9 +353,12 @@ Master the workflow for adding, organizing, and managing database changes with p
353
353
  Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
354
354
 
355
355
  5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
356
- TypeScript-native testing for Supabase with modern workflows.
356
+ Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
357
357
 
358
- 6. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
358
+ 6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
359
+ Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
360
+
361
+ 7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
359
362
  Common issues and solutions for pgpm, PostgreSQL, and testing.
360
363
 
361
364
  ## Related LaunchQL Tooling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgpm",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "PostgreSQL Package Manager - Database migration and package management CLI",
6
6
  "main": "index.js",
@@ -45,17 +45,17 @@
45
45
  "ts-node": "^10.9.2"
46
46
  },
47
47
  "dependencies": {
48
- "@launchql/core": "^2.15.4",
49
- "@launchql/env": "^2.5.1",
50
- "@launchql/logger": "^1.1.6",
51
- "@launchql/templatizer": "^2.5.1",
52
- "@launchql/types": "^2.8.1",
48
+ "@launchql/core": "^2.17.0",
49
+ "@launchql/env": "^2.5.3",
50
+ "@launchql/logger": "^1.1.8",
51
+ "@launchql/templatizer": "^2.5.3",
52
+ "@launchql/types": "^2.8.3",
53
53
  "chalk": "^4.1.0",
54
54
  "inquirerer": "^2.0.8",
55
55
  "js-yaml": "^4.1.0",
56
56
  "minimist": "^1.2.8",
57
- "pg-cache": "^1.4.2",
58
- "pg-env": "^1.1.3",
57
+ "pg-cache": "^1.4.4",
58
+ "pg-env": "^1.1.5",
59
59
  "shelljs": "^0.9.2"
60
60
  },
61
61
  "keywords": [
@@ -70,5 +70,5 @@
70
70
  "pg",
71
71
  "pgsql"
72
72
  ],
73
- "gitHead": "8d33c8fea54bc0f98f18fc1e3c6266955debe6f9"
73
+ "gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
74
74
  }