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

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
531
532
  ℹ 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,13 +1005,13 @@ $ 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.93 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
- ℹ dist/billing/billing.contracts.d.ts  4.50 kB │ gzip: 0.76 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
1012
+ ℹ dist/billing/billing.contracts.d.ts  4.54 kB │ gzip: 0.77 kB
1013
+ ℹ dist/billing/billing.entity.d.ts  2.58 kB │ gzip: 0.51 kB
1014
+ ℹ dist/project/project.event.d.ts  2.55 kB │ gzip: 0.43 kB
1015
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
@@ -1019,7 +1019,7 @@ $ tsdown
1019
1019
  ℹ dist/project/index.d.ts  1.87 kB │ gzip: 0.40 kB
1020
1020
  ℹ dist/shared/mock-data.d.ts  1.68 kB │ gzip: 0.50 kB
1021
1021
  ℹ dist/project/project.entity.d.ts  1.59 kB │ gzip: 0.41 kB
1022
- ℹ dist/settings/settings.entity.d.ts  1.51 kB │ gzip: 0.37 kB
1022
+ ℹ dist/settings/settings.entity.d.ts  1.51 kB │ gzip: 0.36 kB
1023
1023
  ℹ dist/example.d.ts  1.17 kB │ gzip: 0.48 kB
1024
1024
  ℹ dist/presentations/index.d.ts  0.90 kB │ gzip: 0.28 kB
1025
1025
  ℹ dist/project/project.enum.d.ts  0.60 kB │ gzip: 0.29 kB
@@ -1034,29 +1034,39 @@ $ 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.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 ]
1037
+ ℹ 1028 files, total: 6266.15 kB
1038
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1039
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1040
1040
  │
1041
- 3 │ import { randomUUID } from "node:crypto";
1041
+ 2 │ import { randomUUID } from "node:crypto";
1042
1042
   │ ──────┬──────
1043
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 '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1049
- ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1048
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1049
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1050
1050
  │
1051
- 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1052
-  │ ──────────┬──────────
1053
-  │ ╰──────────── Module not found, treating it as an external dependency
1051
+ 2 │ import { setTimeout } from "node:timers/promises";
1052
+  │ ───────────┬──────────
1053
+  │ ╰──────────── Module not found, treating it as an external dependency
1054
1054
   │
1055
1055
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1056
1056
  ───╯
1057
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 ]
1058
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1059
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1060
+ │
1061
+ 1 │ import { createHash } from "node:crypto";
1062
+  │ ──────┬──────
1063
+  │ ╰──────── Module not found, treating it as an external dependency
1064
+  │
1065
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1066
+ ───╯
1067
+
1068
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1069
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:3:28 ]
1060
1070
  │
1061
1071
  3 │ import { randomUUID } from "node:crypto";
1062
1072
   │ ──────┬──────
@@ -1065,12 +1075,12 @@ $ 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 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
1069
- ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
1078
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1079
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1070
1080
  │
1071
- 3 │ import TurndownService from "turndown";
1072
-  │ ─────┬────
1073
-  │ ╰────── Module not found, treating it as an external dependency
1081
+ 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
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
  ───╯
@@ -1085,12 +1095,12 @@ $ tsdown
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:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1089
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2: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
- 2 │ import { setTimeout } from "node:timers/promises";
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
  ───╯
@@ -1105,42 +1115,32 @@ $ tsdown
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/contracts/dist/experiments/evaluator.js
1109
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1118
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-pubsub.js
1119
+ ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.js:3:28 ]
1110
1120
  │
1111
- 1 │ import { createHash } from "node:crypto";
1121
+ 3 │ import { randomUUID } from "node:crypto";
1112
1122
   │ ──────┬──────
1113
1123
   │ ╰──────── Module not found, treating it as an external dependency
1114
1124
   │
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 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1119
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1128
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1129
+ ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1120
1130
  │
1121
- 2 │ import { randomUUID } from "node:crypto";
1131
+ 3 │ import { randomUUID } from "node:crypto";
1122
1132
   │ ──────┬──────
