@lssm/example.saas-boilerplate 0.0.0-canary-20251221153314 → 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.
@@ -577,7 +577,7 @@ $ tsdown
577
577
  ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js.map  1.13 kB │ gzip: 0.51 kB
578
578
  ℹ dist/libs/jobs/dist/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.12 kB │ gzip: 0.65 kB
579
579
  ℹ dist/libs/jobs/dist/contracts/dist/ownership.js.map  1.12 kB │ gzip: 0.50 kB
580
- ℹ dist/billing/billing.schema.d.ts.map  1.08 kB │ gzip: 0.41 kB
580
+ ℹ dist/billing/billing.schema.d.ts.map  1.09 kB │ gzip: 0.42 kB
581
581
  ℹ dist/modules/notifications/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
582
582
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
583
583
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
@@ -1007,12 +1007,12 @@ $ tsdown
1007
1007
  ℹ dist/modules/notifications/dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
1008
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
- ℹ dist/billing/billing.schema.d.ts  5.34 kB │ gzip: 0.78 kB
1010
+ ℹ dist/billing/billing.schema.d.ts  5.29 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
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.38 kB │ gzip: 0.48 kB
1015
+ ℹ dist/billing/billing.event.d.ts  2.40 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,9 +1034,9 @@ $ 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.15 kB
1038
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1039
- ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1037
+ ℹ 1028 files, total: 6266.12 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
1041
  3 │ import { randomUUID } from "node:crypto";
1042
1042
   │ ──────┬──────
@@ -1045,12 +1045,12 @@ $ tsdown
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/jobs/dist/queue/memory-queue.js
1049
- ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3: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
- 3 │ import { randomUUID } from "node:crypto";
1052
-  │ ──────┬──────
1053
-  │ ╰──────── Module not found, treating it as an external dependency
1051
+ 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
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
  ───╯
@@ -1065,8 +1065,8 @@ $ tsdown
1065
1065
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1066
1066
  ───╯
1067
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 ]
1068
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1069
+ ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1070
1070
  │
1071
1071
  3 │ import { randomUUID } from "node:crypto";
1072
1072
   │ ──────┬──────
@@ -1075,12 +1075,12 @@ $ tsdown
1075
1075
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1076
1076
  ───╯
1077
1077
 
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 ]
1078
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1079
+ ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1080
1080
  │
1081
- 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1082
-  │ ──────────┬──────────
1083
-  │ ╰──────────── Module not found, treating it as an external dependency
1081
+ 3 │ import { randomUUID } from "node: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
  ───╯
@@ -1155,16 +1155,6 @@ $ 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 ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1159
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1160
- │
1161
- 1 │ import "node:timers/promises";
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
1158
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1169
1159
  â•­─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1170
1160
  │
@@ -1185,8 +1175,18 @@ $ tsdown
1185
1175
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1186
1176
  ───╯
1187
1177
 
1188
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1189
- ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1178
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1179
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1180
+ │
1181
+ 1 │ import "node:crypto";
1182
+  │ ──────┬──────
1183
+  │ ╰──────── Module not found, treating it as an external dependency
1184
+  │
1185
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1186
+ ───╯
1187
+
1188
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1189
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1190
1190
  │
1191
1191
  1 │ import "node:timers/promises";
1192
1192
   │ ───────────┬──────────
@@ -1195,18 +1195,18 @@ $ 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 'crypto' in ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js
1199
- ╭─[ ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1198
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1199
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1200
1200
  │
1201
- 1 │ import "crypto";
1202
-  │ ────┬───
1203
-  │ ╰───── Module not found, treating it as an external dependency
1201
+ 2 │ import TurndownService from "turndown";
1202
+  │ ─────┬────
1203
+  │ ╰────── Module not found, treating it as an external dependency
1204
1204
   │
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 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1209
- ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1208
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1209
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1210
1210
  │
1211
1211
  2 │ import "node:assert";
1212
1212
   │ ──────┬──────
@@ -1215,8 +1215,8 @@ $ tsdown
1215
1215
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1216
1216
  ───╯
1217
1217
 
1218
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1219
- ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1218
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1219
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1220
1220
  │
1221
1221
  1 │ import "node:crypto";
1222
1222
   │ ──────┬──────
@@ -1225,32 +1225,32 @@ $ tsdown
1225
1225
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1226
1226
  ───╯
1227
1227
 
1228
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/workflow/runner.js
1229
- ╭─[ ../../libs/jobs/dist/contracts/dist/workflow/runner.js:1:28 ]
1228
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1229
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1230
1230
  │
1231
- 1 │ import { randomUUID } from "node:crypto";
1232
-  │ ──────┬──────
1233
-  │ ╰──────── Module not found, treating it as an external dependency
1231
+ 2 │ import "node:assert";
1232
+  │ ──────┬──────
1233
+  │ ╰──────── Module not found, treating it as an external dependency
1234
1234
   │
1235
1235
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1236
1236
  ───╯
1237
1237
 
1238
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1239
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
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 ]
1240
1240
  │
1241
- 2 │ import TurndownService from "turndown";
1242
-  │ ─────┬────
1243
-  │ ╰────── 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
1244
1244
   │
1245
1245
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1246
1246
  ───╯
1247
1247
 
1248
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1249
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.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 ]
1250
1250
  │
