Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "ardb", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/textury/ardb.git", |
@@ -12,3 +12,3 @@ # ArDB | ||
``` | ||
yarn add @textury/ardb | ||
yarn add ardb | ||
``` | ||
@@ -18,3 +18,3 @@ | ||
```js | ||
import ArDB from '@textury/ardb'; | ||
import ArDB from 'ardb'; | ||
const ardb = new ArDB(arweaveInstance, logLevel? = LOG.ARWEAVE); // logLevel is optional and respects Arweave's logging by default. | ||
@@ -21,0 +21,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44952