@pgflow/edge-worker 0.0.20 → 0.0.22

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,5 +1,43 @@
1
1
  # @pgflow/edge-worker
2
2
 
3
+ ## 0.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - @pgflow/core@0.0.22
8
+ - @pgflow/dsl@0.0.22
9
+
10
+ ## 0.0.21
11
+
12
+ ### Patch Changes
13
+
14
+ - @pgflow/core@0.0.21
15
+ - @pgflow/dsl@0.0.21
16
+
17
+ ## 0.0.20
18
+
19
+ ### Patch Changes
20
+
21
+ - @pgflow/core@0.0.20
22
+ - @pgflow/dsl@0.0.20
23
+
24
+ ## 0.0.19
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [042bc64]
29
+ - @pgflow/core@0.0.19
30
+ - @pgflow/dsl@0.0.19
31
+
32
+ ## 0.0.18
33
+
34
+ ### Patch Changes
35
+
36
+ - 53abf4a: Fix pnpm issues with linking to dist/
37
+ - Updated dependencies [53abf4a]
38
+ - @pgflow/core@0.0.18
39
+ - @pgflow/dsl@0.0.18
40
+
3
41
  ## 0.0.17
4
42
 
5
43
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/edge-worker",
3
- "version": "0.0.17",
3
+ "version": "0.0.22",
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/edge-worker",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "license": "AGPL-3.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@henrygd/queue": "^1.0.7",
21
- "postgres": "3.4.5",
22
- "@pgflow/dsl": "0.0.20",
23
- "@pgflow/core": "0.0.20"
21
+ "@pgflow/core": "workspace:*",
22
+ "@pgflow/dsl": "workspace:*",
23
+ "postgres": "3.4.5"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/deno": "npm:@teidesu/deno-types@1.45.2",
@@ -31,4 +31,4 @@
31
31
  "access": "public",
32
32
  "directory": "."
33
33
  }
34
- }
34
+ }