@lssm/example.saas-boilerplate 0.0.0-canary-20251221185840 → 0.0.0-canary-20251221193616

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.
@@ -582,7 +582,7 @@ $ tsdown
582
582
  ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js.map  1.13 kB │ gzip: 0.51 kB
583
583
  ℹ dist/libs/jobs/dist/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.12 kB │ gzip: 0.65 kB
584
584
  ℹ dist/libs/jobs/dist/contracts/dist/ownership.js.map  1.12 kB │ gzip: 0.50 kB
585
- ℹ dist/billing/billing.schema.d.ts.map  1.09 kB │ gzip: 0.41 kB
585
+ ℹ dist/billing/billing.schema.d.ts.map  1.08 kB │ gzip: 0.41 kB
586
586
  ℹ dist/modules/notifications/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
587
587
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
588
588
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
@@ -1032,12 +1032,12 @@ $ tsdown
1032
1032
  ℹ dist/modules/notifications/dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
1033
1033
  ℹ dist/project/project.contracts.d.ts  10.92 kB │ gzip: 0.86 kB
1034
1034
  ℹ dist/project/project.schema.d.ts  6.12 kB │ gzip: 0.75 kB
1035
- ℹ dist/billing/billing.schema.d.ts  5.25 kB │ gzip: 0.78 kB
1035
+ ℹ dist/billing/billing.schema.d.ts  5.34 kB │ gzip: 0.78 kB
1036
1036
  ℹ dist/index.d.ts  4.89 kB │ gzip: 1.04 kB
1037
- ℹ dist/billing/billing.contracts.d.ts  4.54 kB │ gzip: 0.77 kB
1037
+ ℹ dist/billing/billing.contracts.d.ts  4.50 kB │ gzip: 0.76 kB
1038
1038
  ℹ dist/billing/billing.entity.d.ts  2.62 kB │ gzip: 0.51 kB
1039
1039
  ℹ dist/project/project.event.d.ts  2.55 kB │ gzip: 0.43 kB
1040
- ℹ dist/billing/billing.event.d.ts  2.40 kB │ gzip: 0.48 kB
1040
+ ℹ dist/billing/billing.event.d.ts  2.38 kB │ gzip: 0.48 kB
1041
1041
  ℹ dist/billing/billing.handler.d.ts  2.12 kB │ gzip: 0.71 kB
1042
1042
  ℹ dist/project/project.handler.d.ts  1.93 kB │ gzip: 0.53 kB
1043
1043
  ℹ dist/billing/index.d.ts  1.90 kB │ gzip: 0.42 kB
@@ -1059,9 +1059,9 @@ $ tsdown
1059
1059
  ℹ dist/dashboard/index.d.ts  0.16 kB │ gzip: 0.10 kB
1060
1060
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
1061
1061
  ℹ dist/docs/saas-boilerplate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
1062
- ℹ 1053 files, total: 6298.46 kB
1063
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1064
- ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1062
+ ℹ 1053 files, total: 6298.49 kB
1063
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-pubsub.js
1064
+ ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.js:3:28 ]
1065
1065
  │
1066
1066
  3 │ import { randomUUID } from "node:crypto";
1067
1067
   │ ──────┬──────
@@ -1070,62 +1070,62 @@ $ tsdown
1070
1070
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1071
1071
  ───╯
1072
1072
 
1073
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1074
- ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1073
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1074
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1075
1075
  │
1076
- 3 │ import { randomUUID } from "node:crypto";
1076
+ 1 │ import { createHash } from "node:crypto";
1077
1077
   │ ──────┬──────
1078
1078
   │ ╰──────── Module not found, treating it as an external dependency
1079
1079
   │
1080
1080
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1081
1081
  ───╯
1082
1082
 
1083
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-pubsub.js
1084
- ╭─[ ../../libs/jobs/dist/queue/gcp-pubsub.js:3:28 ]
1083
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
1084
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
1085
1085
  │
1086
- 3 │ import { randomUUID } from "node:crypto";
1087
-  │ ──────┬──────
1088
-  │ ╰──────── Module not found, treating it as an external dependency
1086
+ 1 │ import { randomUUID } from "crypto";
1087
+  │ ────┬───
1088
+  │ ╰───── Module not found, treating it as an external dependency
1089
1089
   │
1090
1090
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1091
1091
  ───╯
1092
1092
 
1093
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1094
- ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:3:28 ]
1093
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
1094
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
1095
1095
  │
1096
- 3 │ import { randomUUID } from "node:crypto";
1097
-  │ ──────┬──────
1098
-  │ ╰──────── Module not found, treating it as an external dependency
1096
+ 2 │ import { deepStrictEqual } from "node:assert";
1097
+  │ ──────┬──────
1098
+  │ ╰──────── Module not found, treating it as an external dependency
1099
1099
   │
