Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Bump @counterfactual/node version
Browse files Browse the repository at this point in the history
  • Loading branch information
snario committed Aug 5, 2019
1 parent 0ec4140 commit c78789a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/high-roller-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@counterfactual/firebase-client": "0.0.3",
"@counterfactual/node": "0.2.37",
"@counterfactual/node": "0.2.38",
"@counterfactual/types": "0.0.29",
"eventemitter3": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@counterfactual/node",
"version": "0.2.37",
"version": "0.2.38",
"main": "dist/index.js",
"iife": "dist/index.iife.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@counterfactual/cf.js": "0.2.3",
"@counterfactual/types": "0.0.29",
"@counterfactual/node": "0.2.37",
"@counterfactual/node": "0.2.38",
"@stencil/core": "0.18.1-0",
"@stencil/router": "0.3.3",
"@stencil/sass": "0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-hub-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@counterfactual/firebase-client": "0.0.3",
"@counterfactual/node": "0.2.37",
"@counterfactual/node": "0.2.38",
"@counterfactual/types": "0.0.29",
"@counterfactual/typescript-typings": "0.1.0",
"@ebryn/jsonapi-ts": "0.1.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/tic-tac-toe-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@counterfactual/firebase-client": "0.0.3",
"@counterfactual/dapp-tic-tac-toe": "0.1.2",
"@counterfactual/node": "0.2.37",
"@counterfactual/node": "0.2.38",
"@counterfactual/types": "0.0.29",
"eventemitter3": "^4.0.0"
},
Expand Down

0 comments on commit c78789a

Please sign in to comment.