@coolwallets/transport
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@coolwallets/transport", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "transport layer for coolwallets.", | ||
"main": "index.ts", | ||
"scripts": { | ||
"build": "./node_modules/.bin/webpack", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -11,5 +12,13 @@ }, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@coolwallets/devices": "^0.0.2" | ||
"peerDependencies": { | ||
"@coolwallets/devices": "^0.0.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.2", | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/preset-env": "^7.7.1", | ||
"babel-loader": "^8.0.6", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"repository": { | ||
@@ -16,0 +25,0 @@ "type": "git", |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
7225
6
95
6
4
+ Added@coolwallets/devices@0.0.5(transitive)
- Removed@coolwallets/devices@^0.0.2
- Removed@coolwallets/devices@0.0.2(transitive)