Skip to content

Commit

Permalink
v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raykyri committed Dec 11, 2024
1 parent fdc7bd6 commit 131d988
Show file tree
Hide file tree
Showing 34 changed files with 342 additions and 342 deletions.
16 changes: 8 additions & 8 deletions examples/chat-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@canvas-js/chat-explorer",
"private": true,
"type": "module",
"version": "0.13.5",
"version": "0.13.6",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -11,13 +11,13 @@
"start:server": "cross-env NODE_ENV=production node dist/server.js"
},
"dependencies": {
"@canvas-js/chain-atp": "0.13.5",
"@canvas-js/chain-cosmos": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/chain-solana": "0.13.5",
"@canvas-js/chain-substrate": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/interfaces": "0.13.5",
"@canvas-js/chain-atp": "0.13.6",
"@canvas-js/chain-cosmos": "0.13.6",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/chain-solana": "0.13.6",
"@canvas-js/chain-substrate": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/interfaces": "0.13.6",
"@ipld/dag-json": "^10.2.3",
"@radix-ui/themes": "^3.1.3",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/chat-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canvas-js/chat-postgres",
"version": "0.13.5",
"version": "0.13.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/client": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/utils": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/client": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/utils": "0.13.6",
"@ipld/dag-json": "^10.2.3",
"express": "^4.19.2",
"next": "14.1.4",
Expand Down
24 changes: 12 additions & 12 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"private": true,
"name": "@canvas-js/example-chat",
"version": "0.13.5",
"version": "0.13.6",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"dev:server": "canvas run --port 8080 --static dist --topic chat-example.canvas.xyz src/contract.ts"
},
"dependencies": {
"@canvas-js/chain-atp": "0.13.5",
"@canvas-js/chain-cosmos": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/chain-ethereum-viem": "0.13.5",
"@canvas-js/chain-solana": "0.13.5",
"@canvas-js/chain-substrate": "0.13.5",
"@canvas-js/cli": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/hooks": "0.13.5",
"@canvas-js/interfaces": "0.13.5",
"@canvas-js/modeldb-sqlite-wasm": "0.13.5",
"@canvas-js/chain-atp": "0.13.6",
"@canvas-js/chain-cosmos": "0.13.6",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/chain-ethereum-viem": "0.13.6",
"@canvas-js/chain-solana": "0.13.6",
"@canvas-js/chain-substrate": "0.13.6",
"@canvas-js/cli": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/hooks": "0.13.6",
"@canvas-js/interfaces": "0.13.6",
"@canvas-js/modeldb-sqlite-wasm": "0.13.6",
"@cosmjs/encoding": "^0.32.3",
"@keplr-wallet/types": "^0.11.64",
"@libp2p/interface": "^2.2.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/common-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@canvas-js/common-explorer",
"private": true,
"type": "module",
"version": "0.13.5",
"version": "0.13.6",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -11,13 +11,13 @@
"start:server": "cross-env NODE_ENV=production node dist/server.js"
},
"dependencies": {
"@canvas-js/chain-atp": "0.13.5",
"@canvas-js/chain-cosmos": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/chain-solana": "0.13.5",
"@canvas-js/chain-substrate": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/interfaces": "0.13.5",
"@canvas-js/chain-atp": "0.13.6",
"@canvas-js/chain-cosmos": "0.13.6",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/chain-solana": "0.13.6",
"@canvas-js/chain-substrate": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/interfaces": "0.13.6",
"@ipld/dag-json": "^10.2.3",
"@radix-ui/themes": "^3.1.3",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/encrypted-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"private": true,
"name": "@canvas-js/example-chat-encrypted",
"version": "0.13.5",
"version": "0.13.6",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"dev:server": "canvas run --offline --port 8080 --static dist --topic chat-encrypted.canvas.xyz src/contract.ts"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/cli": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/hooks": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/cli": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/hooks": "0.13.6",
"@metamask/eth-sig-util": "^7.0.1",
"ethers": "^6.13.2",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/snake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@canvas-js/example-snake",
"private": true,
"version": "0.13.5",
"version": "0.13.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,9 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.13.5",
"@canvas-js/core": "0.13.5",
"@canvas-js/hooks": "0.13.5",
"@canvas-js/chain-ethereum": "0.13.6",
"@canvas-js/core": "0.13.6",
"@canvas-js/hooks": "0.13.6",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
Loading

0 comments on commit 131d988

Please sign in to comment.