This commit is contained in:
shamb0t 2019-12-11 19:30:04 +00:00
parent 13b16bd53a
commit 94dbd3bad3
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "orbit-db",
"version": "0.23.0-rc1",
"version": "0.23.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -31648,9 +31648,9 @@
}
},
"ipfs-utils": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/ipfs-utils/-/ipfs-utils-0.4.0.tgz",
"integrity": "sha512-JLFmCcA058knmYiSB+WBw6nxcDHFS6p05weQOTFR/edufYot0UpgsJTcoMd1fHMq81n0nciJ3QQBqLcJxqGqhA==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/ipfs-utils/-/ipfs-utils-0.4.1.tgz",
"integrity": "sha512-4RnGVElpfmg/cee3WMI2rTE4wJh414KV3G2R/8rWpxA2Ahg7jRnhxHVBCevvIIqLMyF5ctsMZS2yBKM/u1yJkA==",
"dev": true,
"requires": {
"buffer": "^5.2.1",
@ -31660,7 +31660,7 @@
"is-electron": "^2.2.0",
"is-pull-stream": "0.0.0",
"is-stream": "^2.0.0",
"it-glob": "0.0.4",
"it-glob": "0.0.7",
"kind-of": "^6.0.2",
"pull-stream-to-async-iterator": "^1.0.2",
"readable-stream": "^3.4.0"
@ -31689,6 +31689,16 @@
"integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==",
"dev": true
},
"it-glob": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/it-glob/-/it-glob-0.0.7.tgz",
"integrity": "sha512-XfbziJs4fi0MfdEGTLkZXeqo2EorF2baFXxFn1E2dGbgYMhFTZlZ2Yn/mx5CkpuLWVJvO1DwtTOVW2mzRyVK8w==",
"dev": true,
"requires": {
"fs-extra": "^8.1.0",
"minimatch": "^3.0.4"
}
},
"kind-of": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "orbit-db",
"version": "0.23.0-rc1",
"version": "0.23.0",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",