@pgflow/client 0.0.0-runkey-ed5e8daa-20251230113317 → 0.0.0-step-output-6c2f0f16-20260103213704
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/CHANGELOG.md +13 -5
- package/dist/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
# @pgflow/client
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-step-output-6c2f0f16-20260103213704
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6c2f0f1]
|
|
8
|
+
- @pgflow/core@0.0.0-step-output-6c2f0f16-20260103213704
|
|
9
|
+
- @pgflow/dsl@0.0.0-step-output-6c2f0f16-20260103213704
|
|
10
|
+
|
|
11
|
+
## 0.12.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
6
14
|
|
|
7
|
-
-
|
|
15
|
+
- 37402eb: BREAKING: Asymmetric handler signatures - remove `run` key from step inputs
|
|
8
16
|
|
|
9
17
|
- Root steps: `(flowInput, ctx) => ...` - flow input directly as first param
|
|
10
18
|
- Dependent steps: `(deps, ctx) => ...` - only dependency outputs as first param
|
|
@@ -15,10 +23,10 @@
|
|
|
15
23
|
### Patch Changes
|
|
16
24
|
|
|
17
25
|
- d7e77fd: Fix setTimeout context binding issue in SupabaseBroadcastAdapter for browser compatibility
|
|
18
|
-
- Updated dependencies [
|
|
26
|
+
- Updated dependencies [37402eb]
|
|
19
27
|
- Updated dependencies [5dc5cfc]
|
|
20
|
-
- @pgflow/core@0.
|
|
21
|
-
- @pgflow/dsl@0.
|
|
28
|
+
- @pgflow/core@0.12.0
|
|
29
|
+
- @pgflow/dsl@0.12.0
|
|
22
30
|
|
|
23
31
|
## 0.11.0
|
|
24
32
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgflow/client",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-step-output-6c2f0f16-20260103213704",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@supabase/supabase-js": "^2.49.4",
|
|
13
13
|
"nanoevents": "^7.0.1",
|
|
14
14
|
"uuid": "^9.0.0",
|
|
15
|
-
"@pgflow/
|
|
16
|
-
"@pgflow/
|
|
15
|
+
"@pgflow/dsl": "0.0.0-step-output-6c2f0f16-20260103213704",
|
|
16
|
+
"@pgflow/core": "0.0.0-step-output-6c2f0f16-20260103213704"
|
|
17
17
|
},
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"module": "./dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"terser": "^5.43.0",
|
|
49
49
|
"vite-plugin-dts": "~3.8.1",
|
|
50
50
|
"vitest": "1.3.1",
|
|
51
|
-
"@pgflow/dsl": "0.0.0-
|
|
51
|
+
"@pgflow/dsl": "0.0.0-step-output-6c2f0f16-20260103213704"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"verify-exports": "node scripts/verify-exports.js"
|