pgflow 0.7.0 → 0.7.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 CHANGED
@@ -1,4 +1,4 @@
1
- # @pgflow/cli
1
+ # pgflow CLI
2
2
 
3
3
  The Command Line Interface for pgflow - a PostgreSQL-native workflow engine.
4
4
 
@@ -7,7 +7,7 @@ The Command Line Interface for pgflow - a PostgreSQL-native workflow engine.
7
7
 
8
8
  ## Overview
9
9
 
10
- `@pgflow/cli` provides essential tools for setting up, managing, and deploying pgflow workflows in your Supabase environment. The CLI handles:
10
+ This package provides essential tools for setting up, managing, and deploying pgflow workflows in your Supabase environment. The CLI handles:
11
11
 
12
12
  - Installing pgflow in your Supabase project
13
13
  - Compiling TypeScript workflow definitions into SQL migrations
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgflow",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "@decimalturn/toml-patch": "0.3.7",
25
25
  "chalk": "^5.4.1",
26
26
  "commander": "^13.1.0",
27
- "@pgflow/core": "0.7.0"
27
+ "@pgflow/core": "0.7.2"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"