@lssm/example.saas-boilerplate 0.0.0-canary-20251221144710 → 0.0.0-canary-20251221164004

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.
@@ -528,8 +528,8 @@ $ tsdown
528
528
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/meta.docs.js.map  1.46 kB │ gzip: 0.80 kB
529
529
  ℹ dist/libs/jobs/dist/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.46 kB │ gzip: 0.77 kB
530
530
  ℹ dist/libs/jobs/dist/contracts/dist/docs/meta.docs.js.map  1.45 kB │ gzip: 0.80 kB
531
- ℹ dist/project/project.contracts.d.ts.map  1.39 kB │ gzip: 0.40 kB
532
531
  ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.38 kB │ gzip: 0.78 kB
532
+ ℹ dist/project/project.contracts.d.ts.map  1.38 kB │ gzip: 0.40 kB
533
533
  ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
534
534
  ℹ dist/modules/notifications/dist/libs/contracts/dist/knowledge/spaces/email-threads.js.map  1.34 kB │ gzip: 0.63 kB
535
535
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/spaces/email-threads.js.map  1.34 kB │ gzip: 0.63 kB
@@ -1005,14 +1005,14 @@ $ tsdown
1005
1005
  ℹ dist/modules/notifications/dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
1006
1006
  ℹ dist/modules/notifications/dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
1007
1007
  ℹ dist/modules/notifications/dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
1008
- ℹ dist/project/project.contracts.d.ts  10.82 kB │ gzip: 0.86 kB
1008
+ ℹ dist/project/project.contracts.d.ts  10.93 kB │ gzip: 0.86 kB
1009
1009
  ℹ dist/project/project.schema.d.ts  6.12 kB │ gzip: 0.75 kB
1010
1010
  ℹ dist/billing/billing.schema.d.ts  5.34 kB │ gzip: 0.78 kB
1011
1011
  ℹ dist/index.d.ts  4.89 kB │ gzip: 1.04 kB
1012
1012
  ℹ dist/billing/billing.contracts.d.ts  4.50 kB │ gzip: 0.76 kB
1013
- ℹ dist/billing/billing.entity.d.ts  2.66 kB │ gzip: 0.51 kB
1014
- ℹ dist/project/project.event.d.ts  2.55 kB │ gzip: 0.43 kB
1015
- ℹ dist/billing/billing.event.d.ts  2.40 kB │ gzip: 0.48 kB
1013
+ ℹ dist/billing/billing.entity.d.ts  2.62 kB │ gzip: 0.51 kB
1014
+ ℹ dist/project/project.event.d.ts  2.54 kB │ gzip: 0.43 kB
1015
+ ℹ dist/billing/billing.event.d.ts  2.38 kB │ gzip: 0.48 kB
1016
1016
  ℹ dist/billing/billing.handler.d.ts  2.12 kB │ gzip: 0.71 kB
1017
1017
  ℹ dist/project/project.handler.d.ts  1.93 kB │ gzip: 0.53 kB
1018
1018
  ℹ dist/billing/index.d.ts  1.90 kB │ gzip: 0.42 kB
@@ -1034,21 +1034,31 @@ $ tsdown
1034
1034
  ℹ dist/dashboard/index.d.ts  0.16 kB │ gzip: 0.10 kB
1035
1035
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
1036
1036
  ℹ dist/docs/saas-boilerplate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
1037
- ℹ 1028 files, total: 6266.11 kB
1038
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
1039
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
1037
+ ℹ 1028 files, total: 6266.14 kB
1038
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1039
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:3:28 ]
1040
1040
  │
1041
- 1 │ import { randomUUID } from "crypto";
1042
-  │ ────┬───
1043
-  │ ╰───── Module not found, treating it as an external dependency
1041
+ 3 │ import { randomUUID } from "node:crypto";
1042
+  │ ──────┬──────
1043
+  │ ╰──────── Module not found, treating it as an external dependency
1044
1044
   │
1045
1045
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1046
1046
  ───╯
1047
1047
 
1048
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1049
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1048
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1049
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1050
1050
  │
1051
- 1 │ import { createHash } from "node:crypto";
1051
+ 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1052
+  │ ──────────┬──────────
1053
+  │ ╰──────────── Module not found, treating it as an external dependency
1054
+  │
1055
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1056
+ ───╯
1057
+
1058
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1059
+ ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1060
+ │
1061
+ 3 │ import { randomUUID } from "node:crypto";
1052
1062
   │ ──────┬──────
