Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release [email protected] #463

Merged
merged 7 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.1.0",
"@nucypher/shared": "^0.1.0",
"@nucypher/taco": "^0.2.2",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
3 changes: 1 addition & 2 deletions demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.1.0",
"@nucypher/shared": "^0.1.0",
"@nucypher/taco": "^0.2.2",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/taco/nodejs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { format } from 'node:util';

import { ThresholdMessageKit } from '@nucypher/nucypher-core';
import {
conditions,
decrypt,
Expand All @@ -9,6 +8,7 @@ import {
fromBytes,
getPorterUri,
initialize,
ThresholdMessageKit,
toBytes,
toHexString,
} from '@nucypher/taco';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"node-forge@<1.3.0": ">=1.3.0",
"glob-parent@<5.1.2": ">=5.1.2",
"nth-check@<2.0.1": ">=2.0.1",
"@nucypher/nucypher-core": "0.13.0-alpha.1"
"@nucypher/nucypher-core": "^0.14.1"
Copy link
Member

@derekpierre derekpierre Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Judging by nucypher/nucypher-core#89 there are no concerns about 0.14.1 not being compatible with nodes running 0.13.0, correct? The breaking changes were limited to the wasm bindings, which the nodes don't care about.

Copy link
Contributor Author

@piotr-roslaniec piotr-roslaniec Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, these changes are strictly for nucypher-core-wasm and there is no impact on Python users.

}
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nucypher/shared",
"version": "0.1.0",
"version": "0.2.0",
"keywords": [
"pre",
"taco",
Expand Down
4 changes: 2 additions & 2 deletions packages/taco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nucypher/taco",
"version": "0.1.0",
"version": "0.2.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 0.2.2 and not 0.2.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I messed up and published a bad build. I yanked previous versions, but npmjs.com doesn't allow republishing so I had to bump the version.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok 👍

Should the demos (taco-demo, taco-nft-demo) update their dependency to 0.2.2?

"keywords": [
"taco",
"threshold",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@nucypher/nucypher-core": "*",
"@nucypher/shared": "^0.1.0",
"@nucypher/shared": "^0.2.0",
"ethers": "^5.7.2",
"semver": "^7.5.2",
"zod": "^3.22.4"
Expand Down
38 changes: 16 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.