1123
1133
   │ ╰──────── Module not found, treating it as an external dependency
1124
1134
   │
1125
1135
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1126
1136
  ───╯
1127
1137
 
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
- │
1131
- 2 │ import { deepStrictEqual } from "node:assert";
1132
-  │ ──────┬──────
1133
-  │ ╰──────── Module not found, treating it as an external dependency
1134
-  │
1135
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1136
- ───╯
1137
-
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 ]
1138
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
1139
+ ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
1140
1140
  │
1141
- 3 │ import { randomUUID } from "node:crypto";
1142
-  │ ──────┬──────
1143
-  │ ╰──────── Module not found, treating it as an external dependency
1141
+ 3 │ import TurndownService from "turndown";
1142
+  │ ─────┬────
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
  ───╯
@@ -1155,12 +1155,22 @@ $ tsdown
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 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1159
- ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
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
- 1 │ import "node:timers/promises";
1162
-  │ ───────────┬──────────
1163
-  │ ╰──────────── Module not found, treating it as an external dependency
1161
+ 2 │ import TurndownService from "turndown";
1162
+  │ ─────┬────
1163
+  │ ╰────── Module not found, treating it as an external dependency
1164
+  │
1165
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1166
+ ───╯
1167
+
1168
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1169
+ ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1170
+ │
1171
+ 1 │ import "node:crypto";
1172
+  │ ──────┬──────
1173
+  │ ╰──────── Module not found, treating it as an external dependency
1164
1174
   │
1165
1175
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1166
1176
  ───╯
@@ -1185,16 +1195,6 @@ $ tsdown
1185
1195
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1186
1196
  ───╯
1187
1197
 
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
- │
1191
- 1 │ import "node:crypto";
1192
-  │ ──────┬──────
1193
-  │ ╰──────── Module not found, treating it as an external dependency
1194
-  │
1195
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1196
- ───╯
1197
-
1198
1198
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/workflow/runner.js
1199
1199
  â•­─[ ../../libs/jobs/dist/contracts/dist/workflow/runner.js:1:28 ]
1200
1200
  │
@@ -1205,8 +1205,18 @@ $ tsdown
1205
1205
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1206
1206
  ───╯
1207
1207
 
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 ]
1208
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1209
+ ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1210
+ │
1211
+ 1 │ import "node:timers/promises";
1212
+  │ ───────────┬──────────
1213
+  │ ╰──────────── Module not found, treating it as an external dependency
1214
+  │
1215
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1216
+ ───╯
1217
+
1218
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1219
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1210
1220
  │
1211
1221
  2 │ import TurndownService from "turndown";
1212
1222
   │ ─────┬────
@@ -1215,8 +1225,8 @@ $ tsdown
1215
1225
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1216
1226
  ───╯
1217
1227
 
1218
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1219
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1228
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1229
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1220
1230
  │
1221
1231
  2 │ import "node:assert";
1222
1232
   │ ──────┬──────
@@ -1225,8 +1235,8 @@ $ tsdown
1225
1235
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1226
1236
  ───╯
1227
1237
 
1228
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1229
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1238
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1239
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1230
1240
  │
1231
1241
  1 │ import "node:crypto";
1232
1242
   │ ──────┬──────
@@ -1235,8 +1245,8 @@ $ tsdown
1235
1245
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1236
1246
  ───╯
1237
1247
 
1238
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1239
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1248
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1249
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1240
1250
  │
1241
1251
  1 │ import "crypto";
1242
1252
   │ ────┬───
@@ -1245,8 +1255,8 @@ $ tsdown
1245
1255
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1246
1256
  ───╯
1247
1257
 
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 ]
1258
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1259
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1250
1260
  │
1251
1261
  2 │ import "node:assert";
1252
1262
   │ ──────┬──────
@@ -1255,8 +1265,8 @@ $ tsdown
1255
1265
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1256
1266
  ───╯
1257
1267
 
1258
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1259
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1268
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1269
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1260
1270
  │
1261
1271
  1 │ import "node:crypto";
1262
1272
   │ ──────┬──────
@@ -1265,8 +1275,8 @@ $ tsdown
1265
1275
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1266
1276
  ───╯