1053
1063
   │ ╰──────── Module not found, treating it as an external dependency
1054
1064
   │
@@ -1065,32 +1075,22 @@ $ tsdown
1065
1075
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1066
1076
  ───╯
1067
1077
 
1068
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
1069
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
1070
- │
1071
- 2 │ import { deepStrictEqual } from "node:assert";
1072
-  │ ──────┬──────
1073
-  │ ╰──────── Module not found, treating it as an external dependency
1074
-  │
1075
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1076
- ───╯
1077
-
1078
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1079
- ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1078
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
1079
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
1080
1080
  │
1081
- 3 │ import { randomUUID } from "node:crypto";
1082
-  │ ──────┬──────
1083
-  │ ╰──────── Module not found, treating it as an external dependency
1081
+ 1 │ import { randomUUID } from "crypto";
1082
+  │ ────┬───
1083
+  │ ╰───── Module not found, treating it as an external dependency
1084
1084
   │
1085
1085
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1086
1086
  ───╯
1087
1087
 
1088
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-pubsub.js
1089
- ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.js:3:28 ]
1088
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1089
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1090
1090
  │
1091
- 3 │ import { randomUUID } from "node:crypto";
1092
-  │ ──────┬──────
1093
-  │ ╰──────── Module not found, treating it as an external dependency
1091
+ 2 │ import { setTimeout } from "node:timers/promises";
1092
+  │ ───────────┬──────────
1093
+  │ ╰──────────── Module not found, treating it as an external dependency
1094
1094
   │
1095
1095
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1096
1096
  ───╯
@@ -1105,68 +1105,68 @@ $ tsdown
1105
1105
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1106
1106
  ───╯
1107
1107
 
1108
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1109
- ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:3:28 ]
1108
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1109
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1110
1110
  │
1111
- 3 │ import { randomUUID } from "node:crypto";
1111
+ 1 │ import { createHash } from "node:crypto";
1112
1112
   │ ──────┬──────
1113
1113
   │ ╰──────── Module not found, treating it as an external dependency
1114
1114
   │
1115
1115
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1116
1116
  ───╯
1117
1117
 
1118
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1119
- ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1118
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1119
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1120
1120
  │
1121
- 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1122
-  │ ──────────┬──────────
1123
-  │ ╰──────────── Module not found, treating it as an external dependency
1121
+ 2 │ import { randomUUID } from "node:crypto";
1122
+  │ ──────┬──────
1123
+  │ ╰──────── Module not found, treating it as an external dependency
1124
1124
   │
1125
1125
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1126
1126
  ───╯
1127
1127
 
1128
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
1129
- ╭─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
1128
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
1129
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
1130
1130
  │
1131
- 2 │ import { Buffer } from "node:buffer";
1132
-  │ ──────┬──────
1133
-  │ ╰──────── Module not found, treating it as an external dependency
1131
+ 2 │ import { deepStrictEqual } from "node:assert";
1132
+  │ ──────┬──────
1133
+  │ ╰──────── Module not found, treating it as an external dependency
1134
1134
   │
1135
1135
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1136
1136
  ───╯
1137
1137
 
1138
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1139
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1138
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-pubsub.js
1139
+ ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.js:3:28 ]
1140
1140
  │
1141
- 2 │ import { randomUUID } from "node:crypto";
1141
+ 3 │ import { randomUUID } from "node:crypto";
1142
1142
   │ ──────┬──────
1143
1143
   │ ╰──────── Module not found, treating it as an external dependency
1144
1144
   │
1145
1145
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1146
1146
  ───╯
1147
1147
 
1148
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1149
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1148
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
1149
+ ╭─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
1150
1150
  │
1151
- 2 │ import { setTimeout } from "node:timers/promises";
1152
-  │ ───────────┬──────────
1153
-  │ ╰──────────── Module not found, treating it as an external dependency
1151
+ 2 │ import { Buffer } from "node:buffer";
1152
+  │ ──────┬──────
1153
+  │ ╰──────── Module not found, treating it as an external dependency
1154
1154
   │
1155
1155
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1156
1156
  ───╯
1157
1157
 
1158
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1159
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1158
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1159
+ ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1160
1160
  │
