@pgflow/core 0.0.0-fix-supa-version-d565b97a-20251124083521 → 0.0.0-gen-worker-98f0546b-20251127220351

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/dist/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @pgflow/core
2
2
 
3
- ## 0.0.0-fix-supa-version-d565b97a-20251124083521
3
+ ## 0.0.0-gen-worker-98f0546b-20251127220351
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - d565b97: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
8
- - @pgflow/dsl@0.0.0-fix-supa-version-d565b97a-20251124083521
7
+ - @pgflow/dsl@0.0.0-gen-worker-98f0546b-20251127220351
8
+
9
+ ## 0.8.1
10
+
11
+ ### Patch Changes
12
+
13
+ - f1d3c32: Fix incorrect Supabase CLI version requirement from 2.34.3 to 2.50.3. CLI 2.50.3 is the first version to include pgmq 1.5.0+, which is required for pgflow 0.8.0+.
14
+ - @pgflow/dsl@0.8.1
9
15
 
10
16
  ## 0.8.0
11
17
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-fix-supa-version-d565b97a-20251124083521",
3
+ "version": "0.0.0-gen-worker-98f0546b-20251127220351",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,8 +19,7 @@
19
19
  }
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "^22.14.1",
23
- "supabase": "^2.50.3"
22
+ "@types/node": "^22.14.1"
24
23
  },
25
24
  "dependencies": {
26
25
  "@pgflow/dsl": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-fix-supa-version-d565b97a-20251124083521",
3
+ "version": "0.0.0-gen-worker-98f0546b-20251127220351",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,12 +19,11 @@
19
19
  }
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "^22.14.1",
23
- "supabase": "^2.50.3"
22
+ "@types/node": "^22.14.1"
24
23
  },
25
24
  "dependencies": {
26
25
  "postgres": "^3.4.5",
27
- "@pgflow/dsl": "0.0.0-fix-supa-version-d565b97a-20251124083521"
26
+ "@pgflow/dsl": "0.0.0-gen-worker-98f0546b-20251127220351"
28
27
  },
29
28
  "publishConfig": {
30
29
  "access": "public"