@dropbox-web-platform/protobufjs-cli
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@dropbox-web-platform/protobufjs-cli", | ||
"description": "Translates between file formats and generates static code as well as TypeScript definitions.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@dropbox-web-platform/protobufjs": "^1.0.3" | ||
"@dropbox-web-platform/protobufjs": "^1.0.4" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ "use strict"; | ||
try { | ||
output = util.wrap(output, protobuf.util.merge({ dependency: "@dropbox-web-platform/protobufjs/minimal" }, options)); | ||
output = util.wrap(output, protobuf.util.merge({ dependency: "protobufjs/minimal" }, options)); | ||
} catch (e) { | ||
@@ -26,0 +26,0 @@ callback(e); |
105338