Skip to content

Commit 94e9570

Browse files
authored
Align the CLI's published dependency range (#32)
1 parent 14cc402 commit 94e9570

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"prepublishOnly": "node ../../scripts/guards/guard-npm-publish.mjs && node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
5959
},
6060
"dependencies": {
61-
"@atomicmemory/llmwiki": "^1.0.0",
61+
"@atomicmemory/llmwiki": "^1.1.0",
6262
"@atomicmemory/sdk": "^1.1.1",
6363
"commander": "^12.1.0",
6464
"ink": "npm:@jrichman/ink@6.6.9",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)