Skip to content

Commit c2070cb

Browse files
Version Packages (#233)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fce1db commit c2070cb

22 files changed

+192
-158
lines changed

.changeset/add-array-method-to-dsl.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/add-map-method-to-dsl.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.changeset/add-map-step-type-infrastructure.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

.changeset/fix-compile-config-flag.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/fix-minimal-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/improve-failure-handling-prevent-orphaned-messages.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/preserve-toml-comments.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pkgs/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# pgflow
22

3+
## 0.7.0
4+
5+
### Patch Changes
6+
7+
- 9553bfd: Fix: Use --config instead of --import-map for Deno compilation
8+
9+
The compile command now uses Deno's --config flag instead of --import-map, enabling full deno.json support including nodeModulesDir, compilerOptions, unstable features, and other configuration options. Previously, these options would cause "Invalid top-level key" warnings.
10+
11+
This is a backward-compatible bug fix. Existing deno.json files with only "imports" continue to work as before.
12+
13+
- 28252d9: Fix config.toml corruption when updating minimal configurations (issue #143)
14+
- 0d4623e: Fix config.toml corruption with minimal configs while preserving comments. Switch to @decimalturn/toml-patch 0.3.7 (maintained fork) which fixes issue #143 and preserves TOML comments and formatting. Thanks to @DecimalTurn for maintaining the fork and contributing this fix.
15+
- Updated dependencies [524db03]
16+
- Updated dependencies [524db03]
17+
- @pgflow/core@0.7.0
18+
319
## 0.6.1
420

521
### Patch Changes

pkgs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgflow",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

pkgs/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pgflow/client
22

3+
## 0.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [524db03]
8+
- Updated dependencies [524db03]
9+
- Updated dependencies [524db03]
10+
- Updated dependencies [524db03]
11+
- @pgflow/dsl@0.7.0
12+
- @pgflow/core@0.7.0
13+
314
## 0.6.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)