1100
1100
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1101
1101
  ───╯
1102
1102
 
1103
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1104
- ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1103
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1104
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1105
1105
  │
1106
- 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1107
-  │ ──────────┬──────────
1108
-  │ ╰──────────── Module not found, treating it as an external dependency
1106
+ 2 │ import { setTimeout } from "node:timers/promises";
1107
+  │ ───────────┬──────────
1108
+  │ ╰──────────── Module not found, treating it as an external dependency
1109
1109
   │
1110
1110
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1111
1111
  ───╯
1112
1112
 
1113
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
1114
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
1113
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/memory-queue.js
1114
+ ╭─[ ../../libs/jobs/dist/queue/memory-queue.js:3:28 ]
1115
1115
  │
1116
- 1 │ import { createHash } from "node:crypto";
1116
+ 3 │ import { randomUUID } from "node:crypto";
1117
1117
   │ ──────┬──────
1118
1118
   │ ╰──────── Module not found, treating it as an external dependency
1119
1119
   │
1120
1120
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1121
1121
  ───╯
1122
1122
 
1123
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
1124
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
1123
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/gcp-cloud-tasks.js
1124
+ ╭─[ ../../libs/jobs/dist/queue/gcp-cloud-tasks.js:3:28 ]
1125
1125
  │
1126
- 1 │ import { randomUUID } from "crypto";
1127
-  │ ────┬───
1128
-  │ ╰───── Module not found, treating it as an external dependency
1126
+ 3 │ import { randomUUID } from "node:crypto";
1127
+  │ ──────┬──────
1128
+  │ ╰──────── Module not found, treating it as an external dependency
1129
1129
   │
1130
1130
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1131
1131
  ───╯
@@ -1140,32 +1140,32 @@ $ tsdown
1140
1140
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1141
1141
  ───╯
1142
1142
 
1143
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
1144
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
1143
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1144
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1145
1145
  │
1146
- 2 │ import { setTimeout } from "node:timers/promises";
1147
-  │ ───────────┬──────────
1148
-  │ ╰──────────── Module not found, treating it as an external dependency
1146
+ 2 │ import { randomUUID } from "node:crypto";
1147
+  │ ──────┬──────
1148
+  │ ╰──────── Module not found, treating it as an external dependency
1149
1149
   │
1150
1150
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1151
1151
  ───╯
1152
1152
 
1153
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
1154
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
1153
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1154
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:3:28 ]
1155
1155
  │
1156
- 2 │ import { deepStrictEqual } from "node:assert";
1157
-  │ ──────┬──────
1158
-  │ ╰──────── Module not found, treating it as an external dependency
1156
+ 3 │ import { randomUUID } from "node:crypto";
1157
+  │ ──────┬──────
1158
+  │ ╰──────── Module not found, treating it as an external dependency
1159
1159
   │
1160
1160
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1161
1161
  ───╯
1162
1162
 
1163
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
1164
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
1163
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@aws-sdk/client-sqs' in ../../libs/jobs/dist/queue/scaleway-sqs-queue.js
1164
+ ╭─[ ../../libs/jobs/dist/queue/scaleway-sqs-queue.js:4:92 ]
1165
1165
  │
