[x] constant type issues for ceramic api/client, cant get libraries/npm to resolve same versions right now, maybe removing all idx dependencies will help as well, same issue many others have seen before but pain in monorepo, for example
The types of 'ceramic.pin.add' are incompatible between these types.
Type '(streamId: import("../3id-connect/packages/manager/node_modules/@ceramicnetwork/streamid/lib/stream-id").StreamID) => Promise<void>' is not assignable to type '(streamId: import(".../3id-connect/node_modules/@ceramicnetwork/streamid/lib/stream-id").StreamID) => Promise<void>'.
Types of parameters 'streamId' and 'streamId' are incompatible.
Type 'import(".../3id-connect/node_modules/@ceramicnetwork/streamid/lib/stream-id").StreamID' is not assignable to type 'import(".../3id-connect/packages/manager/node_modules/@ceramicnetwork/streamid/lib/stream-id").StreamID'.
Property '#private' in type 'StreamID' refers to a different member that cannot be accessed from within type 'StreamID'.
[x] this removes idx from manager, should just update from idx to glaze in consuming dependencies here as well at same time
TODO:
[x]
constant type issues for ceramic api/client, cant get libraries/npm to resolve same versions right now, maybe removing all idx dependencies will help as well, same issue many others have seen before but pain in monorepo, for example[x]
this removes idx from manager, should just update from idx to glaze in consuming dependencies here as well at same time