@pgflow/core 0.0.0-runkey-85f08e51-20251225180003 → 0.0.0-runkey-ed5e8daa-20251230113317

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,10 +1,10 @@
1
1
  # @pgflow/core
2
2
 
3
- ## 0.0.0-runkey-85f08e51-20251225180003
3
+ ## 0.0.0-runkey-ed5e8daa-20251230113317
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 9ea84a2: BREAKING: Asymmetric handler signatures - remove `run` key from step inputs
7
+ - 96b3847: BREAKING: Asymmetric handler signatures - remove `run` key from step inputs
8
8
 
9
9
  - Root steps: `(flowInput, ctx) => ...` - flow input directly as first param
10
10
  - Dependent steps: `(deps, ctx) => ...` - only dependency outputs as first param
@@ -14,9 +14,9 @@
14
14
 
15
15
  ### Patch Changes
16
16
 
17
- - Updated dependencies [9ea84a2]
17
+ - Updated dependencies [96b3847]
18
18
  - Updated dependencies [5dc5cfc]
19
- - @pgflow/dsl@0.0.0-runkey-85f08e51-20251225180003
19
+ - @pgflow/dsl@0.0.0-runkey-ed5e8daa-20251230113317
20
20
 
21
21
  ## 0.11.0
22
22
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-runkey-85f08e51-20251225180003",
3
+ "version": "0.0.0-runkey-ed5e8daa-20251230113317",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-runkey-85f08e51-20251225180003",
3
+ "version": "0.0.0-runkey-ed5e8daa-20251230113317",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "postgres": "^3.4.5",
31
- "@pgflow/dsl": "0.0.0-runkey-85f08e51-20251225180003"
31
+ "@pgflow/dsl": "0.0.0-runkey-ed5e8daa-20251230113317"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"