Skip to content

Commit

Permalink
update all package json and their dependencies to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Nov 9, 2021
1 parent 62242ac commit 564c34d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions cli/package-lock.json

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

6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/cli",
"version": "0.2.0",
"version": "0.3.3",
"description": "Tezos timestamping utility",
"main": "bin/index.js",
"bin": {
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/marigold-dev/tzstamp/tree/main/cli#readme",
"dependencies": {
"@tzstamp/helpers": "^0.1.1",
"@tzstamp/proof": "^0.2.0",
"@tzstamp/helpers": "^0.3.3",
"@tzstamp/proof": "^0.3.3",
"chalk": "^4.1.1",
"delay": "^5.0.0",
"minimist": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/helpers",
"version": "0.3.1",
"version": "0.3.3",
"description": "TzStamp helper functions",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tzstamp-manage",
"version": "0.0.1",
"version": "0.3.3",
"description": "Manages instances of the tzstamp tezos smart contract.",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"@taquito/michel-codec": "^7.1.0-beta.0",
"@taquito/signer": "^7.1.0-beta.0",
"@taquito/taquito": "^7.1.0-beta.0",
"@tzstamp/helpers": "^0.1.1",
"@tzstamp/helpers": "^0.3.3",
"dotenv": "^8.2.0",
"dotenv-defaults": "^2.0.1",
"minimist": "^1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/proof",
"version": "0.3.0",
"version": "0.3.3",
"description": "Cryptographic proofs for TzStamp tools",
"files": [
"dist"
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/marigold-dev/tzstamp/tree/main/proof#readme",
"license": "MIT",
"dependencies": {
"@tzstamp/helpers": "^0.3.1",
"@tzstamp/helpers": "^0.3.3",
"jtd": "^0.1.1",
"node-fetch": "^2.6.1"
},
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.1.0",
"version": "0.3.3",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand All @@ -12,9 +12,9 @@
"@koa/router": "^10.0.0",
"@taquito/signer": "^10.2.1",
"@taquito/taquito": "^10.2.1",
"@tzstamp/helpers": "^0.3.1",
"@tzstamp/proof": "^0.3.0",
"@tzstamp/tezos-merkle": "^0.3.1",
"@tzstamp/helpers": "^0.3.3",
"@tzstamp/proof": "^0.3.3",
"@tzstamp/tezos-merkle": "^0.3.3",
"cron": "^1.8.2",
"dotenv": "^10.0.0",
"koa": "^2.13.1",
Expand Down
6 changes: 3 additions & 3 deletions tezos-merkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/tezos-merkle",
"version": "0.3.1",
"version": "0.3.3",
"description": "Tezos-style Merkle trees",
"main": "dist/mod.js",
"types": "dist/mod.d.ts",
Expand All @@ -24,8 +24,8 @@
"homepage": "https://github.com/marigold-dev/tzstamp/tree/main/tezos-merkle#readme",
"license": "MIT",
"dependencies": {
"@tzstamp/helpers": "^0.3.1",
"@tzstamp/proof": "^0.3.0"
"@tzstamp/helpers": "^0.3.3",
"@tzstamp/proof": "^0.3.3"
},
"devDependencies": {
"@types/node": "^15.0.2"
Expand Down

0 comments on commit 564c34d

Please sign in to comment.