@eris/image-cli
Advanced tools
Comparing version 0.4.3-alpha.7 to 0.4.3-alpha.8
@@ -42,2 +42,3 @@ #!/usr/bin/env node | ||
sharp: require('sharp'), // tslint:disable-line | ||
tf: require('@tensorflow/tfjs-node'), // tslint:disable-line | ||
} | ||
@@ -44,0 +45,0 @@ |
@@ -49,2 +49,3 @@ #!/usr/bin/env node | ||
sharp: require('sharp'), | ||
tf: require('@tensorflow/tfjs-node'), | ||
}; | ||
@@ -51,0 +52,0 @@ const unsafeGlobal = global; |
{ | ||
"name": "@eris/image-cli", | ||
"version": "0.4.3-alpha.7", | ||
"version": "0.4.3-alpha.8", | ||
"description": "CLI wrapper and standalone executable API for @eris/image.", | ||
@@ -38,4 +38,4 @@ "main": "./dist/lib/client.js", | ||
"devDependencies": { | ||
"@eris/exif": "0.4.3-alpha.7", | ||
"@eris/image": "0.4.3-alpha.7", | ||
"@eris/exif": "0.4.3-alpha.8", | ||
"@eris/image": "0.4.3-alpha.8", | ||
"execa": "^0.8.0", | ||
@@ -47,3 +47,3 @@ "pkg": "^4.4.9" | ||
}, | ||
"gitHead": "09dedd0d48fd74d91fd74af9dd7748f6dfca5cf4" | ||
"gitHead": "9f83ed914a5f52a4c1709430e62f523eb0c0391e" | ||
} |
Sorry, the diff of this file is not supported yet
60140
1101