@pgflow/core 0.0.20 → 0.0.21
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/package.json +2 -2
- package/dist/CHANGELOG.md +0 -100
- package/dist/LICENSE.md +0 -660
- package/dist/PgflowSqlClient.d.ts +0 -16
- package/dist/PgflowSqlClient.d.ts.map +0 -1
- package/dist/PgflowSqlClient.js +0 -56
- package/dist/README.md +0 -373
- package/dist/database-types.d.ts +0 -700
- package/dist/database-types.d.ts.map +0 -1
- package/dist/database-types.js +0 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2
- package/dist/package.json +0 -33
- package/dist/supabase/migrations/000000_schema.sql +0 -150
- package/dist/supabase/migrations/000005_create_flow.sql +0 -29
- package/dist/supabase/migrations/000010_add_step.sql +0 -48
- package/dist/supabase/migrations/000015_start_ready_steps.sql +0 -45
- package/dist/supabase/migrations/000020_start_flow.sql +0 -46
- package/dist/supabase/migrations/000030_read_with_poll_backport.sql +0 -70
- package/dist/supabase/migrations/000040_poll_for_tasks.sql +0 -100
- package/dist/supabase/migrations/000045_maybe_complete_run.sql +0 -30
- package/dist/supabase/migrations/000050_complete_task.sql +0 -98
- package/dist/supabase/migrations/000055_calculate_retry_delay.sql +0 -11
- package/dist/supabase/migrations/000060_fail_task.sql +0 -124
- package/dist/supabase/migrations/000_edge_worker_initial.sql +0 -86
- package/dist/tsconfig.lib.tsbuildinfo +0 -1
- package/dist/types.d.ts +0 -77
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgflow/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
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.
|
|
27
|
+
"@pgflow/dsl": "0.0.21"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public",
|
package/dist/CHANGELOG.md
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
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
|