@lssm/example.saas-boilerplate 0.0.0-canary-20251217023603 → 0.0.0-canary-20251217034842

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/tsdown.config.js
5
- ℹ entry: src/example.ts, src/index.ts, src/saas-boilerplate.feature.ts, src/dashboard/dashboard.presentation.ts, src/dashboard/index.ts, src/docs/index.ts, src/docs/saas-boilerplate.docblock.ts, src/billing/billing.contracts.ts, src/billing/billing.entity.ts, src/billing/billing.enum.ts, src/billing/billing.event.ts, src/billing/billing.handler.ts, src/billing/billing.presentation.ts, src/billing/billing.schema.ts, src/billing/index.ts, src/handlers/index.ts, src/presentations/index.ts, src/project/index.ts, src/project/project.contracts.ts, src/project/project.entity.ts, src/project/project.enum.ts, src/project/project.event.ts, src/project/project.handler.ts, src/project/project.presentation.ts, src/project/project.schema.ts, src/settings/index.ts, src/settings/settings.entity.ts, src/settings/settings.enum.ts, src/shared/mock-data.ts
5
+ ℹ entry: src/example.ts, src/index.ts, src/saas-boilerplate.feature.ts, src/billing/billing.contracts.ts, src/billing/billing.entity.ts, src/billing/billing.enum.ts, src/billing/billing.event.ts, src/billing/billing.handler.ts, src/billing/billing.presentation.ts, src/billing/billing.schema.ts, src/billing/index.ts, src/dashboard/dashboard.presentation.ts, src/dashboard/index.ts, src/docs/index.ts, src/docs/saas-boilerplate.docblock.ts, src/handlers/index.ts, src/presentations/index.ts, src/project/index.ts, src/project/project.contracts.ts, src/project/project.entity.ts, src/project/project.enum.ts, src/project/project.event.ts, src/project/project.handler.ts, src/project/project.presentation.ts, src/project/project.schema.ts, src/settings/index.ts, src/settings/settings.entity.ts, src/settings/settings.enum.ts, src/shared/mock-data.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -36,5 +36,5 @@ $ tsdown
36
36
  ℹ dist/dashboard/index.js 0.17 kB │ gzip: 0.11 kB
37
37
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
38
38
  ℹ 29 files, total: 43.06 kB
39
- ✔ Build complete in 66ms
39
+ ✔ Build complete in 61ms
40
40
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.saas-boilerplate
2
2
 
3
- ## 0.0.0-canary-20251217023603
3
+ ## 0.0.0-canary-20251217034842
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3086383: refactor: dependencies upgrade
8
8
  - Updated dependencies [3086383]
9
- - @lssm/lib.contracts@0.0.0-canary-20251217023603
10
- - @lssm/lib.schema@0.0.0-canary-20251217023603
11
- - @lssm/lib.jobs@0.0.0-canary-20251217023603
12
- - @lssm/lib.bus@0.0.0-canary-20251217023603
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217023603
14
- - @lssm/module.audit-trail@0.0.0-canary-20251217023603
15
- - @lssm/module.notifications@0.0.0-canary-20251217023603
9
+ - @lssm/lib.contracts@0.0.0-canary-20251217034842
10
+ - @lssm/lib.schema@0.0.0-canary-20251217034842
11
+ - @lssm/lib.jobs@0.0.0-canary-20251217034842
12
+ - @lssm/lib.bus@0.0.0-canary-20251217034842
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217034842
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251217034842
15
+ - @lssm/module.notifications@0.0.0-canary-20251217034842
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.saas-boilerplate",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217034842",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",