Comparing version 1.7.6 to 1.7.7
/** | ||
* index file for webpacke to generate bundle for web | ||
*/ | ||
import "core-js/modules/es6.promise"; | ||
import "core-js/modules/es6.symbol"; | ||
import "core-js/modules/es7.symbol.async-iterator"; | ||
export { IChannel } from "./interfaces"; | ||
export { Channel } from "./ChannelWeb"; | ||
@@ -8,0 +6,0 @@ export { HttpChannel } from "./http/Client"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* index file for webpacke to generate bundle for web | ||
*/ | ||
require("core-js/modules/es6.promise"); | ||
require("core-js/modules/es6.symbol"); | ||
require("core-js/modules/es7.symbol.async-iterator"); | ||
var ChannelWeb_1 = require("./ChannelWeb"); | ||
@@ -10,0 +4,0 @@ exports.Channel = ChannelWeb_1.Channel; |
{ | ||
"name": "wsgrpc", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"description": "Using WebSocket as gRPC transport", | ||
@@ -5,0 +5,0 @@ "author": "tsangpo", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302193
7443