Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

fix: namespacing of the platform service in the build #57

Merged
merged 2 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "0.12.0",
"version": "0.12.1",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $PWD/node_modules/protobufjs/bin/pbjs \
$PWD/node_modules/protobufjs/bin/pbjs \
-t static-module \
-w commonjs \
-r core_root \
-r platform_root \
-o "$CLIENTS_PATH/nodejs/platform_pbjs.js" \
"$PROTO_PATH/platform.proto"

Expand Down