Closed ghardin1314 closed 9 months ago
Also getting errors when trying to build
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/conditions/condition-expr.js
2 │ import { toJSON } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/conditions/condition.js
1 │ import { objectEquals } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/conditions/const.js
1 │ import { ChainId } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/conditions/context/context.js
2 │ import { fromJSON, toJSON } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/dkg.js
2 │ import { DkgCoordinatorAgent, DkgRitualState, fromHexString, } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/index.js
2 │ export { domains, fromBytes, getPorterUri, initialize, toBytes, toHexString, } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/taco.js
2 │ import { DkgCoordinatorAgent, fromHexString, getPorterUri, GlobalAllowListAgent, toBytes, } from '@nucypher/shared';
Could not resolve "@nucypher/shared"
../../node_modules/.pnpm/@nucypher+taco@0.2.2/node_modules/@nucypher/taco/dist/es/tdec.js
2 │ import { DkgCoordinatorAgent, PorterClient, toBytes, } from '@nucypher/shared';
Last working versions we had were:
"@nucypher/taco": "0.1.0-rc.4",
"@nucypher/nucypher-core": "0.13.0-alpha.1"
Hi @ghardin1314, thanks for reporting this issue.
Please try using the following packages. The newest taco@0.2.4
contains the fix.
"@nucypher/taco": "0.2.4",
"@nucypher/nucypher-core": "0.14.0"
nucypher-core
is functionally the same as 0.13.0-alpha.1
, and should cause no breaking changes.
taco
may contain some breaking changes due to some changes in the structure of exported modules.
Both packages are compatible with current testnets.
Seems to be working great on testnet, will report if there are any new issues on mainnet next week
Attempting to upgrade to the new
v0.2.2
package and not getting any type inference from things exported from@nucypher/shared
when installing via pnpm. For instance,porterUri
is inferred asany
type. I believe this is due to improperly configured monorepo dependencies. I am also getting this error when installing via pnpm which I believe is related:This is throwing major havoc in our linting as we are trying to upgrade