supabase-test 0.3.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -706,8 +706,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
706
706
 
707
707
  ## Credits
708
708
 
709
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
710
-
709
+ **🛠 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).**
711
710
 
712
711
  ## Disclaimer
713
712
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase-test",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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",
@@ -52,12 +52,12 @@
52
52
  "test:watch": "jest --watch"
53
53
  },
54
54
  "dependencies": {
55
- "@launchql/types": "^2.10.0",
56
- "pg-env": "^1.2.0",
57
- "pgsql-test": "^2.15.0"
55
+ "@launchql/types": "^2.10.1",
56
+ "pg-env": "^1.2.1",
57
+ "pgsql-test": "^2.15.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "makage": "^0.1.8"
61
61
  },
62
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
62
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
63
63
  }