@contractspec/lib.metering 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119224015
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/contracts/index.d.ts +290 -290
- package/dist/entities/index.d.ts +185 -185
- package/dist/entities/index.d.ts.map +1 -1
- package/dist/events.d.ts +135 -135
- package/dist/events.d.ts.map +1 -1
- package/dist/metering.capability.d.ts +3 -3
- package/dist/metering.feature.d.ts +2 -2
- package/package.json +5 -5
package/dist/events.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;;;;cAsIa,oBAAkB,4BAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;;;;cAsIa,oBAAkB,4BAAA,CAAA,sCAAA;EAAlB,QAAA,EAAA;IAUX,IAAA,EAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;EAV6B,CAAA;EAAA,IAAA,EAAA;IAelB,IAAA,uCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;IAV6B,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;EAelB,CAAA;EAUX,SAAA,EAAA;;;;;;;;;;;AAKF;AAUE,cAxCW,kBAwCX,EAxC6B,4BAAA,CAAA,SAwC7B,6BAxC6B,WAwC7B,CAAA;;UA9BA,2BAAA,CAAA;;;;IAoBkC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAevB,CAAA;EAUX,OAAA,EAAA;;;;;;;;;;;;;;;;AAKW,cA7CA,kBAuDX,EAvD6B,4BAAA,CAAA,SAuD7B,6BAvD6B,WAuD7B,CAAA;EAAA,QAAA,EAAA;UA7CA,2BAAA,CAAA;;;;;;;;IAmCgC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAerB,CAAA;EAUX,SAAA,EAAA;;;;;;;;;;;;EAViC,SAAA,EAAA;IAAA,IAAA,uCAAA,KAAA,EAAA,MAAA,CAAA;IAetB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;cAtEW,yBAAuB,4BAAA,CAAA,sCAAA;;UAUlC,2BAAA,CAAA;;;EAkDoC,UAAA,EAAA;IAAA,IAAA,uCAAA,CAAA,OAAA,EAAA,OAAA,CAAA;IAezB,UAAA,EAAA,KASZ;EAAA,CAAA;;;;;;;;;;;;;cArEY,sBAAoB,4BAAA,CAAA,sCAAA;;UAU/B,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,uBAAqB,4BAAA,CAAA,sCAAA;;UAUhC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,wBAAsB,4BAAA,CAAA,sCAAA;;UAUjC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,2BAAyB,4BAAA,CAAA,sCAAA;;UAUpC,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW;;;YASZ,2BAAA,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts15 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/metering.capability.d.ts
|
|
4
|
-
declare const MeteringCapability:
|
|
5
|
-
declare const ThresholdsCapability:
|
|
4
|
+
declare const MeteringCapability: _contractspec_lib_contracts15.CapabilitySpec;
|
|
5
|
+
declare const ThresholdsCapability: _contractspec_lib_contracts15.CapabilitySpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { MeteringCapability, ThresholdsCapability };
|
|
8
8
|
//# sourceMappingURL=metering.capability.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts17 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/metering.feature.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts15 from "@contractspec/lib.contracts";
|
|
|
6
6
|
* Metering feature module that bundles usage tracking,
|
|
7
7
|
* metrics definitions, and billing capabilities.
|
|
8
8
|
*/
|
|
9
|
-
declare const MeteringFeature:
|
|
9
|
+
declare const MeteringFeature: _contractspec_lib_contracts17.FeatureModuleSpec;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { MeteringFeature };
|
|
12
12
|
//# sourceMappingURL=metering.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.metering",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224015",
|
|
4
4
|
"description": "Usage metering and billing core module for ContractSpec applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"lint:check": "eslint src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@contractspec/lib.schema": "
|
|
29
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
28
|
+
"@contractspec/lib.schema": "1.48.0",
|
|
29
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
|
|
30
30
|
"zod": "^4.3.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@contractspec/tool.typescript": "
|
|
34
|
-
"@contractspec/tool.tsdown": "
|
|
33
|
+
"@contractspec/tool.typescript": "1.48.0",
|
|
34
|
+
"@contractspec/tool.tsdown": "1.48.0",
|
|
35
35
|
"typescript": "^5.9.3"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|