Bump dependency versions.

This commit is contained in:
Spencer Ofwiti 2021-04-14 16:37:55 +03:00
parent 5853aab840
commit 426818baa1
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cic-client-meta",
"version": "0.0.7-alpha.6",
"version": "0.0.7-alpha.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -853,9 +853,9 @@
}
},
"crdt-meta": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/crdt-meta/-/crdt-meta-0.0.6.tgz",
"integrity": "sha512-uFn7OGCaUU7Wqa1d9wUZy4tE3zniq51wRFXU9fqV6fV2mTUjxXwow4aLBtONEEqVQRK0ivyqguQKp0WtiUMPAg==",
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/crdt-meta/-/crdt-meta-0.0.8.tgz",
"integrity": "sha512-CS0sS0L2QWthz7vmu6vzl3p4kcpJ+IKILBJ4tbgN4A3iNG8wnBeuDIv/z3KFFQjcfuP4QAh6E9LywKUTxtDc3g==",
"requires": {
"automerge": "^0.14.2",
"ini": "^1.3.8",

View File

@ -1,6 +1,6 @@
{
"name": "cic-client-meta",
"version": "0.0.7-alpha.7",
"version": "0.0.7-alpha.8",
"description": "Signed CRDT metadata graphs for the CIC network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,7 +15,7 @@
"dependencies": {
"@ethereumjs/tx": "^3.0.0-beta.1",
"automerge": "^0.14.1",
"crdt-meta": "0.0.6",
"crdt-meta": "0.0.8",
"ethereumjs-wallet": "^1.0.1",
"ini": "^1.3.8",
"openpgp": "^4.10.8",
@ -41,6 +41,6 @@
],
"license": "GPL-3.0-or-later",
"engines": {
"node": "~14.16.1"
"node": ">=14.16.1"
}
}