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