@bpinternal/const 0.27.0 → 0.28.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.
@@ -1,5 +1,5 @@
1
- export type { BillingAddonId } from './addons';
2
- export type { BillingMeterId } from './meters';
3
- export type { BillingPlanId } from './plans';
1
+ export * from './plans';
2
+ export * from './addons';
3
+ export * from './meters';
4
4
  export * from './schemas';
5
5
  export * from './versions';
@@ -14,5 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./plans"), exports);
18
+ __exportStar(require("./addons"), exports);
19
+ __exportStar(require("./meters"), exports);
17
20
  __exportStar(require("./schemas"), exports);
18
21
  __exportStar(require("./versions"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "files": [