Commit 8f664d1
committed
build: adopt word-to-md-swift 1.0.0 in md-to-word-swift
word-to-md-swift 1.0.0 renamed its module WordToMDSwift → WordToMD (see
CLAUDE.md, Architecture Principles → Module Naming). That is a source-breaking
change, which is why it went to 1.0.0 rather than 0.9.0: three consumers pin
`from: "0.x"`, and SPM reads that as `0.x..<1.0.0`, so a breaking MINOR would
have been picked up automatically by every one of them.
Also widens this package's ooxml-swift range. It was pinned `from: "0.5.1"`,
which resolves to `0.5.1..<1.0.0` — mathematically incompatible with the 3.x
that word-to-md-swift now requires, so resolution failed outright rather than
degrading.
The two test files change only the import line.
Carried along: .gitignore and .claude/settings.json pick up the idd-worktree
isolation path and setting from this session's worktree runs. Unrelated to the
dependency change, listed here so the diff holds no surprises.
Refs #1551 parent 7ffc050 commit 8f664d1
5 files changed
Lines changed: 13 additions & 7 deletions
File tree
- .claude
- packages/md-to-word-swift
- Tests/MDToWordTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments