@wenlarge/communication 1.3.9 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -15,3 +15,4 @@ export * as Notification from "./generated/notification";
15
15
  export * from "./kafka/kafka-topics";
16
16
  export * from "./kafka/commit-kafka-offset";
17
17
  export { Struct, Value, ListValue } from "./generated/google/protobuf/struct";
18
+ export * from "./config/billing-config";
package/dist/index.js CHANGED
@@ -58,3 +58,4 @@ var struct_1 = require("./generated/google/protobuf/struct");
58
58
  Object.defineProperty(exports, "Struct", { enumerable: true, get: function () { return struct_1.Struct; } });
59
59
  Object.defineProperty(exports, "Value", { enumerable: true, get: function () { return struct_1.Value; } });
60
60
  Object.defineProperty(exports, "ListValue", { enumerable: true, get: function () { return struct_1.ListValue; } });
61
+ __exportStar(require("./config/billing-config"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenlarge/communication",
3
- "version": "1.3.9",
3
+ "version": "1.4.0",
4
4
  "description": "Shared gRPC proto interfaces and generated clients for Wenlarge microservices.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",