@pgflow/edge-worker 0.0.10 → 0.0.12
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 +17 -5
- package/dist/CHANGELOG.md +0 -44
- package/dist/LICENSE.md +0 -660
- package/dist/README.md +0 -46
- package/dist/index.js +0 -953
- package/dist/index.js.map +0 -7
package/package.json
CHANGED
|
@@ -1,22 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgflow/edge-worker",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./package.json": "./package.json",
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
9
16
|
"files": [
|
|
10
17
|
"dist"
|
|
11
18
|
],
|
|
12
19
|
"dependencies": {
|
|
13
20
|
"@henrygd/queue": "^1.0.7",
|
|
14
|
-
"pino": "^9.6.0",
|
|
15
21
|
"postgres": "3.4.5",
|
|
16
|
-
"@pgflow/
|
|
17
|
-
"@pgflow/
|
|
22
|
+
"@pgflow/dsl": "0.0.12",
|
|
23
|
+
"@pgflow/core": "0.0.12"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@types/deno": "npm:@teidesu/deno-types@1.45.2",
|
|
27
|
+
"@types/node": "~18.16.20",
|
|
28
|
+
"supabase": "2.21.1"
|
|
18
29
|
},
|
|
19
30
|
"publishConfig": {
|
|
20
|
-
"access": "public"
|
|
31
|
+
"access": "public",
|
|
32
|
+
"directory": "."
|
|
21
33
|
}
|
|
22
34
|
}
|
package/dist/CHANGELOG.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# @pgflow/edge-worker
|
|
2
|
-
|
|
3
|
-
## 0.0.9
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 8786acf: Test jsr publish again
|
|
8
|
-
- Updated dependencies [70d3f2d]
|
|
9
|
-
- @pgflow/dsl@0.0.9
|
|
10
|
-
- @pgflow/core@0.0.9
|
|
11
|
-
|
|
12
|
-
## 0.0.8
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Test jsr version writing
|
|
17
|
-
- @pgflow/core@0.0.8
|
|
18
|
-
- @pgflow/dsl@0.0.8
|
|
19
|
-
|
|
20
|
-
## 0.0.7
|
|
21
|
-
|
|
22
|
-
### Patch Changes
|
|
23
|
-
|
|
24
|
-
- 7c83db9: Add release-related options to package.json files
|
|
25
|
-
- Updated dependencies [7c83db9]
|
|
26
|
-
- @pgflow/core@0.0.7
|
|
27
|
-
- @pgflow/dsl@0.0.7
|
|
28
|
-
|
|
29
|
-
## 0.0.6
|
|
30
|
-
|
|
31
|
-
### Patch Changes
|
|
32
|
-
|
|
33
|
-
- 9dd4676: Update package.json configuration
|
|
34
|
-
- @pgflow/core@0.0.6
|
|
35
|
-
- @pgflow/dsl@0.0.6
|
|
36
|
-
|
|
37
|
-
## 0.0.5
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- Updated dependencies [196f7d8]
|
|
42
|
-
- Updated dependencies [b4b0809]
|
|
43
|
-
- @pgflow/core@0.0.5
|
|
44
|
-
- @pgflow/dsl@0.0.5
|