1251
- 1 │ import "node:crypto";
1252
-  │ ──────┬──────
1253
-  │ ╰──────── Module not found, treating it as an external dependency
1251
+ 1 │ import "crypto";
1252
+  │ ────┬───
1253
+  │ ╰───── Module not found, treating it as an external dependency
1254
1254
   │
1255
1255
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1256
1256
  ───╯
@@ -1265,18 +1265,28 @@ $ tsdown
1265
1265
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1266
1266
  ───╯
1267
1267
 
1268
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1269
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1268
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1269
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1270
1270
  │
1271
- 2 │ import "node:assert";
1271
+ 1 │ import "node:crypto";
1272
1272
   │ ──────┬──────
1273
1273
   │ ╰──────── Module not found, treating it as an external dependency
1274
1274
   │
1275
1275
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1276
1276
  ───╯
1277
1277
 
1278
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1279
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
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 ]
1280
+ │
1281
+ 1 │ import "crypto";
1282
+  │ ────┬───
1283
+  │ ╰───── Module not found, treating it as an external dependency
1284
+  │
1285
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1286
+ ───╯
1287
+
1288
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1289
+ ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1280
1290
  │
1281
1291
  1 │ import "node:crypto";
1282
1292
   │ ──────┬──────
@@ -1285,8 +1295,18 @@ $ tsdown
1285
1295
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1286
1296
  ───╯
1287
1297
 
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 ]
1298
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1299
+ ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1300
+ │
1301
+ 2 │ import "node:assert";
1302
+  │ ──────┬──────
1303
+  │ ╰──────── Module not found, treating it as an external dependency
1304
+  │
1305
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1306
+ ───╯
1307
+
1308
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1309
+ ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1290
1310
  │
1291
1311
  1 │ import "node:timers/promises";
1292
1312
   │ ───────────┬──────────
@@ -1295,6 +1315,16 @@ $ tsdown
1295
1315
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1296
1316
  ───╯
1297
1317
 
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 ]
1320
+ │
1321
+ 1 │ import { randomUUID } from "node:crypto";
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
+
1298
1328
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1299
1329
  â•­─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1300
1330
  │
@@ -1315,12 +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 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1319
- ╭─[ ../../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 ]
1320
1350
  │
1321
- 2 │ import "node:assert";
1322
-  │ ──────┬──────
1323
-  │ ╰──────── 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
1324
1354
   │
1325
1355
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1326
1356
  ───╯
@@ -1345,8 +1375,8 @@ $ tsdown
1345
1375
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1346
1376
  ───╯
1347
1377
 
1348
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1349
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1378
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1379
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1350
1380
  │
1351
1381
  1 │ import "node:crypto";
1352
1382
   │ ──────┬──────
@@ -1355,8 +1385,8 @@ $ tsdown
1355
1385
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1356
1386
  ───╯
1357
1387
 
1358
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1359
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2: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 ]
1360
1390
  │
1361
1391
  2 │ import "node:assert";
1362
1392
   │ ──────┬──────
@@ -1365,38 +1395,18 @@ $ tsdown
1365
1395
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1366
1396
  ───╯
1367
1397
 
1368
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1369
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1370
- │
1371
- 1 │ import "crypto";
1372
-  │ ────┬───
1373
-  │ ╰───── Module not found, treating it as an external dependency
1374
-  │
1375
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1376
- ───╯
1377
-
1378
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1379
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1380
- │
1381
- 1 │ import "node:crypto";
1382
-  │ ──────┬──────
1383
-  │ ╰──────── Module not found, treating it as an external dependency
1384
-  │
1385
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1386
- ───╯
1387
-
1388
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1389
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1398
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1399
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1390
1400
  │
1391
- 1 │ import "node:crypto";
1401
+ 2 │ import "node:buffer";
1392
1402
   │ ──────┬──────
1393
1403
   │ ╰──────── Module not found, treating it as an external dependency
1394
1404
   │
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 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1399
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1408
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1409
+ ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1400
1410
  │
1401
1411
  2 │ import "node:buffer";
1402
1412
   │ ──────┬──────
@@ -1425,15 +1435,5 @@ $ tsdown
1425
1435
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1426
1436
  ───╯
1427
1437
 
1428
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1429
- ╭─[ ../../libs/jobs/dist/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 28548ms
1438
+ ✔ Build complete in 30695ms
1439
1439
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.saas-boilerplate
2
2
 
3
- ## 0.0.0-canary-20251221153314
3
+ ## 0.0.0-canary-20251221165922
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.bus@0.0.0-canary-20251221153314
13
- - @lssm/lib.contracts@0.0.0-canary-20251221153314
14
- - @lssm/lib.identity-rbac@0.0.0-canary-20251221153314
15
- - @lssm/lib.jobs@0.0.0-canary-20251221153314
16
- - @lssm/lib.schema@0.0.0-canary-20251221153314
17
- - @lssm/module.audit-trail@0.0.0-canary-20251221153314
18
- - @lssm/module.notifications@0.0.0-canary-20251221153314
12
+ - @lssm/lib.bus@0.0.0-canary-20251221165922
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221165922
14
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251221165922
15
+ - @lssm/lib.jobs@0.0.0-canary-20251221165922
16
+ - @lssm/lib.schema@0.0.0-canary-20251221165922
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251221165922
18
+ - @lssm/module.notifications@0.0.0-canary-20251221165922