Skip to content

Commit

Permalink
Fix codec import (#3100)
Browse files Browse the repository at this point in the history
(cherry picked from commit 765e892)
  • Loading branch information
stbrody committed Jan 18, 2024
1 parent e3d3f9d commit 0596a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"dependencies": {
"@awaitjs/express": "^0.9.0",
"@ceramicnetwork/3id-did-resolver": "^3.3.0-rc.0",
"@ceramicnetwork/codecs": "^2.3.0-rc.0",
"@ceramicnetwork/common": "^3.3.0-rc.0",
"@ceramicnetwork/core": "^3.3.0-rc.0",
"@ceramicnetwork/http-client": "^3.3.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/ceramic-daemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { S3Store } from './s3-store.js'
import { commitHash } from './commitHash.js'
import { parseQueryObject } from './daemon/parse-query-object.js'
import { SseFeed } from './daemon/sse-feed.js'
import { JsonAsString, AggregationDocument } from '../../codecs/lib/feed.js'
import { JsonAsString, AggregationDocument } from '@ceramicnetwork/codecs'

const DEFAULT_HOSTNAME = '0.0.0.0'
const DEFAULT_PORT = 7007
Expand Down

0 comments on commit 0596a47

Please sign in to comment.