@contractspec/example.saas-boilerplate 3.8.9 → 3.8.10
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/.turbo/turbo-build.log +156 -156
- package/CHANGELOG.md +20 -0
- package/dist/billing/billing.entity.js +1 -113
- package/dist/billing/billing.enum.js +1 -19
- package/dist/billing/billing.event.js +1 -90
- package/dist/billing/billing.handler.js +1 -148
- package/dist/billing/billing.operations.js +1 -278
- package/dist/billing/billing.presentation.js +1 -55
- package/dist/billing/billing.schema.js +1 -121
- package/dist/billing/index.js +1 -691
- package/dist/browser/billing/billing.entity.js +1 -113
- package/dist/browser/billing/billing.enum.js +1 -19
- package/dist/browser/billing/billing.event.js +1 -90
- package/dist/browser/billing/billing.handler.js +1 -148
- package/dist/browser/billing/billing.operations.js +1 -278
- package/dist/browser/billing/billing.presentation.js +1 -55
- package/dist/browser/billing/billing.schema.js +1 -121
- package/dist/browser/billing/index.js +1 -691
- package/dist/browser/dashboard/dashboard.presentation.js +1 -55
- package/dist/browser/dashboard/index.js +1 -55
- package/dist/browser/docs/index.js +5 -49
- package/dist/browser/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/browser/example.js +1 -39
- package/dist/browser/handlers/index.js +2 -358
- package/dist/browser/handlers/saas.handlers.js +2 -134
- package/dist/browser/index.js +9 -3591
- package/dist/browser/presentations/index.js +1 -299
- package/dist/browser/project/index.js +1 -793
- package/dist/browser/project/project.entity.js +1 -77
- package/dist/browser/project/project.enum.js +1 -18
- package/dist/browser/project/project.event.js +1 -103
- package/dist/browser/project/project.handler.js +1 -178
- package/dist/browser/project/project.operations.js +1 -372
- package/dist/browser/project/project.presentation.js +1 -180
- package/dist/browser/project/project.schema.js +1 -134
- package/dist/browser/saas-boilerplate.feature.js +1 -304
- package/dist/browser/seeders/index.js +2 -20
- package/dist/browser/settings/index.js +1 -75
- package/dist/browser/settings/settings.entity.js +1 -74
- package/dist/browser/settings/settings.enum.js +1 -11
- package/dist/browser/shared/mock-data.js +1 -104
- package/dist/browser/tests/operations.test-spec.js +1 -112
- package/dist/browser/ui/SaasDashboard.js +1 -1239
- package/dist/browser/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/browser/ui/SaasProjectList.js +1 -162
- package/dist/browser/ui/SaasSettingsPanel.js +1 -145
- package/dist/browser/ui/hooks/index.js +1 -159
- package/dist/browser/ui/hooks/useProjectList.js +1 -66
- package/dist/browser/ui/hooks/useProjectMutations.js +1 -91
- package/dist/browser/ui/index.js +5 -2077
- package/dist/browser/ui/modals/CreateProjectModal.js +1 -153
- package/dist/browser/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/browser/ui/modals/index.js +1 -487
- package/dist/browser/ui/overlays/demo-overlays.js +1 -61
- package/dist/browser/ui/overlays/index.js +1 -61
- package/dist/browser/ui/renderers/index.js +5 -901
- package/dist/browser/ui/renderers/project-list.markdown.js +5 -725
- package/dist/browser/ui/renderers/project-list.renderer.js +1 -177
- package/dist/browser/visualizations/catalog.js +1 -155
- package/dist/browser/visualizations/index.js +1 -217
- package/dist/browser/visualizations/selectors.js +1 -210
- package/dist/dashboard/dashboard.presentation.js +1 -55
- package/dist/dashboard/index.js +1 -55
- package/dist/docs/index.js +5 -49
- package/dist/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/example.js +1 -39
- package/dist/handlers/index.js +2 -358
- package/dist/handlers/saas.handlers.js +2 -134
- package/dist/index.js +9 -3591
- package/dist/node/billing/billing.entity.js +1 -113
- package/dist/node/billing/billing.enum.js +1 -19
- package/dist/node/billing/billing.event.js +1 -90
- package/dist/node/billing/billing.handler.js +1 -148
- package/dist/node/billing/billing.operations.js +1 -278
- package/dist/node/billing/billing.presentation.js +1 -55
- package/dist/node/billing/billing.schema.js +1 -121
- package/dist/node/billing/index.js +1 -691
- package/dist/node/dashboard/dashboard.presentation.js +1 -55
- package/dist/node/dashboard/index.js +1 -55
- package/dist/node/docs/index.js +5 -49
- package/dist/node/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/node/example.js +1 -39
- package/dist/node/handlers/index.js +2 -358
- package/dist/node/handlers/saas.handlers.js +2 -134
- package/dist/node/index.js +9 -3591
- package/dist/node/presentations/index.js +1 -299
- package/dist/node/project/index.js +1 -793
- package/dist/node/project/project.entity.js +1 -77
- package/dist/node/project/project.enum.js +1 -18
- package/dist/node/project/project.event.js +1 -103
- package/dist/node/project/project.handler.js +1 -178
- package/dist/node/project/project.operations.js +1 -372
- package/dist/node/project/project.presentation.js +1 -180
- package/dist/node/project/project.schema.js +1 -134
- package/dist/node/saas-boilerplate.feature.js +1 -304
- package/dist/node/seeders/index.js +2 -20
- package/dist/node/settings/index.js +1 -75
- package/dist/node/settings/settings.entity.js +1 -74
- package/dist/node/settings/settings.enum.js +1 -11
- package/dist/node/shared/mock-data.js +1 -104
- package/dist/node/tests/operations.test-spec.js +1 -112
- package/dist/node/ui/SaasDashboard.js +1 -1239
- package/dist/node/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/node/ui/SaasProjectList.js +1 -162
- package/dist/node/ui/SaasSettingsPanel.js +1 -145
- package/dist/node/ui/hooks/index.js +1 -159
- package/dist/node/ui/hooks/useProjectList.js +1 -66
- package/dist/node/ui/hooks/useProjectMutations.js +1 -91
- package/dist/node/ui/index.js +5 -2077
- package/dist/node/ui/modals/CreateProjectModal.js +1 -153
- package/dist/node/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/node/ui/modals/index.js +1 -487
- package/dist/node/ui/overlays/demo-overlays.js +1 -61
- package/dist/node/ui/overlays/index.js +1 -61
- package/dist/node/ui/renderers/index.js +5 -901
- package/dist/node/ui/renderers/project-list.markdown.js +5 -725
- package/dist/node/ui/renderers/project-list.renderer.js +1 -177
- package/dist/node/visualizations/catalog.js +1 -155
- package/dist/node/visualizations/index.js +1 -217
- package/dist/node/visualizations/selectors.js +1 -210
- package/dist/presentations/index.js +1 -299
- package/dist/project/index.js +1 -793
- package/dist/project/project.entity.js +1 -77
- package/dist/project/project.enum.js +1 -18
- package/dist/project/project.event.js +1 -103
- package/dist/project/project.handler.js +1 -178
- package/dist/project/project.operations.js +1 -372
- package/dist/project/project.presentation.js +1 -180
- package/dist/project/project.schema.js +1 -134
- package/dist/saas-boilerplate.feature.js +1 -304
- package/dist/seeders/index.js +2 -20
- package/dist/settings/index.js +1 -75
- package/dist/settings/settings.entity.js +1 -74
- package/dist/settings/settings.enum.js +1 -11
- package/dist/shared/mock-data.js +1 -104
- package/dist/tests/operations.test-spec.js +1 -112
- package/dist/ui/SaasDashboard.js +1 -1239
- package/dist/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/ui/SaasProjectList.js +1 -162
- package/dist/ui/SaasSettingsPanel.js +1 -145
- package/dist/ui/hooks/index.js +1 -159
- package/dist/ui/hooks/useProjectList.js +1 -66
- package/dist/ui/hooks/useProjectMutations.js +1 -91
- package/dist/ui/index.js +5 -2077
- package/dist/ui/modals/CreateProjectModal.js +1 -153
- package/dist/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/ui/modals/index.js +1 -487
- package/dist/ui/overlays/demo-overlays.js +1 -61
- package/dist/ui/overlays/index.js +1 -61
- package/dist/ui/renderers/index.js +5 -901
- package/dist/ui/renderers/project-list.markdown.js +5 -725
- package/dist/ui/renderers/project-list.renderer.js +1 -177
- package/dist/visualizations/catalog.js +1 -155
- package/dist/visualizations/index.js +1 -217
- package/dist/visualizations/selectors.js +1 -210
- package/package.json +12 -12
|
@@ -1,211 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
defineVisualization,
|
|
5
|
-
VisualizationRegistry
|
|
6
|
-
} from "@contractspec/lib.contracts-spec/visualizations";
|
|
7
|
-
var PROJECT_LIST_REF = {
|
|
8
|
-
key: "saas.project.list",
|
|
9
|
-
version: "1.0.0"
|
|
10
|
-
};
|
|
11
|
-
var META = {
|
|
12
|
-
version: "1.0.0",
|
|
13
|
-
domain: "saas",
|
|
14
|
-
stability: "experimental",
|
|
15
|
-
owners: ["@example.saas-boilerplate"],
|
|
16
|
-
tags: ["saas", "visualization", "projects"]
|
|
17
|
-
};
|
|
18
|
-
var SaasProjectUsageVisualization = defineVisualization({
|
|
19
|
-
meta: {
|
|
20
|
-
...META,
|
|
21
|
-
key: "saas-boilerplate.visualization.project-usage",
|
|
22
|
-
title: "Project Capacity",
|
|
23
|
-
description: "Current project count against the current plan limit.",
|
|
24
|
-
goal: "Show usage against the active plan allowance.",
|
|
25
|
-
context: "SaaS account overview."
|
|
26
|
-
},
|
|
27
|
-
source: { primary: PROJECT_LIST_REF, resultPath: "data" },
|
|
28
|
-
visualization: {
|
|
29
|
-
kind: "metric",
|
|
30
|
-
measure: "totalProjects",
|
|
31
|
-
comparisonMeasure: "projectLimit",
|
|
32
|
-
measures: [
|
|
33
|
-
{
|
|
34
|
-
key: "totalProjects",
|
|
35
|
-
label: "Projects",
|
|
36
|
-
dataPath: "totalProjects",
|
|
37
|
-
format: "number"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
key: "projectLimit",
|
|
41
|
-
label: "Plan Limit",
|
|
42
|
-
dataPath: "projectLimit",
|
|
43
|
-
format: "number"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
table: { caption: "Current project count and plan limit." }
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
var SaasProjectStatusVisualization = defineVisualization({
|
|
50
|
-
meta: {
|
|
51
|
-
...META,
|
|
52
|
-
key: "saas-boilerplate.visualization.project-status",
|
|
53
|
-
title: "Project Status",
|
|
54
|
-
description: "Distribution of project states.",
|
|
55
|
-
goal: "Show the mix of active, draft, and archived projects.",
|
|
56
|
-
context: "Project portfolio overview."
|
|
57
|
-
},
|
|
58
|
-
source: { primary: PROJECT_LIST_REF, resultPath: "data" },
|
|
59
|
-
visualization: {
|
|
60
|
-
kind: "pie",
|
|
61
|
-
nameDimension: "status",
|
|
62
|
-
valueMeasure: "projects",
|
|
63
|
-
dimensions: [
|
|
64
|
-
{ key: "status", label: "Status", dataPath: "status", type: "category" }
|
|
65
|
-
],
|
|
66
|
-
measures: [
|
|
67
|
-
{
|
|
68
|
-
key: "projects",
|
|
69
|
-
label: "Projects",
|
|
70
|
-
dataPath: "projects",
|
|
71
|
-
format: "number"
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
table: { caption: "Project counts by status." }
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
var SaasProjectTierVisualization = defineVisualization({
|
|
78
|
-
meta: {
|
|
79
|
-
...META,
|
|
80
|
-
key: "saas-boilerplate.visualization.project-tiers",
|
|
81
|
-
title: "Tier Comparison",
|
|
82
|
-
description: "Distribution of projects across tiers.",
|
|
83
|
-
goal: "Compare how the current portfolio is distributed by tier.",
|
|
84
|
-
context: "Plan and packaging overview."
|
|
85
|
-
},
|
|
86
|
-
source: { primary: PROJECT_LIST_REF, resultPath: "data" },
|
|
87
|
-
visualization: {
|
|
88
|
-
kind: "cartesian",
|
|
89
|
-
variant: "bar",
|
|
90
|
-
xDimension: "tier",
|
|
91
|
-
yMeasures: ["projects"],
|
|
92
|
-
dimensions: [
|
|
93
|
-
{ key: "tier", label: "Tier", dataPath: "tier", type: "category" }
|
|
94
|
-
],
|
|
95
|
-
measures: [
|
|
96
|
-
{
|
|
97
|
-
key: "projects",
|
|
98
|
-
label: "Projects",
|
|
99
|
-
dataPath: "projects",
|
|
100
|
-
format: "number",
|
|
101
|
-
color: "#1d4ed8"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
table: { caption: "Project counts by tier." }
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
var SaasProjectActivityVisualization = defineVisualization({
|
|
108
|
-
meta: {
|
|
109
|
-
...META,
|
|
110
|
-
key: "saas-boilerplate.visualization.project-activity",
|
|
111
|
-
title: "Recent Project Activity",
|
|
112
|
-
description: "Daily project creation activity.",
|
|
113
|
-
goal: "Show recent project activity over time.",
|
|
114
|
-
context: "Project portfolio trend view."
|
|
115
|
-
},
|
|
116
|
-
source: { primary: PROJECT_LIST_REF, resultPath: "data" },
|
|
117
|
-
visualization: {
|
|
118
|
-
kind: "cartesian",
|
|
119
|
-
variant: "line",
|
|
120
|
-
xDimension: "day",
|
|
121
|
-
yMeasures: ["projects"],
|
|
122
|
-
dimensions: [{ key: "day", label: "Day", dataPath: "day", type: "time" }],
|
|
123
|
-
measures: [
|
|
124
|
-
{
|
|
125
|
-
key: "projects",
|
|
126
|
-
label: "Projects",
|
|
127
|
-
dataPath: "projects",
|
|
128
|
-
format: "number",
|
|
129
|
-
color: "#0f766e"
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
table: { caption: "Daily project creation counts." }
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
var SaasVisualizationSpecs = [
|
|
136
|
-
SaasProjectUsageVisualization,
|
|
137
|
-
SaasProjectStatusVisualization,
|
|
138
|
-
SaasProjectTierVisualization,
|
|
139
|
-
SaasProjectActivityVisualization
|
|
140
|
-
];
|
|
141
|
-
var SaasVisualizationRegistry = new VisualizationRegistry([
|
|
142
|
-
...SaasVisualizationSpecs
|
|
143
|
-
]);
|
|
144
|
-
var SaasVisualizationRefs = SaasVisualizationSpecs.map((spec) => ({
|
|
145
|
-
key: spec.meta.key,
|
|
146
|
-
version: spec.meta.version
|
|
147
|
-
}));
|
|
148
|
-
|
|
149
|
-
// src/visualizations/selectors.ts
|
|
150
|
-
function toDayKey(value) {
|
|
151
|
-
const date = value instanceof Date ? value : new Date(value);
|
|
152
|
-
return date.toISOString().slice(0, 10);
|
|
153
|
-
}
|
|
154
|
-
function createSaasVisualizationItems(projects, projectLimit = 10) {
|
|
155
|
-
const statusCounts = new Map;
|
|
156
|
-
const tierCounts = new Map;
|
|
157
|
-
const activityCounts = new Map;
|
|
158
|
-
for (const project of projects) {
|
|
159
|
-
statusCounts.set(project.status, (statusCounts.get(project.status) ?? 0) + 1);
|
|
160
|
-
tierCounts.set(project.tier, (tierCounts.get(project.tier) ?? 0) + 1);
|
|
161
|
-
const day = toDayKey(project.createdAt);
|
|
162
|
-
activityCounts.set(day, (activityCounts.get(day) ?? 0) + 1);
|
|
163
|
-
}
|
|
164
|
-
return [
|
|
165
|
-
{
|
|
166
|
-
key: "saas-capacity",
|
|
167
|
-
spec: SaasProjectUsageVisualization,
|
|
168
|
-
data: { data: [{ totalProjects: projects.length, projectLimit }] },
|
|
169
|
-
title: "Project Capacity",
|
|
170
|
-
description: "Current project count compared to the active limit.",
|
|
171
|
-
height: 220
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
key: "saas-status",
|
|
175
|
-
spec: SaasProjectStatusVisualization,
|
|
176
|
-
data: {
|
|
177
|
-
data: Array.from(statusCounts.entries()).map(([status, count]) => ({
|
|
178
|
-
status,
|
|
179
|
-
projects: count
|
|
180
|
-
}))
|
|
181
|
-
},
|
|
182
|
-
title: "Project Status",
|
|
183
|
-
description: "Status mix across the current project portfolio.",
|
|
184
|
-
height: 260
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
key: "saas-tier",
|
|
188
|
-
spec: SaasProjectTierVisualization,
|
|
189
|
-
data: {
|
|
190
|
-
data: Array.from(tierCounts.entries()).map(([tier, count]) => ({
|
|
191
|
-
tier,
|
|
192
|
-
projects: count
|
|
193
|
-
}))
|
|
194
|
-
},
|
|
195
|
-
title: "Tier Comparison",
|
|
196
|
-
description: "How projects are distributed across tiers."
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
key: "saas-activity",
|
|
200
|
-
spec: SaasProjectActivityVisualization,
|
|
201
|
-
data: {
|
|
202
|
-
data: Array.from(activityCounts.entries()).sort(([left], [right]) => left.localeCompare(right)).map(([day, count]) => ({ day, projects: count }))
|
|
203
|
-
},
|
|
204
|
-
title: "Recent Project Activity",
|
|
205
|
-
description: "Daily project creation activity."
|
|
206
|
-
}
|
|
207
|
-
];
|
|
208
|
-
}
|
|
209
|
-
export {
|
|
210
|
-
createSaasVisualizationItems
|
|
211
|
-
};
|
|
2
|
+
import{defineVisualization as w,VisualizationRegistry as D}from"@contractspec/lib.contracts-spec/visualizations";var x={key:"saas.project.list",version:"1.0.0"},B={version:"1.0.0",domain:"saas",stability:"experimental",owners:["@example.saas-boilerplate"],tags:["saas","visualization","projects"]},Q=w({meta:{...B,key:"saas-boilerplate.visualization.project-usage",title:"Project Capacity",description:"Current project count against the current plan limit.",goal:"Show usage against the active plan allowance.",context:"SaaS account overview."},source:{primary:x,resultPath:"data"},visualization:{kind:"metric",measure:"totalProjects",comparisonMeasure:"projectLimit",measures:[{key:"totalProjects",label:"Projects",dataPath:"totalProjects",format:"number"},{key:"projectLimit",label:"Plan Limit",dataPath:"projectLimit",format:"number"}],table:{caption:"Current project count and plan limit."}}}),W=w({meta:{...B,key:"saas-boilerplate.visualization.project-status",title:"Project Status",description:"Distribution of project states.",goal:"Show the mix of active, draft, and archived projects.",context:"Project portfolio overview."},source:{primary:x,resultPath:"data"},visualization:{kind:"pie",nameDimension:"status",valueMeasure:"projects",dimensions:[{key:"status",label:"Status",dataPath:"status",type:"category"}],measures:[{key:"projects",label:"Projects",dataPath:"projects",format:"number"}],table:{caption:"Project counts by status."}}}),X=w({meta:{...B,key:"saas-boilerplate.visualization.project-tiers",title:"Tier Comparison",description:"Distribution of projects across tiers.",goal:"Compare how the current portfolio is distributed by tier.",context:"Plan and packaging overview."},source:{primary:x,resultPath:"data"},visualization:{kind:"cartesian",variant:"bar",xDimension:"tier",yMeasures:["projects"],dimensions:[{key:"tier",label:"Tier",dataPath:"tier",type:"category"}],measures:[{key:"projects",label:"Projects",dataPath:"projects",format:"number",color:"#1d4ed8"}],table:{caption:"Project counts by tier."}}}),Y=w({meta:{...B,key:"saas-boilerplate.visualization.project-activity",title:"Recent Project Activity",description:"Daily project creation activity.",goal:"Show recent project activity over time.",context:"Project portfolio trend view."},source:{primary:x,resultPath:"data"},visualization:{kind:"cartesian",variant:"line",xDimension:"day",yMeasures:["projects"],dimensions:[{key:"day",label:"Day",dataPath:"day",type:"time"}],measures:[{key:"projects",label:"Projects",dataPath:"projects",format:"number",color:"#0f766e"}],table:{caption:"Daily project creation counts."}}}),$=[Q,W,X,Y],m=new D([...$]),U=$.map((q)=>({key:q.meta.key,version:q.meta.version}));function K(q){return(q instanceof Date?q:new Date(q)).toISOString().slice(0,10)}function J(q,Z=10){let G=new Map,H=new Map,N=new Map;for(let b of q){G.set(b.status,(G.get(b.status)??0)+1),H.set(b.tier,(H.get(b.tier)??0)+1);let k=K(b.createdAt);N.set(k,(N.get(k)??0)+1)}return[{key:"saas-capacity",spec:Q,data:{data:[{totalProjects:q.length,projectLimit:Z}]},title:"Project Capacity",description:"Current project count compared to the active limit.",height:220},{key:"saas-status",spec:W,data:{data:Array.from(G.entries()).map(([b,k])=>({status:b,projects:k}))},title:"Project Status",description:"Status mix across the current project portfolio.",height:260},{key:"saas-tier",spec:X,data:{data:Array.from(H.entries()).map(([b,k])=>({tier:b,projects:k}))},title:"Tier Comparison",description:"How projects are distributed across tiers."},{key:"saas-activity",spec:Y,data:{data:Array.from(N.entries()).sort(([b],[k])=>b.localeCompare(k)).map(([b,k])=>({day:b,projects:k}))},title:"Recent Project Activity",description:"Daily project creation activity."}]}export{J as createSaasVisualizationItems};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.10",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -379,32 +379,32 @@
|
|
|
379
379
|
"dev": "contractspec-bun-build dev",
|
|
380
380
|
"clean": "rimraf dist .turbo",
|
|
381
381
|
"lint": "bun lint:fix",
|
|
382
|
-
"lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
|
|
383
|
-
"lint:check": "biome check .",
|
|
382
|
+
"lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
|
|
383
|
+
"lint:check": "node ../../../scripts/biome.cjs check .",
|
|
384
384
|
"test": "bun test --pass-with-no-tests",
|
|
385
385
|
"prebuild": "contractspec-bun-build prebuild",
|
|
386
386
|
"typecheck": "tsc --noEmit"
|
|
387
387
|
},
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
390
|
-
"@contractspec/lib.jobs": "3.7.
|
|
391
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
392
|
-
"@contractspec/module.notifications": "3.7.
|
|
393
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
389
|
+
"@contractspec/lib.identity-rbac": "3.7.18",
|
|
390
|
+
"@contractspec/lib.jobs": "3.7.18",
|
|
391
|
+
"@contractspec/module.audit-trail": "3.7.18",
|
|
392
|
+
"@contractspec/module.notifications": "3.7.17",
|
|
393
|
+
"@contractspec/lib.contracts-spec": "5.2.0",
|
|
394
394
|
"@contractspec/lib.schema": "3.7.14",
|
|
395
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
396
|
-
"@contractspec/lib.design-system": "3.8.
|
|
395
|
+
"@contractspec/lib.example-shared-ui": "6.0.18",
|
|
396
|
+
"@contractspec/lib.design-system": "3.8.11",
|
|
397
397
|
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
398
398
|
"react": "19.2.0",
|
|
399
399
|
"react-dom": "19.2.0",
|
|
400
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
400
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.6"
|
|
401
401
|
},
|
|
402
402
|
"devDependencies": {
|
|
403
403
|
"@contractspec/tool.typescript": "3.7.13",
|
|
404
404
|
"typescript": "^5.9.3",
|
|
405
405
|
"@types/react": "^19.2.14",
|
|
406
406
|
"@types/react-dom": "^19.2.2",
|
|
407
|
-
"@contractspec/tool.bun": "3.7.
|
|
407
|
+
"@contractspec/tool.bun": "3.7.14"
|
|
408
408
|
},
|
|
409
409
|
"publishConfig": {
|
|
410
410
|
"exports": {
|