grm-shared-library 1.0.9 → 1.0.10

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
@@ -22,6 +22,7 @@ export * from './enums/org-status.enum';
22
22
  export * from './kafka/topics';
23
23
  export * from './kafka/group-ids';
24
24
  export * from './kafka/client-ids';
25
+ export * from './kafka/service-tokens';
25
26
  /**
26
27
  * Utilities
27
28
  */
package/dist/index.js CHANGED
@@ -38,6 +38,7 @@ __exportStar(require("./enums/org-status.enum"), exports);
38
38
  __exportStar(require("./kafka/topics"), exports);
39
39
  __exportStar(require("./kafka/group-ids"), exports);
40
40
  __exportStar(require("./kafka/client-ids"), exports);
41
+ __exportStar(require("./kafka/service-tokens"), exports);
41
42
  /**
42
43
  * Utilities
43
44
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grm-shared-library",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [