@forklaunch/implementation-billing-base 1.0.22 → 1.0.23

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.
@@ -500,6 +500,7 @@ var BaseSubscriptionService = class {
500
500
  tracing: false
501
501
  };
502
502
  }
503
+ options;
503
504
  evaluatedTelemetryOptions;
504
505
  em;
505
506
  openTelemetryCollector;
@@ -479,6 +479,7 @@ var BaseSubscriptionService = class {
479
479
  tracing: false
480
480
  };
481
481
  }
482
+ options;
482
483
  evaluatedTelemetryOptions;
483
484
  em;
484
485
  openTelemetryCollector;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/implementation-billing-base",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Billing basic implementation for forklaunch",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -36,18 +36,18 @@
36
36
  "lib/**"
37
37
  ],
38
38
  "dependencies": {
39
- "@forklaunch/common": "^1.2.14",
40
- "@forklaunch/core": "^1.3.17",
41
- "@forklaunch/internal": "^1.2.14",
42
- "@forklaunch/validator": "^1.2.14",
43
- "@mikro-orm/core": "7.0.7",
39
+ "@forklaunch/common": "^1.2.15",
40
+ "@forklaunch/core": "^1.4.1",
41
+ "@forklaunch/internal": "^1.2.15",
42
+ "@forklaunch/validator": "^1.2.15",
43
+ "@mikro-orm/core": "7.0.9",
44
44
  "@sinclair/typebox": "^0.34.49",
45
45
  "ajv": "^8.18.0",
46
46
  "zod": "^4.3.6",
47
- "@forklaunch/interfaces-billing": "1.0.21"
47
+ "@forklaunch/interfaces-billing": "1.0.22"
48
48
  },
49
49
  "devDependencies": {
50
- "@typescript/native-preview": "7.0.0-dev.20260331.1",
50
+ "@typescript/native-preview": "7.0.0-dev.20260407.1",
51
51
  "depcheck": "^1.4.7",
52
52
  "prettier": "^3.8.1",
53
53
  "typedoc": "^0.28.18"