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 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.0.2 or higher
19
- - Deno v1.45.x or higher (for flow compilation)
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
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.7.2",
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",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.7.2",
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.7.2"
28
+ "@pgflow/core": "0.8.0"
28
29
  },
29
30
  "publishConfig": {
30
31
  "access": "public"