Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Jan 15, 2024
2 parents 850d018 + 3c675f3 commit 4e86f65
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 31 deletions.
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"
}
}
}
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",
"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.

0 comments on commit 4e86f65

Please sign in to comment.