pgflow 0.8.0 → 0.8.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.
package/README.md CHANGED
@@ -15,7 +15,7 @@ This package provides essential tools for setting up, managing, and deploying pg
15
15
 
16
16
  ## Prerequisites
17
17
 
18
- - Supabase CLI v2.34.3 or higher
18
+ - Supabase CLI v2.50.3 or higher
19
19
  - Deno v2.1.x or higher (for flow compilation)
20
20
  - Local Supabase project initialized
21
21
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "@decimalturn/toml-patch": "0.3.7",
26
26
  "chalk": "^5.4.1",
27
27
  "commander": "^13.1.0",
28
- "@pgflow/core": "0.8.0"
28
+ "@pgflow/core": "0.8.1"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"