supabase-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.
- package/README.md +1 -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
|
-
|
|
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.
|
|
3
|
+
"version": "0.3.2",
|
|
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.
|
|
56
|
-
"pg-env": "^1.2.
|
|
57
|
-
"pgsql-test": "^2.15.
|
|
55
|
+
"@launchql/types": "^2.10.1",
|
|
56
|
+
"pg-env": "^1.2.1",
|
|
57
|
+
"pgsql-test": "^2.15.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"makage": "^0.1.8"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
|
|
63
63
|
}
|