1267
1277
 
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 ]
1278
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1279
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1270
1280
  │
1271
1281
  1 │ import "crypto";
1272
1282
   │ ────┬───
@@ -1275,8 +1285,18 @@ $ tsdown
1275
1285
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1276
1286
  ───╯
1277
1287
 
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 ]
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 ]
1290
+ │
1291
+ 1 │ import "node:timers/promises";
1292
+  │ ───────────┬──────────
1293
+  │ ╰──────────── Module not found, treating it as an external dependency
1294
+  │
1295
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1296
+ ───╯
1297
+
1298
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1299
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1280
1300
  │
1281
1301
  1 │ import "node:crypto";
1282
1302
   │ ──────┬──────
@@ -1285,8 +1305,18 @@ $ tsdown
1285
1305
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1286
1306
  ───╯
1287
1307
 
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 ]
1308
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1309
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1310
+ │
1311
+ 1 │ import "node:crypto";
1312
+  │ ──────┬──────
1313
+  │ ╰──────── Module not found, treating it as an external dependency
1314
+  │
1315
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1316
+ ───╯
1317
+
1318
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1319
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1290
1320
  │
1291
1321
  1 │ import "node:timers/promises";
1292
1322
   │ ───────────┬──────────
@@ -1315,32 +1345,12 @@ $ tsdown
1315
1345
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1316
1346
  ───╯
1317
1347
 
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 ]
1320
- │
1321
- 2 │ import TurndownService from "turndown";
1322
-  │ ─────┬────
1323
-  │ ╰────── Module not found, treating it as an external dependency
1324
-  │
1325
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1326
- ───╯
1327
-
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 ]
1348
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1349
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1340
1350
  │
1341
- 2 │ import "node:assert";
1342
-  │ ──────┬──────
1343
-  │ ╰──────── Module not found, treating it as an external dependency
1351
+ 1 │ import "node:timers/promises";
1352
+  │ ───────────┬──────────
1353
+  │ ╰──────────── Module not found, treating it as an external dependency
1344
1354
   │
1345
1355
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1346
1356
  ───╯
@@ -1355,16 +1365,6 @@ $ tsdown
1355
1365
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1356
1366
  ───╯
1357
1367
 
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
1368
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1369
1369
  â•­─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1370
1370
  │
@@ -1375,38 +1375,38 @@ $ tsdown
1375
1375
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1376
1376
  ───╯
1377
1377
 
1378
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1379
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1378
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1379
+ ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1380
1380
  │
1381
- 1 │ import "node:timers/promises";
1382
-  │ ───────────┬──────────
1383
-  │ ╰──────────── Module not found, treating it as an external dependency
1381
+ 2 │ import "node:buffer";
1382
+  │ ──────┬──────
1383
+  │ ╰──────── Module not found, treating it as an external dependency
1384
1384
   │
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:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1389
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1388
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1389
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1390
1390
  │
1391
- 1 │ import "node:crypto";
1391
+ 2 │ import "node:assert";
1392
1392
   │ ──────┬──────
1393
1393
   │ ╰──────── Module not found, treating it as an external dependency
1394
1394
   │
1395
1395
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1396
1396
  ───╯
1397
1397
 
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 ]
1398
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1399
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1400
1400
  │
1401
- 2 │ import "node:buffer";
1402
-  │ ──────┬──────
1403
-  │ ╰──────── Module not found, treating it as an external dependency
1401
+ 1 │ import "crypto";
1402
+  │ ────┬───
1403
+  │ ╰───── Module not found, treating it as an external dependency
1404
1404
   │
1405
1405
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1406
1406
  ───╯
1407
1407
 
1408
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1409
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1408
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1409
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1410
1410
  │
1411
1411
  2 │ import "node:buffer";
1412
1412
   │ ──────┬──────
@@ -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/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1419
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1418
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1419
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1420
1420
  │
1421
1421
  2 │ import "node:buffer";
1422
1422
   │ ──────┬──────
@@ -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 29157ms
1438
+ ✔ Build complete in 41904ms