@0xproject/connect
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "@0xproject/connect", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "A javascript library for interacting with the standard relayer api", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"assets": [ | ||
"_bundles/index.js", | ||
"_bundles/index.min.js" | ||
"packages/connect/_bundles/index.js", | ||
"packages/connect/_bundles/index.min.js" | ||
], | ||
@@ -55,6 +55,6 @@ "docPublishConfigs": { | ||
"dependencies": { | ||
"@0xproject/assert": "^0.2.1", | ||
"@0xproject/json-schemas": "^0.7.15", | ||
"@0xproject/types": "^0.4.0", | ||
"@0xproject/utils": "^0.4.2", | ||
"@0xproject/assert": "^0.2.2", | ||
"@0xproject/json-schemas": "^0.7.16", | ||
"@0xproject/types": "^0.4.1", | ||
"@0xproject/utils": "^0.4.3", | ||
"isomorphic-fetch": "^2.2.1", | ||
@@ -66,4 +66,4 @@ "lodash": "^4.17.4", | ||
"devDependencies": { | ||
"@0xproject/monorepo-scripts": "^0.1.13", | ||
"@0xproject/tslint-config": "^0.4.11", | ||
"@0xproject/monorepo-scripts": "^0.1.14", | ||
"@0xproject/tslint-config": "^0.4.12", | ||
"@types/fetch-mock": "^5.12.1", | ||
@@ -77,4 +77,4 @@ "@types/lodash": "^4.14.86", | ||
"chai-as-promised": "^7.1.0", | ||
"chai-as-promised-typescript-typings": "^0.0.11", | ||
"chai-typescript-typings": "^0.0.5", | ||
"chai-as-promised-typescript-typings": "^0.0.12", | ||
"chai-typescript-typings": "^0.0.6", | ||
"copyfiles": "^1.2.0", | ||
@@ -90,3 +90,3 @@ "dirty-chai": "^2.0.1", | ||
"typescript": "2.7.1", | ||
"web3-typescript-typings": "^0.10.1" | ||
"web3-typescript-typings": "^0.10.2" | ||
}, | ||
@@ -93,0 +93,0 @@ "publishConfig": { |
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
71442
Updated@0xproject/assert@^0.2.2
Updated@0xproject/types@^0.4.1
Updated@0xproject/utils@^0.4.3