@lssm/example.saas-boilerplate 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215231151

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.
@@ -1,8 +1,8 @@
1
1
  $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
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/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/docs/index.ts, src/docs/saas-boilerplate.docblock.ts, src/entities/billing.ts, src/entities/index.ts, src/entities/project.ts, src/entities/settings.ts, src/contracts/billing.ts, src/contracts/index.ts, src/contracts/project.ts, src/handlers/billing.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/handlers/project.handlers.ts, src/presentations/billing.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/project-list.ts
5
+ ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/contracts/billing.ts, src/contracts/index.ts, src/contracts/project.ts, src/docs/index.ts, src/docs/saas-boilerplate.docblock.ts, src/entities/billing.ts, src/entities/index.ts, src/entities/project.ts, src/entities/settings.ts, src/handlers/billing.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/handlers/project.handlers.ts, src/presentations/billing.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/project-list.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -28,5 +28,5 @@ $ tsdown
28
28
  ℹ dist/presentations/index.js 0.52 kB │ gzip: 0.21 kB
29
29
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
30
30
  ℹ 21 files, total: 40.39 kB
31
- ✔ Build complete in 87ms
31
+ ✔ Build complete in 74ms
32
32
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.saas-boilerplate
2
2
 
3
- ## 0.0.0-canary-20251213172311
3
+ ## 0.0.0-canary-20251215231151
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-20251213172311
10
- - @lssm/lib.schema@0.0.0-canary-20251213172311
11
- - @lssm/lib.jobs@0.0.0-canary-20251213172311
12
- - @lssm/lib.bus@0.0.0-canary-20251213172311
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251213172311
14
- - @lssm/module.audit-trail@0.0.0-canary-20251213172311
15
- - @lssm/module.notifications@0.0.0-canary-20251213172311
9
+ - @lssm/lib.contracts@0.0.0-canary-20251215231151
10
+ - @lssm/lib.schema@0.0.0-canary-20251215231151
11
+ - @lssm/lib.jobs@0.0.0-canary-20251215231151
12
+ - @lssm/lib.bus@0.0.0-canary-20251215231151
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251215231151
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251215231151
15
+ - @lssm/module.notifications@0.0.0-canary-20251215231151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.saas-boilerplate",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215231151",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@lssm/tool.tsdown": "workspace:*",
55
55
  "@lssm/tool.typescript": "workspace:*",
56
- "tsdown": "^0.17.0",
56
+ "tsdown": "^0.17.4",
57
57
  "typescript": "^5.9.3"
58
58
  },
59
59
  "module": "./dist/index.js",
package/src/example.ts CHANGED
@@ -29,5 +29,3 @@ const example = {
29
29
  } as const;
30
30
 
31
31
  export default example;
32
-
33
-