@pgflow/core 0.0.0-condition-acd3e0e8-20260109190810 → 0.0.0-condition-534994a1-20260113121112
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 +5 -5
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @pgflow/core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-condition-
|
|
3
|
+
## 0.0.0-condition-534994a1-20260113121112
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- Updated dependencies [
|
|
10
|
-
- @pgflow/dsl@0.0.0-condition-
|
|
7
|
+
- 8863a35: Add whenFailed option for error handling after retries exhausted (fail, skip, skip-cascade)
|
|
8
|
+
- f0a6c8d: Add skip infrastructure schema for conditional execution - new columns (condition_pattern, when_unmet, when_failed, skip_reason, skipped_at), 'skipped' status, and cascade_skip_steps function
|
|
9
|
+
- Updated dependencies [8863a35]
|
|
10
|
+
- @pgflow/dsl@0.0.0-condition-534994a1-20260113121112
|
|
11
11
|
|
|
12
12
|
## 0.13.1
|
|
13
13
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgflow/core",
|
|
3
|
-
"version": "0.0.0-condition-
|
|
3
|
+
"version": "0.0.0-condition-534994a1-20260113121112",
|
|
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-condition-
|
|
31
|
+
"@pgflow/dsl": "0.0.0-condition-534994a1-20260113121112"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|