@pgflow/core 0.0.0-array-map-steps-f18b09ac-20251006160811 → 0.0.0-array-map-steps-c940873c-20251007091641

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-array-map-steps-f18b09ac-20251006160811
3
+ ## 0.0.0-array-map-steps-c940873c-20251007091641
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 8dc0d99: Add map step type infrastructure in SQL core
7
+ - 524db03: Add map step type infrastructure in SQL core
8
8
 
9
9
  ## 🚨🚨🚨 CRITICAL MIGRATION WARNING 🚨🚨🚨
10
10
 
@@ -55,7 +55,7 @@
55
55
 
56
56
  ### Patch Changes
57
57
 
58
- - 8dc0d99: Improve failure handling and prevent orphaned messages in queue
58
+ - 524db03: Improve failure handling and prevent orphaned messages in queue
59
59
 
60
60
  - Archive all queued messages when a run fails to prevent resource waste
61
61
  - Handle type constraint violations gracefully without exceptions
@@ -64,9 +64,9 @@
64
64
  - Prevent retries on already-failed runs
65
65
  - Update table constraint to allow output storage on failed tasks
66
66
 
67
- - Updated dependencies [8dc0d99]
68
- - Updated dependencies [8dc0d99]
69
- - @pgflow/dsl@0.0.0-array-map-steps-f18b09ac-20251006160811
67
+ - Updated dependencies [524db03]
68
+ - Updated dependencies [524db03]
69
+ - @pgflow/dsl@0.0.0-array-map-steps-c940873c-20251007091641
70
70
 
71
71
  ## 0.6.1
72
72
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-array-map-steps-f18b09ac-20251006160811",
3
+ "version": "0.0.0-array-map-steps-c940873c-20251007091641",
4
4
  "license": "AGPL-3.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.0.0-array-map-steps-f18b09ac-20251006160811",
3
+ "version": "0.0.0-array-map-steps-c940873c-20251007091641",
4
4
  "license": "AGPL-3.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "postgres": "^3.4.5",
27
- "@pgflow/dsl": "0.0.0-array-map-steps-f18b09ac-20251006160811"
27
+ "@pgflow/dsl": "0.0.0-array-map-steps-c940873c-20251007091641"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"