@contractspec/example.saas-boilerplate 1.45.5 → 1.46.0

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.
@@ -110,4 +110,4 @@ $ tsdown
110
110
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
111
111
  ℹ dist/docs/saas-boilerplate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
112
112
  ℹ 103 files, total: 230.81 kB
113
- ✔ Build complete in 23737ms
113
+ ✔ Build complete in 22870ms
@@ -83,9 +83,9 @@ $ tsdown
83
83
  ℹ dist/example.d.ts.map  0.12 kB │ gzip: 0.12 kB
84
84
  ℹ dist/project/project.operations.d.ts 11.81 kB │ gzip: 0.87 kB
85
85
  ℹ dist/project/project.schema.d.ts  6.56 kB │ gzip: 0.76 kB
86
- ℹ dist/billing/billing.schema.d.ts  5.68 kB │ gzip: 0.79 kB
86
+ ℹ dist/billing/billing.schema.d.ts  5.72 kB │ gzip: 0.79 kB
87
87
  ℹ dist/index.d.ts  5.02 kB │ gzip: 1.06 kB
88
- ℹ dist/billing/billing.operations.d.ts  4.97 kB │ gzip: 0.77 kB
88
+ ℹ dist/billing/billing.operations.d.ts  4.93 kB │ gzip: 0.77 kB
89
89
  ℹ dist/billing/billing.entity.d.ts  2.91 kB │ gzip: 0.52 kB
90
90
  ℹ dist/project/project.event.d.ts  2.77 kB │ gzip: 0.43 kB
91
91
  ℹ dist/billing/billing.event.d.ts  2.58 kB │ gzip: 0.48 kB
@@ -111,4 +111,4 @@ $ tsdown
111
111
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
112
112
  ℹ dist/docs/saas-boilerplate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
113
113
  ℹ 103 files, total: 230.81 kB
114
- ✔ Build complete in 22560ms
114
+ ✔ Build complete in 24424ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @contractspec/example.saas-boilerplate
2
2
 
3
+ ## 1.46.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [07cb19b]
12
+ - @contractspec/module.notifications@1.46.0
13
+ - @contractspec/module.audit-trail@1.46.0
14
+ - @contractspec/lib.identity-rbac@1.46.0
15
+ - @contractspec/lib.contracts@1.46.0
16
+ - @contractspec/lib.schema@1.46.0
17
+ - @contractspec/lib.jobs@1.46.0
18
+
19
+ ## 1.45.6
20
+
21
+ ### Patch Changes
22
+
23
+ - a913074: feat: improve ai agents rules management"
24
+ - Updated dependencies [a913074]
25
+ - @contractspec/module.notifications@1.45.6
26
+ - @contractspec/module.audit-trail@1.45.6
27
+ - @contractspec/lib.identity-rbac@1.45.6
28
+ - @contractspec/lib.contracts@1.45.6
29
+ - @contractspec/lib.schema@1.45.6
30
+ - @contractspec/lib.jobs@1.45.6
31
+
3
32
  ## 1.45.5
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.saas-boilerplate",
3
- "version": "1.45.5",
3
+ "version": "1.46.0",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,16 +51,16 @@
51
51
  "test": "bun run"
52
52
  },
53
53
  "dependencies": {
54
- "@contractspec/lib.identity-rbac": "1.45.5",
55
- "@contractspec/lib.jobs": "1.45.5",
56
- "@contractspec/module.audit-trail": "1.45.5",
57
- "@contractspec/module.notifications": "1.45.5",
58
- "@contractspec/lib.contracts": "1.45.5",
59
- "@contractspec/lib.schema": "1.45.5"
54
+ "@contractspec/lib.identity-rbac": "1.46.0",
55
+ "@contractspec/lib.jobs": "1.46.0",
56
+ "@contractspec/module.audit-trail": "1.46.0",
57
+ "@contractspec/module.notifications": "1.46.0",
58
+ "@contractspec/lib.contracts": "1.46.0",
59
+ "@contractspec/lib.schema": "1.46.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@contractspec/tool.tsdown": "1.45.5",
63
- "@contractspec/tool.typescript": "1.45.5",
62
+ "@contractspec/tool.tsdown": "1.46.0",
63
+ "@contractspec/tool.typescript": "1.46.0",
64
64
  "tsdown": "^0.18.3",
65
65
  "typescript": "^5.9.3"
66
66
  },