@pgflow/core 0.0.18 → 0.0.20

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.
Files changed (30) hide show
  1. package/dist/CHANGELOG.md +100 -0
  2. package/dist/LICENSE.md +660 -0
  3. package/dist/PgflowSqlClient.d.ts +16 -0
  4. package/dist/PgflowSqlClient.d.ts.map +1 -0
  5. package/dist/PgflowSqlClient.js +56 -0
  6. package/dist/README.md +373 -0
  7. package/dist/database-types.d.ts +700 -0
  8. package/dist/database-types.d.ts.map +1 -0
  9. package/dist/database-types.js +1 -0
  10. package/dist/index.d.ts +4 -0
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +2 -0
  13. package/dist/package.json +33 -0
  14. package/dist/tsconfig.lib.tsbuildinfo +1 -0
  15. package/dist/types.d.ts +77 -0
  16. package/dist/types.d.ts.map +1 -0
  17. package/dist/types.js +1 -0
  18. package/package.json +3 -3
  19. /package/{supabase → dist/supabase}/migrations/000000_schema.sql +0 -0
  20. /package/{supabase → dist/supabase}/migrations/000005_create_flow.sql +0 -0
  21. /package/{supabase → dist/supabase}/migrations/000010_add_step.sql +0 -0
  22. /package/{supabase → dist/supabase}/migrations/000015_start_ready_steps.sql +0 -0
  23. /package/{supabase → dist/supabase}/migrations/000020_start_flow.sql +0 -0
  24. /package/{supabase → dist/supabase}/migrations/000030_read_with_poll_backport.sql +0 -0
  25. /package/{supabase → dist/supabase}/migrations/000040_poll_for_tasks.sql +0 -0
  26. /package/{supabase → dist/supabase}/migrations/000045_maybe_complete_run.sql +0 -0
  27. /package/{supabase → dist/supabase}/migrations/000050_complete_task.sql +0 -0
  28. /package/{supabase → dist/supabase}/migrations/000055_calculate_retry_delay.sql +0 -0
  29. /package/{supabase → dist/supabase}/migrations/000060_fail_task.sql +0 -0
  30. /package/{supabase → dist/supabase}/migrations/000_edge_worker_initial.sql +0 -0
@@ -0,0 +1,100 @@
1
+ # @pgflow/core
2
+
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 042bc64: Move migrations to pkgs/core
8
+ - @pgflow/dsl@0.0.19
9
+
10
+ ## 0.0.18
11
+
12
+ ### Patch Changes
13
+
14
+ - 53abf4a: Fix pnpm issues with linking to dist/
15
+ - Updated dependencies [53abf4a]
16
+ - @pgflow/dsl@0.0.18
17
+
18
+ ## 0.0.17
19
+
20
+ ### Patch Changes
21
+
22
+ - @pgflow/dsl@0.0.17
23
+
24
+ ## 0.0.16
25
+
26
+ ### Patch Changes
27
+
28
+ - @pgflow/dsl@0.0.16
29
+
30
+ ## 0.0.15
31
+
32
+ ### Patch Changes
33
+
34
+ - @pgflow/dsl@0.0.15
35
+
36
+ ## 0.0.14
37
+
38
+ ### Patch Changes
39
+
40
+ - @pgflow/dsl@0.0.14
41
+
42
+ ## 0.0.13
43
+
44
+ ### Patch Changes
45
+
46
+ - @pgflow/dsl@0.0.13
47
+
48
+ ## 0.0.12
49
+
50
+ ### Patch Changes
51
+
52
+ - @pgflow/dsl@0.0.12
53
+
54
+ ## 0.0.11
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [17937e3]
59
+ - @pgflow/dsl@0.0.11
60
+
61
+ ## 0.0.10
62
+
63
+ ### Patch Changes
64
+
65
+ - @pgflow/dsl@0.0.10
66
+
67
+ ## 0.0.9
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [70d3f2d]
72
+ - @pgflow/dsl@0.0.9
73
+
74
+ ## 0.0.8
75
+
76
+ ### Patch Changes
77
+
78
+ - @pgflow/dsl@0.0.8
79
+
80
+ ## 0.0.7
81
+
82
+ ### Patch Changes
83
+
84
+ - 7c83db9: Add release-related options to package.json files
85
+ - Updated dependencies [7c83db9]
86
+ - @pgflow/dsl@0.0.7
87
+
88
+ ## 0.0.6
89
+
90
+ ### Patch Changes
91
+
92
+ - @pgflow/dsl@0.0.6
93
+
94
+ ## 0.0.5
95
+
96
+ ### Patch Changes
97
+
98
+ - 196f7d8: Test patch bump
99
+ - Updated dependencies [b4b0809]
100
+ - @pgflow/dsl@0.0.5