File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "prepare" : " run-s prepare:*" ,
12- "prepare:proto" : " pbjs -t static-module -w commonjs --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto" ,
12+ "prepare:proto" : " pbjs -t static-module -w commonjs -r ipfs-unixfs - -force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto" ,
1313 "prepare:proto-types" : " pbts -o src/unixfs.d.ts src/unixfs.js" ,
1414 "prepare:types" : " aegir build --no-bundle" ,
1515 "test" : " aegir test" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var $protobuf = require("protobufjs/minimal");
77var $Reader = $protobuf . Reader , $Writer = $protobuf . Writer , $util = $protobuf . util ;
88
99// Exported root namespace
10- var $root = $protobuf . roots [ "default " ] || ( $protobuf . roots [ "default " ] = { } ) ;
10+ var $root = $protobuf . roots [ "ipfs-unixfs " ] || ( $protobuf . roots [ "ipfs-unixfs " ] = { } ) ;
1111
1212$root . Data = ( function ( ) {
1313
You can’t perform that action at this time.
0 commit comments