Comparing version 1.5.3 to 1.5.4
/*eslint-disable block-scoped-var, no-redeclare, no-control-regex, no-prototype-builtins*/ | ||
"use strict"; | ||
var $protobuf = require("protobufjs/minimal"); | ||
//when build for web | ||
//var $protobuf = typeof window != "undefined" && window.protobuf; | ||
var $protobuf = require("protobufjs/minimal"); | ||
$protobuf.util.Long = null; | ||
//in react project: | ||
//require("protobufjs/src/util/minimal").Long = null; | ||
@@ -9,0 +11,0 @@ // Common aliases |
{ | ||
"name": "wsgrpc", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "author": "tsangpo", |
277301
6913