@pgflow/core 0.0.0-testsnap-5446e6ed-20251207210839 → 0.0.0-testsnap-debbe9ca-20251208042447
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 +2 -2
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @pgflow/core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-testsnap-
|
|
3
|
+
## 0.0.0-testsnap-debbe9ca-20251208042447
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 0b84bb0: Add automatic flow compilation at worker startup. Workers now call ensure_flow_compiled to verify flows are up-to-date. In development, mismatched flows are recompiled automatically. In production, mismatches cause errors. Use ensureCompiledOnStartup: false to opt-out.
|
|
8
8
|
- Updated dependencies [0b84bb0]
|
|
9
|
-
- @pgflow/dsl@0.0.0-testsnap-
|
|
9
|
+
- @pgflow/dsl@0.0.0-testsnap-debbe9ca-20251208042447
|
|
10
10
|
|
|
11
11
|
## 0.9.1
|
|
12
12
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgflow/core",
|
|
3
|
-
"version": "0.0.0-testsnap-
|
|
3
|
+
"version": "0.0.0-testsnap-debbe9ca-20251208042447",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"postgres": "^3.4.5",
|
|
26
|
-
"@pgflow/dsl": "0.0.0-testsnap-
|
|
26
|
+
"@pgflow/dsl": "0.0.0-testsnap-debbe9ca-20251208042447"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|