Commit 56ef84b
committed
fix: revert speculative engine ^2.0.0 dependency bump, not yet published
release-please's node-workspace plugin speculatively bumped this
package's @loopover/engine dependency to ^2.0.0, anticipating the
sibling engine-release branch (engine v2.0.0, a BREAKING change per
its own changelog: removes settings.gateCheckMode back-compat parsing
and renames several GITTENSORY_MINER_*/GITTENSORY_* env vars). Neither
this branch's own locally-committed packages/gittensory-engine (still
1.0.0 here) nor the npm registry has an engine@2.0.0 to resolve
against yet, so `npm ci`/`npm install` fail with ETARGET.
Reverting to ^1.0.0 (this package's mcp source doesn't reference
either breaking-change surface, but a major bump warrants a
deliberate, separately-verified upgrade rather than a speculative one
riding along on an unrelated version bump) unblocks this PR's own
genuine mcp 0.7.1->0.8.0 release independently. A future release-please
cycle, run after engine 2.0.0 is actually published, will propose the
real dependency bump.1 parent e23a9e9 commit 56ef84b
2 files changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments