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

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.
@@ -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.92 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
1013
+ ℹ dist/billing/billing.entity.d.ts  2.62 kB │ gzip: 0.51 kB
1014
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
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.15 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/gcp-pubsub.js
1059
+ ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.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,48 +1075,48 @@ $ 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 ]
1078
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
1079
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
1070
1080
  │
1071
- 2 │ import { deepStrictEqual } from "node:assert";
1072
-  │ ──────┬──────
1073
-  │ ╰──────── 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
1074
1084
   │
1075
1085
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1076
1086
  ───╯
1077
1087
 
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 ]
1088
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1089
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1080
1090
  │
1081
- 3 │ import { randomUUID } from "node:crypto";
1091
+ 1 │ import { createHash } from "node:crypto";
1082
1092
   │ ──────┬──────
1083
1093
   │ ╰──────── Module not found, treating it as an external dependency
1084
1094
   │
1085
1095
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1086
1096
  ───╯
1087
1097
 
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 ]
1098
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
1099
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
1090
1100
  │
1091
- 3 │ import { randomUUID } from "node:crypto";
1092
-  │ ──────┬──────
1093
-  │ ╰──────── Module not found, treating it as an external dependency
1101
+ 2 │ import { deepStrictEqual } from "node:assert";
1102
+  │ ──────┬──────
1103
+  │ ╰──────── Module not found, treating it as an external dependency
1094
1104
   │
1095
1105
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1096
1106
  ───╯
1097
1107
 
1098
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1099
- ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1108
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1109
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1100
1110
  │
1101
- 3 │ import { randomUUID } from "node:crypto";
1102
-  │ ──────┬──────
1103
-  │ ╰──────── Module not found, treating it as an external dependency
1111
+ 2 │ import { setTimeout } from "node:timers/promises";
1112
+  │ ───────────┬──────────
1113
+  │ ╰──────────── Module not found, treating it as an external dependency
1104
1114
   │
1105
1115
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1106
1116
  ───╯
1107
1117
 
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 ]
1118
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1119
+ ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1110
1120
  │
1111
1121
  3 │ import { randomUUID } from "node:crypto";
1112
1122
   │ ──────┬──────
@@ -1115,22 +1125,12 @@ $ tsdown
1115
1125
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1116
1126
  ───╯
1117
1127
 
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 ]
1120
- │
1121
- 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1122
-  │ ──────────┬──────────
1123
-  │ ╰──────────── Module not found, treating it as an external dependency
1124
-  │
1125
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1126
- ───╯
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:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1129
+ ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1130
1130
  │
1131
- 2 │ import { Buffer } from "node:buffer";
1132
-  │ ──────┬──────
1133
-  │ ╰──────── Module not found, treating it as an external dependency
1131
+ 3 │ import { randomUUID } from "node:crypto";
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
  ───╯
@@ -1145,18 +1145,18 @@ $ tsdown
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 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1159
+ ╭─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1160
1160
  │
1161
1161
  2 │ import TurndownService from "turndown";
1162
1162
   │ ─────┬────
@@ -1165,8 +1165,8 @@ $ tsdown
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,18 +1195,8 @@ $ 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:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1199
+ ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1210
1200
  │
1211
1201
  1 │ import "node:timers/promises";
1212
1202
   │ ───────────┬──────────
@@ -1215,12 +1205,12 @@ $ tsdown
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 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1209
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1220
1210
  │
1221
- 1 │ import "node:crypto";
1222
-  │ ──────┬──────
1223
-  │ ╰──────── Module not found, treating it as an external dependency
1211
+ 1 │ import "crypto";
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
  ───╯
@@ -1235,32 +1225,32 @@ $ tsdown
1235
1225
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1236
1226
  ───╯
1237
1227
 
1238
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1239
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1228
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1229
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1240
1230
  │
1241
- 1 │ import "node:crypto";
1242
-  │ ──────┬──────
1243
-  │ ╰──────── Module not found, treating it as an external dependency
1231
+ 1 │ import "node:timers/promises";
1232
+  │ ───────────┬──────────
1233
+  │ ╰──────────── Module not found, treating it as an external dependency
1244
1234
   │
1245
1235
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1246
1236
  ───╯
1247
1237
 
1248
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1249
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1238
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1239
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1250
1240
  │
1251
- 1 │ import "crypto";
1252
-  │ ────┬───
1253
-  │ ╰───── Module not found, treating it as an external dependency
1241
+ 1 │ import "node:crypto";
1242
+  │ ──────┬──────
1243
+  │ ╰──────── Module not found, treating it as an external dependency
1254
1244
   │
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:crypto' in ../../libs/jobs/dist/contracts/dist/workflow/runner.js
1249
+ ╭─[ ../../libs/jobs/dist/contracts/dist/workflow/runner.js:1:28 ]
1260
1250
  │
1261
- 1 │ import "node:timers/promises";
1262
-  │ ───────────┬──────────
1263
-  │ ╰──────────── Module not found, treating it as an external dependency
1251
+ 1 │ import { randomUUID } from "node:crypto";
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,62 +1265,62 @@ $ 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 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1269
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1280
1270
  │
1281
- 1 │ import "crypto";
1282
-  │ ────┬───
1283
-  │ ╰───── Module not found, treating it as an external dependency
1271
+ 2 │ import TurndownService from "turndown";
1272
+  │ ─────┬────
1273
+  │ ╰────── Module not found, treating it as an external dependency
1284
1274
   │
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 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1279
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1290
1280
  │
1291
- 2 │ import "node:assert";
1292
-  │ ──────┬──────
1293
-  │ ╰──────── Module not found, treating it as an external dependency
1281
+ 2 │ import TurndownService from "turndown";
1282
+  │ ─────┬────
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 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1289
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1300
1290
  │
1301
- 1 │ import "node:timers/promises";
1302
-  │ ───────────┬──────────
1303
-  │ ╰──────────── Module not found, treating it as an external dependency
1291
+ 1 │ import "crypto";
1292
+  │ ────┬───
1293
+  │ ╰───── Module not found, treating it as an external dependency
1304
1294
   │
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 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1299
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1310
1300
  │
1311
- 1 │ import "node:crypto";
1301
+ 2 │ import "node:assert";
1312
1302
   │ ──────┬──────
1313
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 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
1309
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1320
1310
  │
1321
- 1 │ import { randomUUID } from "node:crypto";
1322
-  │ ──────┬──────
1323
-  │ ╰──────── Module not found, treating it as an external dependency
1311
+ 1 │ import "node:crypto";
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 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1319
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1330
1320
  │
1331
- 2 │ import TurndownService from "turndown";
1332
-  │ ─────┬────
1333
-  │ ╰────── Module not found, treating it as an external dependency
1321
+ 1 │ import "node:timers/promises";
1322
+  │ ───────────┬──────────
1323
+  │ ╰──────────── Module not found, treating it as an external dependency
1334
1324
   │
1335
1325
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1336
1326
  ───╯
@@ -1365,6 +1355,16 @@ $ tsdown
1365
1355
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1366
1356
  ───╯
1367
1357
 
1358
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1359
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1360
+ │
1361
+ 1 │ import "node:crypto";
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
1368
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1369
1369
  â•­─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1370
1370
  │
@@ -1385,16 +1385,6 @@ $ tsdown
1385
1385
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1386
1386
  ───╯
1387
1387
 
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 ]
1390
- │
1391
- 2 │ import "node:buffer";
1392
-  │ ──────┬──────
1393
-  │ ╰──────── Module not found, treating it as an external dependency
1394
-  │
1395
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1396
- ───╯
1397
-
1398
1388
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1399
1389
  â•­─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1400
1390
  │
@@ -1435,4 +1425,14 @@ $ tsdown
1435
1425
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1436
1426
  ───╯
1437
1427
 
1438
- ✔ Build complete in 58678ms
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
+ │
1431
+ 2 │ import "node:buffer";
1432
+  │ ──────┬──────
1433
+  │ ╰──────── Module not found, treating it as an external dependency
1434
+  │
1435
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1436
+ ───╯
1437
+
1438
+ ✔ Build complete in 26500ms