1166
- 2 │ import { randomUUID } from "node:crypto";
1167
-  │ ──────┬──────
1168
-  │ ╰──────── Module not found, treating it as an external dependency
1166
+ 4 │ import { DeleteMessageCommand, ReceiveMessageCommand, SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs";
1167
+  │ ──────────┬──────────
1168
+  │ ╰──────────── Module not found, treating it as an external dependency
1169
1169
   │
1170
1170
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1171
1171
  ───╯
@@ -1180,8 +1180,28 @@ $ tsdown
1180
1180
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1181
1181
  ───╯
1182
1182
 
1183
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1184
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1183
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js
1184
+ ╭─[ ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1185
+ │
1186
+ 1 │ import "crypto";
1187
+  │ ────┬───
1188
+  │ ╰───── Module not found, treating it as an external dependency
1189
+  │
1190
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1191
+ ───╯
1192
+
1193
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1194
+ ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1195
+ │
1196
+ 2 │ import "node:assert";
1197
+  │ ──────┬──────
1198
+  │ ╰──────── Module not found, treating it as an external dependency
1199
+  │
1200
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1201
+ ───╯
1202
+
1203
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1204
+ ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1185
1205
  │
1186
1206
  1 │ import "node:crypto";
1187
1207
   │ ──────┬──────
@@ -1190,8 +1210,8 @@ $ tsdown
1190
1210
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1191
1211
  ───╯
1192
1212
 
1193
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1194
- ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1213
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1214
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1195
1215
  │
1196
1216
  1 │ import "node:timers/promises";
1197
1217
   │ ───────────┬──────────
@@ -1200,38 +1220,38 @@ $ tsdown
1200
1220
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1201
1221
  ───╯
1202
1222
 
1203
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js
1204
- ╭─[ ../../libs/jobs/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1224
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1205
1225
  │
1206
- 1 │ import "node:crypto";
1226
+ 2 │ import "node:assert";
1207
1227
   │ ──────┬──────
1208
1228
   │ ╰──────── Module not found, treating it as an external dependency
1209
1229
   │
1210
1230
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1211
1231
  ───╯
1212
1232
 
1213
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/jobs/dist/contracts/dist/tests/runner.js
1214
- ╭─[ ../../libs/jobs/dist/contracts/dist/tests/runner.js:2:8 ]
1233
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1234
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1215
1235
  │
1216
- 2 │ import "node:assert";
1236
+ 1 │ import "node:crypto";
1217
1237
   │ ──────┬──────
1218
1238
   │ ╰──────── Module not found, treating it as an external dependency
1219
1239
   │
1220
1240
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1221
1241
  ───╯
1222
1242
 
1223
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js
1224
- ╭─[ ../../libs/jobs/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1243
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1244
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1225
1245
  │
1226
- 1 │ import "crypto";
1227
-  │ ────┬───
1228
-  │ ╰───── Module not found, treating it as an external dependency
1246
+ 1 │ import "node:crypto";
1247
+  │ ──────┬──────
1248
+  │ ╰──────── Module not found, treating it as an external dependency
1229
1249
   │
1230
1250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1231
1251
  ───╯
1232
1252
 
1233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1234
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1253
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/jobs/dist/contracts/dist/regenerator/service.js
1254
+ ╭─[ ../../libs/jobs/dist/contracts/dist/regenerator/service.js:1:8 ]
1235
1255
  │
1236
1256
  1 │ import "node:timers/promises";
1237
1257
   │ ───────────┬──────────
@@ -1250,22 +1270,22 @@ $ tsdown
1250
1270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1251
1271
  ───╯
1252
1272
 
1253
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1254
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1274
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1255
1275
  │
1256
- 2 │ import "node:assert";
1257
-  │ ──────┬──────
1258
-  │ ╰──────── Module not found, treating it as an external dependency
1276
+ 1 │ import "crypto";
1277
+  │ ────┬───
1278
+  │ ╰───── Module not found, treating it as an external dependency
1259
1279
   │
1260
1280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1261
1281
  ───╯
1262
1282
 
1263
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1264
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1284
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1265
1285
  │
1266
- 2 │ import TurndownService from "turndown";
1267
-  │ ─────┬────
1268
-  │ ╰────── Module not found, treating it as an external dependency
1286
+ 2 │ import "node:assert";
1287
+  │ ──────┬──────
1288
+  │ ╰──────── Module not found, treating it as an external dependency
1269
1289
   │
1270
1290
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1271
1291
  ───╯
@@ -1280,18 +1300,18 @@ $ tsdown
1280
1300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1281
1301
  ───╯
1282
1302
 
1283
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1284
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1303
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js
1304
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1285
1305
  │
1286
- 1 │ import "crypto";
1287
-  │ ────┬───
1288
-  │ ╰───── Module not found, treating it as an external dependency
1306
+ 2 │ import TurndownService from "turndown";
1307
+  │ ─────┬────
1308
+  │ ╰────── Module not found, treating it as an external dependency
1289
1309
   │
1290
1310
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1291
1311
  ───╯
1292
1312
 
1293
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1294
- ╭─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1313
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1314
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1295
1315
  │
1296
1316
  2 │ import TurndownService from "turndown";
1297
1317
   │ ─────┬────
@@ -1300,8 +1320,8 @@ $ tsdown
1300
1320
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1301
1321
  ───╯
1302
1322
 
1303
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1304
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1323
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js
1324
+ ╭─[ ../../libs/jobs/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1305
1325
  │
1306
1326
  2 │ import TurndownService from "turndown";
1307
1327
   │ ─────┬────
@@ -1310,8 +1330,8 @@ $ tsdown
1310
1330
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1311
1331
  ───╯
1312
1332
 
1313
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1314
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1333
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1334
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1315
1335
  │
1316
1336
  1 │ import "crypto";
1317
1337
   │ ────┬───
@@ -1320,8 +1340,8 @@ $ tsdown
1320
1340
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1321
1341
  ───╯
1322
1342
 
1323
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1324
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1343
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1344
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1325
1345
  │
1326
1346
  2 │ import "node:assert";
1327
1347
   │ ──────┬──────
@@ -1330,8 +1350,8 @@ $ tsdown
1330
1350
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1331
1351
  ───╯
1332
1352
 
1333
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1334
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1353
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1354
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1335
1355
  │
1336
1356
  1 │ import "node:crypto";
1337
1357
   │ ──────┬──────
@@ -1340,18 +1360,8 @@ $ tsdown
1340
1360
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1341
1361
  ───╯
1342
1362
 
1343
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1344
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1345
- │
1346
- 1 │ import "node:timers/promises";
1347
-  │ ───────────┬──────────
1348
-  │ ╰──────────── Module not found, treating it as an external dependency
1349
-  │
1350
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1351
- ───╯
1352
-
1353
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1354
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1363
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1364
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1355
1365
  │
1356
1366
  1 │ import "node:timers/promises";
1357
1367
   │ ───────────┬──────────
@@ -1370,28 +1380,28 @@ $ tsdown
1370
1380
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1371
1381
  ───╯
1372
1382
 
1373
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1374
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1383
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1384
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1375
1385
  │
1376
- 1 │ import "node:crypto";
1377
-  │ ──────┬──────
1378
-  │ ╰──────── Module not found, treating it as an external dependency
1386
+ 1 │ import "node:timers/promises";
1387
+  │ ───────────┬──────────
1388
+  │ ╰──────────── Module not found, treating it as an external dependency
1379
1389
   │
1380
1390
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1381
1391
  ───╯
1382
1392
 
1383
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1384
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1393
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1394
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1385
1395
  │
1386
- 2 │ import "node:assert";
1387
-  │ ──────┬──────
1388
-  │ ╰──────── Module not found, treating it as an external dependency
1396
+ 1 │ import "crypto";
1397
+  │ ────┬───
1398
+  │ ╰───── Module not found, treating it as an external dependency
1389
1399
   │
1390
1400
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1391
1401
  ───╯
1392
1402
 
1393
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1394
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1403
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1404
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1395
1405
  │
1396
1406
  1 │ import "node:crypto";
1397
1407
   │ ──────┬──────
@@ -1400,18 +1410,8 @@ $ tsdown
1400
1410
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1401
1411
  ───╯
1402
1412
 
1403
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1404
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1405
- │
1406
- 1 │ import "crypto";
1407
-  │ ────┬───
1408
-  │ ╰───── Module not found, treating it as an external dependency
1409
-  │
1410
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1411
- ───╯
1412
-
1413
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1414
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1413
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1414
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1415
1415
  │
1416
1416
  1 │ import "node:crypto";
1417
1417
   │ ──────┬──────
@@ -1420,8 +1420,8 @@ $ tsdown
1420
1420
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1421
1421
  ───╯
1422
1422
 
1423
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1424
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1423
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1424
+ ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1425
1425
  │
1426
1426
  2 │ import "node:buffer";
1427
1427
   │ ──────┬──────
@@ -1430,8 +1430,8 @@ $ tsdown
1430
1430
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1431
1431
  ───╯
1432
1432
 
1433
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js
1434
- ╭─[ ../../libs/jobs/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1433
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1434
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1435
1435
  │
1436
1436
  2 │ import "node:buffer";
1437
1437
   │ ──────┬──────
@@ -1440,8 +1440,8 @@ $ tsdown
1440
1440
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1441
1441
  ───╯
1442
1442
 
1443
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1444
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1443
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1444
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1445
1445
  │
1446
1446
  2 │ import "node:buffer";
1447
1447
   │ ──────┬──────
@@ -1460,5 +1460,5 @@ $ tsdown
1460
1460
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1461
1461
  ───╯
1462
1462
 
1463
- ✔ Build complete in 30977ms
1463
+ ✔ Build complete in 30564ms
1464
1464
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.saas-boilerplate
2
2
 
3
- ## 0.0.0-canary-20251221185840
3
+ ## 0.0.0-canary-20251221193616
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-20251221185840
13
- - @lssm/lib.contracts@0.0.0-canary-20251221185840
14
- - @lssm/lib.identity-rbac@0.0.0-canary-20251221185840
15
- - @lssm/lib.jobs@0.0.0-canary-20251221185840
16
- - @lssm/lib.schema@0.0.0-canary-20251221185840
17
- - @lssm/module.audit-trail@0.0.0-canary-20251221185840
18
- - @lssm/module.notifications@0.0.0-canary-20251221185840
12
+ - @lssm/lib.bus@0.0.0-canary-20251221193616
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221193616
14
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251221193616
15
+ - @lssm/lib.jobs@0.0.0-canary-20251221193616
16
+ - @lssm/lib.schema@0.0.0-canary-20251221193616
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251221193616
18
+ - @lssm/module.notifications@0.0.0-canary-20251221193616