@contractspec/lib.metering 3.7.1 → 3.7.4

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.
@@ -1857,7 +1857,8 @@ var MeteringFeature = defineFeature({
1857
1857
  { key: "usage.aggregated", version: "1.0.0" },
1858
1858
  { key: "threshold.created", version: "1.0.0" },
1859
1859
  { key: "threshold.exceeded", version: "1.0.0" },
1860
- { key: "threshold.approaching", version: "1.0.0" }
1860
+ { key: "threshold.approaching", version: "1.0.0" },
1861
+ { key: "model.selected", version: "1.0.0" }
1861
1862
  ],
1862
1863
  presentations: [],
1863
1864
  opToPresentation: [],
@@ -34,7 +34,8 @@ var MeteringFeature = defineFeature({
34
34
  { key: "usage.aggregated", version: "1.0.0" },
35
35
  { key: "threshold.created", version: "1.0.0" },
36
36
  { key: "threshold.exceeded", version: "1.0.0" },
37
- { key: "threshold.approaching", version: "1.0.0" }
37
+ { key: "threshold.approaching", version: "1.0.0" },
38
+ { key: "model.selected", version: "1.0.0" }
38
39
  ],
39
40
  presentations: [],
40
41
  opToPresentation: [],
package/dist/index.js CHANGED
@@ -1858,7 +1858,8 @@ var MeteringFeature = defineFeature({
1858
1858
  { key: "usage.aggregated", version: "1.0.0" },
1859
1859
  { key: "threshold.created", version: "1.0.0" },
1860
1860
  { key: "threshold.exceeded", version: "1.0.0" },
1861
- { key: "threshold.approaching", version: "1.0.0" }
1861
+ { key: "threshold.approaching", version: "1.0.0" },
1862
+ { key: "model.selected", version: "1.0.0" }
1862
1863
  ],
1863
1864
  presentations: [],
1864
1865
  opToPresentation: [],
@@ -35,7 +35,8 @@ var MeteringFeature = defineFeature({
35
35
  { key: "usage.aggregated", version: "1.0.0" },
36
36
  { key: "threshold.created", version: "1.0.0" },
37
37
  { key: "threshold.exceeded", version: "1.0.0" },
38
- { key: "threshold.approaching", version: "1.0.0" }
38
+ { key: "threshold.approaching", version: "1.0.0" },
39
+ { key: "model.selected", version: "1.0.0" }
39
40
  ],
40
41
  presentations: [],
41
42
  opToPresentation: [],
@@ -1857,7 +1857,8 @@ var MeteringFeature = defineFeature({
1857
1857
  { key: "usage.aggregated", version: "1.0.0" },
1858
1858
  { key: "threshold.created", version: "1.0.0" },
1859
1859
  { key: "threshold.exceeded", version: "1.0.0" },
1860
- { key: "threshold.approaching", version: "1.0.0" }
1860
+ { key: "threshold.approaching", version: "1.0.0" },
1861
+ { key: "model.selected", version: "1.0.0" }
1861
1862
  ],
1862
1863
  presentations: [],
1863
1864
  opToPresentation: [],
@@ -34,7 +34,8 @@ var MeteringFeature = defineFeature({
34
34
  { key: "usage.aggregated", version: "1.0.0" },
35
35
  { key: "threshold.created", version: "1.0.0" },
36
36
  { key: "threshold.exceeded", version: "1.0.0" },
37
- { key: "threshold.approaching", version: "1.0.0" }
37
+ { key: "threshold.approaching", version: "1.0.0" },
38
+ { key: "model.selected", version: "1.0.0" }
38
39
  ],
39
40
  presentations: [],
40
41
  opToPresentation: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.metering",
3
- "version": "3.7.1",
3
+ "version": "3.7.4",
4
4
  "description": "Usage metering and billing core module for ContractSpec applications",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -27,15 +27,15 @@
27
27
  "typecheck": "tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/lib.schema": "3.7.1",
31
- "@contractspec/lib.contracts-spec": "3.7.1",
32
- "@contractspec/lib.contracts-integrations": "3.7.1",
30
+ "@contractspec/lib.schema": "3.7.4",
31
+ "@contractspec/lib.contracts-spec": "3.7.4",
32
+ "@contractspec/lib.contracts-integrations": "3.7.4",
33
33
  "zod": "^4.3.5"
34
34
  },
35
35
  "devDependencies": {
36
- "@contractspec/tool.typescript": "3.7.1",
36
+ "@contractspec/tool.typescript": "3.7.4",
37
37
  "typescript": "^5.9.3",
38
- "@contractspec/tool.bun": "3.7.1"
38
+ "@contractspec/tool.bun": "3.7.4"
39
39
  },
40
40
  "exports": {
41
41
  ".": {