1161
- 2 │ import TurndownService from "turndown";
1162
-  │ ─────┬────
1163
-  │ ╰────── Module not found, treating it as an external dependency
1161
+ 1 │ import "node:timers/promises";
1162
+  │ ───────────┬──────────
1163
+  │ ╰──────────── Module not found, treating it as an external dependency
1164
1164
   │
1165
1165
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1166
1166
  ───╯
1167
1167
 
1168
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1169
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1168
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js
1169
+ ╭─[ ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1170
1170
  │
1171
1171
  1 │ import "crypto";
1172
1172
   │ ────┬───
@@ -1175,8 +1175,8 @@ $ tsdown
1175
1175
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1176
1176
  ───╯
1177
1177
 
1178
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1179
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1178
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1179
+ ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1180
1180
  │
1181
1181
  2 │ import "node:assert";
1182
1182
   │ ──────┬──────
@@ -1185,8 +1185,8 @@ $ tsdown
1185
1185
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1186
1186
  ───╯
1187
1187
 
1188
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
1189
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1188
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1189
+ ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1190
1190
  │
1191
1191
  1 │ import "node:crypto";
1192
1192
   │ ──────┬──────
@@ -1195,32 +1195,22 @@ $ tsdown
1195
1195
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1196
1196
  ───╯
1197
1197
 
1198
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1199
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1200
- │
1201
- 2 │ import TurndownService from "turndown";
1202
-  │ ─────┬────
1203
-  │ ╰────── Module not found, treating it as an external dependency
1204
-  │
1205
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1206
- ───╯
1207
-
1208
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1209
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1198
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/workflow/runner.js
1199
+ ╭─[ ../../libs/jobs/dist/contracts/dist/workflow/runner.js:1:28 ]
1210
1200
  │
1211
- 1 │ import "node:timers/promises";
1212
-  │ ───────────┬──────────
1213
-  │ ╰──────────── Module not found, treating it as an external dependency
1201
+ 1 │ import { randomUUID } from "node:crypto";
1202
+  │ ──────┬──────
1203
+  │ ╰──────── Module not found, treating it as an external dependency
1214
1204
   │
1215
1205
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1216
1206
  ───╯
1217
1207
 
1218
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1219
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1208
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1209
+ ╭─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1220
1210
  │
1221
- 1 │ import "node:crypto";
1222
-  │ ──────┬──────
1223
-  │ ╰──────── Module not found, treating it as an external dependency
1211
+ 2 │ import TurndownService from "turndown";
1212
+  │ ─────┬────
1213
+  │ ╰────── Module not found, treating it as an external dependency
1224
1214
   │
1225
1215
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1226
1216
  ───╯
@@ -1255,12 +1245,12 @@ $ tsdown
1255
1245
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1256
1246
  ───╯
1257
1247
 
1258
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1259
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1248
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1249
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1260
1250
  │
1261
- 1 │ import "node:timers/promises";
1262
-  │ ───────────┬──────────
1263
-  │ ╰──────────── Module not found, treating it as an external dependency
1251
+ 2 │ import "node:assert";
1252
+  │ ──────┬──────
1253
+  │ ╰──────── Module not found, treating it as an external dependency
1264
1254
   │
1265
1255
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1266
1256
  ───╯
@@ -1275,8 +1265,8 @@ $ tsdown
1275
1265
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1276
1266
  ───╯
1277
1267
 
1278
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js
1279
- ╭─[ ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1268
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1269
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1280
1270
  │
1281
1271
  1 │ import "crypto";
1282
1272
   │ ────┬───
@@ -1285,18 +1275,18 @@ $ tsdown
1285
1275
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1286
1276
  ───╯
1287
1277
 
1288
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1289
- ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1278
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1279
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1290
1280
  │
1291
- 2 │ import "node:assert";
1281
+ 1 │ import "node:crypto";
1292
1282
   │ ──────┬──────
1293
1283
   │ ╰──────── Module not found, treating it as an external dependency
1294
1284
   │
1295
1285
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1296
1286
  ───╯
1297
1287
 
1298
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1299
- ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1288
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1289
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1300
1290
  │
1301
1291
  1 │ import "node:timers/promises";
1302
1292
   │ ───────────┬──────────
@@ -1305,28 +1295,28 @@ $ tsdown
1305
1295
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1306
1296
  ───╯
1307
1297
 
1308
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1309
- ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1298
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1299
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1310
1300
  │
1311
- 1 │ import "node:crypto";
1312
-  │ ──────┬──────
1313
-  │ ╰──────── Module not found, treating it as an external dependency
1301
+ 2 │ import TurndownService from "turndown";
1302
+  │ ─────┬────
1303
+  │ ╰────── Module not found, treating it as an external dependency
1314
1304
   │
1315
1305
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1316
1306
  ───╯
1317
1307
 
1318
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/workflow/runner.js
1319
- ╭─[ ../../libs/jobs/dist/contracts/dist/workflow/runner.js:1:28 ]
1308
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1309
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1320
1310
  │
1321
- 1 │ import { randomUUID } from "node:crypto";
1322
-  │ ──────┬──────
1323
-  │ ╰──────── Module not found, treating it as an external dependency
1311
+ 2 │ import TurndownService from "turndown";
1312
+  │ ─────┬────
1313
+  │ ╰────── Module not found, treating it as an external dependency
1324
1314
   │
1325
1315
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1326
1316
  ───╯
1327
1317
 
1328
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1329
- ╭─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1318
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1319
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1330
1320
  │
1331
1321
  2 │ import TurndownService from "turndown";
1332
1322
   │ ─────┬────
@@ -1335,8 +1325,18 @@ $ tsdown
1335
1325
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1336
1326
  ───╯
1337
1327
 
1338
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1339
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1328
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1329
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1330
+ │
1331
+ 1 │ import "crypto";
1332
+  │ ────┬───
1333
+  │ ╰───── Module not found, treating it as an external dependency
1334
+  │
1335
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1336
+ ───╯
1337
+
1338
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1339
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1340
1340
  │
1341
1341
  2 │ import "node:assert";
1342
1342
   │ ──────┬──────
@@ -1345,18 +1345,28 @@ $ tsdown
1345
1345
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1346
1346
  ───╯
1347
1347
 
1348
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1349
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1348
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
1349
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1350
1350
  │
1351
- 1 │ import "crypto";
1352
-  │ ────┬───
1353
-  │ ╰───── Module not found, treating it as an external dependency
1351
+ 1 │ import "node:crypto";
1352
+  │ ──────┬──────
1353
+  │ ╰──────── Module not found, treating it as an external dependency
1354
1354
   │
1355
1355
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1356
1356
  ───╯
1357
1357
 
1358
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1359
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1358
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1359
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1360
+ │
1361
+ 1 │ import "node:timers/promises";
1362
+  │ ───────────┬──────────
1363
+  │ ╰──────────── Module not found, treating it as an external dependency
1364
+  │
1365
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1366
+ ───╯
1367
+
1368
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1369
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1360
1370
  │
1361
1371
  1 │ import "node:crypto";
1362
1372
   │ ──────┬──────
@@ -1385,8 +1395,8 @@ $ tsdown
1385
1395
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1386
1396
  ───╯
1387
1397
 
1388
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1389
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1398
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1399
+ ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1390
1400
  │
1391
1401
  2 │ import "node:buffer";
1392
1402
   │ ──────┬──────
@@ -1395,16 +1405,6 @@ $ tsdown
1395
1405
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1396
1406
  ───╯
1397
1407
 
1398
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1399
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1400
- │
1401
- 2 │ import TurndownService from "turndown";
1402
-  │ ─────┬────
1403
-  │ ╰────── Module not found, treating it as an external dependency
1404
-  │
1405
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1406
- ───╯
1407
-
1408
1408
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1409
1409
  â•­─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1410
1410
  │
@@ -1415,8 +1415,8 @@ $ tsdown
1415
1415
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1416
1416
  ───╯
1417
1417
 
1418
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1419
- ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1418
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1419
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1420
1420
  │
1421
1421
  2 │ import "node:buffer";
1422
1422
   │ ──────┬──────
@@ -1425,8 +1425,8 @@ $ tsdown
1425
1425
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1426
1426
  ───╯
1427
1427
 
1428
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1429
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1428
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1429
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1430
1430
  │
1431
1431
  2 │ import "node:buffer";
1432
1432
   │ ──────┬──────
@@ -1435,4 +1435,4 @@ $ tsdown
1435
1435
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1436
1436
  ───╯
1437
1437
 
1438
- ✔ Build complete in 58678ms
1438
+ ✔ Build complete in 29157ms