Comparing version 1.11.3 to 1.11.4
{ | ||
"name": "arweave", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "Arweave JS client library", | ||
@@ -14,3 +14,3 @@ "main": "./node/index.js", | ||
"compile:node": "tsc --declaration -project tsconfig.node.json && resolve-tspaths -p tsconfig.node.json", | ||
"compile:web": "tsc --declaration -project tsconfig.web.json", | ||
"compile:web": "tsc --declaration -project tsconfig.web.json && resolve-tspaths -p tsconfig.web.json", | ||
"bundle:web": "npx webpack --config-name web", | ||
@@ -17,0 +17,0 @@ "bundle:web-prod": "npx webpack --config-name web-prod", |
@@ -5,3 +5,3 @@ "use strict"; | ||
const api_1 = require("./lib/api"); | ||
const node_driver_1 = require("@crypto/node-driver"); | ||
const node_driver_1 = require("./lib/crypto/webcrypto-driver"); | ||
const network_1 = require("./network"); | ||
@@ -8,0 +8,0 @@ const transactions_1 = require("./transactions"); |
Sorry, the diff of this file is too big to display
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
1274386