Skip to content

Commit

Permalink
chore(demos): use [email protected] in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 12, 2024
1 parent d8294f9 commit 3c675f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 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.2.0",
"@nucypher/shared": "^0.2.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.2.0",
"@nucypher/shared": "^0.2.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
10 changes: 2 additions & 8 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 3c675f3

Please sign in to comment.