@contractspec/lib.metering 1.59.0 → 1.60.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.
- package/package.json +110 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.metering",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.60.0",
|
|
4
4
|
"description": "Usage metering and billing core module for ContractSpec applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -27,31 +27,121 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/lib.schema": "1.
|
|
31
|
-
"@contractspec/lib.contracts": "1.
|
|
30
|
+
"@contractspec/lib.schema": "1.60.0",
|
|
31
|
+
"@contractspec/lib.contracts": "1.60.0",
|
|
32
32
|
"zod": "^4.3.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@contractspec/tool.typescript": "1.
|
|
35
|
+
"@contractspec/tool.typescript": "1.60.0",
|
|
36
36
|
"typescript": "^5.9.3",
|
|
37
|
-
"@contractspec/tool.bun": "1.
|
|
37
|
+
"@contractspec/tool.bun": "1.59.0"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
|
-
".":
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"./
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"./
|
|
40
|
+
".": {
|
|
41
|
+
"types": "./dist/index.d.ts",
|
|
42
|
+
"bun": "./dist/index.js",
|
|
43
|
+
"node": "./dist/node/index.mjs",
|
|
44
|
+
"browser": "./dist/browser/index.js",
|
|
45
|
+
"default": "./dist/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./aggregation": {
|
|
48
|
+
"types": "./dist/aggregation/index.d.ts",
|
|
49
|
+
"bun": "./dist/aggregation/index.js",
|
|
50
|
+
"node": "./dist/node/aggregation/index.mjs",
|
|
51
|
+
"browser": "./dist/browser/aggregation/index.js",
|
|
52
|
+
"default": "./dist/aggregation/index.js"
|
|
53
|
+
},
|
|
54
|
+
"./aggregation/index": {
|
|
55
|
+
"types": "./dist/aggregation/index.d.ts",
|
|
56
|
+
"bun": "./dist/aggregation/index.js",
|
|
57
|
+
"node": "./dist/node/aggregation/index.mjs",
|
|
58
|
+
"browser": "./dist/browser/aggregation/index.js",
|
|
59
|
+
"default": "./dist/aggregation/index.js"
|
|
60
|
+
},
|
|
61
|
+
"./analytics/posthog-metering": {
|
|
62
|
+
"types": "./dist/analytics/posthog-metering.d.ts",
|
|
63
|
+
"bun": "./dist/analytics/posthog-metering.js",
|
|
64
|
+
"node": "./dist/node/analytics/posthog-metering.mjs",
|
|
65
|
+
"browser": "./dist/browser/analytics/posthog-metering.js",
|
|
66
|
+
"default": "./dist/analytics/posthog-metering.js"
|
|
67
|
+
},
|
|
68
|
+
"./analytics/posthog-metering-reader": {
|
|
69
|
+
"types": "./dist/analytics/posthog-metering-reader.d.ts",
|
|
70
|
+
"bun": "./dist/analytics/posthog-metering-reader.js",
|
|
71
|
+
"node": "./dist/node/analytics/posthog-metering-reader.mjs",
|
|
72
|
+
"browser": "./dist/browser/analytics/posthog-metering-reader.js",
|
|
73
|
+
"default": "./dist/analytics/posthog-metering-reader.js"
|
|
74
|
+
},
|
|
75
|
+
"./contracts": {
|
|
76
|
+
"types": "./dist/contracts/index.d.ts",
|
|
77
|
+
"bun": "./dist/contracts/index.js",
|
|
78
|
+
"node": "./dist/node/contracts/index.mjs",
|
|
79
|
+
"browser": "./dist/browser/contracts/index.js",
|
|
80
|
+
"default": "./dist/contracts/index.js"
|
|
81
|
+
},
|
|
82
|
+
"./contracts/index": {
|
|
83
|
+
"types": "./dist/contracts/index.d.ts",
|
|
84
|
+
"bun": "./dist/contracts/index.js",
|
|
85
|
+
"node": "./dist/node/contracts/index.mjs",
|
|
86
|
+
"browser": "./dist/browser/contracts/index.js",
|
|
87
|
+
"default": "./dist/contracts/index.js"
|
|
88
|
+
},
|
|
89
|
+
"./docs": {
|
|
90
|
+
"types": "./dist/docs/index.d.ts",
|
|
91
|
+
"bun": "./dist/docs/index.js",
|
|
92
|
+
"node": "./dist/node/docs/index.mjs",
|
|
93
|
+
"browser": "./dist/browser/docs/index.js",
|
|
94
|
+
"default": "./dist/docs/index.js"
|
|
95
|
+
},
|
|
96
|
+
"./docs/index": {
|
|
97
|
+
"types": "./dist/docs/index.d.ts",
|
|
98
|
+
"bun": "./dist/docs/index.js",
|
|
99
|
+
"node": "./dist/node/docs/index.mjs",
|
|
100
|
+
"browser": "./dist/browser/docs/index.js",
|
|
101
|
+
"default": "./dist/docs/index.js"
|
|
102
|
+
},
|
|
103
|
+
"./docs/metering.docblock": {
|
|
104
|
+
"types": "./dist/docs/metering.docblock.d.ts",
|
|
105
|
+
"bun": "./dist/docs/metering.docblock.js",
|
|
106
|
+
"node": "./dist/node/docs/metering.docblock.mjs",
|
|
107
|
+
"browser": "./dist/browser/docs/metering.docblock.js",
|
|
108
|
+
"default": "./dist/docs/metering.docblock.js"
|
|
109
|
+
},
|
|
110
|
+
"./entities": {
|
|
111
|
+
"types": "./dist/entities/index.d.ts",
|
|
112
|
+
"bun": "./dist/entities/index.js",
|
|
113
|
+
"node": "./dist/node/entities/index.mjs",
|
|
114
|
+
"browser": "./dist/browser/entities/index.js",
|
|
115
|
+
"default": "./dist/entities/index.js"
|
|
116
|
+
},
|
|
117
|
+
"./entities/index": {
|
|
118
|
+
"types": "./dist/entities/index.d.ts",
|
|
119
|
+
"bun": "./dist/entities/index.js",
|
|
120
|
+
"node": "./dist/node/entities/index.mjs",
|
|
121
|
+
"browser": "./dist/browser/entities/index.js",
|
|
122
|
+
"default": "./dist/entities/index.js"
|
|
123
|
+
},
|
|
124
|
+
"./events": {
|
|
125
|
+
"types": "./dist/events.d.ts",
|
|
126
|
+
"bun": "./dist/events.js",
|
|
127
|
+
"node": "./dist/node/events.mjs",
|
|
128
|
+
"browser": "./dist/browser/events.js",
|
|
129
|
+
"default": "./dist/events.js"
|
|
130
|
+
},
|
|
131
|
+
"./metering.capability": {
|
|
132
|
+
"types": "./dist/metering.capability.d.ts",
|
|
133
|
+
"bun": "./dist/metering.capability.js",
|
|
134
|
+
"node": "./dist/node/metering.capability.mjs",
|
|
135
|
+
"browser": "./dist/browser/metering.capability.js",
|
|
136
|
+
"default": "./dist/metering.capability.js"
|
|
137
|
+
},
|
|
138
|
+
"./metering.feature": {
|
|
139
|
+
"types": "./dist/metering.feature.d.ts",
|
|
140
|
+
"bun": "./dist/metering.feature.js",
|
|
141
|
+
"node": "./dist/node/metering.feature.mjs",
|
|
142
|
+
"browser": "./dist/browser/metering.feature.js",
|
|
143
|
+
"default": "./dist/metering.feature.js"
|
|
144
|
+
}
|
|
55
145
|
},
|
|
56
146
|
"files": [
|
|
57
147
|
"dist",
|