@contractspec/example.saas-boilerplate 3.7.1 → 3.7.3
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +33 -0
- package/package.json +12 -12
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=48 noBundle=false
|
|
6
|
-
Bundled 48 modules in
|
|
6
|
+
Bundled 48 modules in 93ms
|
|
7
7
|
|
|
8
8
|
billing/billing.entity.js 3.54 KB (entry point)
|
|
9
9
|
tests/operations.test-spec.js 2.91 KB (entry point)
|
|
@@ -55,7 +55,7 @@ Bundled 48 modules in 119ms
|
|
|
55
55
|
billing/billing.enum.js 443 bytes (entry point)
|
|
56
56
|
|
|
57
57
|
[contractspec-bun-build] transpile target=node root=src entries=48 noBundle=false
|
|
58
|
-
Bundled 48 modules in
|
|
58
|
+
Bundled 48 modules in 81ms
|
|
59
59
|
|
|
60
60
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
61
61
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
|
@@ -107,7 +107,7 @@ Bundled 48 modules in 79ms
|
|
|
107
107
|
billing/billing.enum.js 435 bytes (entry point)
|
|
108
108
|
|
|
109
109
|
[contractspec-bun-build] transpile target=browser root=src entries=48 noBundle=false
|
|
110
|
-
Bundled 48 modules in
|
|
110
|
+
Bundled 48 modules in 85ms
|
|
111
111
|
|
|
112
112
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
113
113
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 3.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @contractspec/lib.example-shared-ui@6.0.3
|
|
10
|
+
- @contractspec/module.notifications@3.7.3
|
|
11
|
+
- @contractspec/lib.runtime-sandbox@2.7.3
|
|
12
|
+
- @contractspec/lib.contracts-spec@3.7.3
|
|
13
|
+
- @contractspec/module.audit-trail@3.7.3
|
|
14
|
+
- @contractspec/lib.design-system@3.7.3
|
|
15
|
+
- @contractspec/lib.identity-rbac@3.7.3
|
|
16
|
+
- @contractspec/lib.schema@3.7.3
|
|
17
|
+
- @contractspec/lib.jobs@3.7.3
|
|
18
|
+
|
|
19
|
+
## 3.7.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 8cd229b: fix: release
|
|
24
|
+
- Updated dependencies [8cd229b]
|
|
25
|
+
- Updated dependencies [04bc555]
|
|
26
|
+
- @contractspec/lib.example-shared-ui@6.0.2
|
|
27
|
+
- @contractspec/module.notifications@3.7.2
|
|
28
|
+
- @contractspec/lib.runtime-sandbox@2.7.2
|
|
29
|
+
- @contractspec/lib.contracts-spec@3.7.2
|
|
30
|
+
- @contractspec/module.audit-trail@3.7.2
|
|
31
|
+
- @contractspec/lib.design-system@3.7.2
|
|
32
|
+
- @contractspec/lib.identity-rbac@3.7.2
|
|
33
|
+
- @contractspec/lib.schema@3.7.2
|
|
34
|
+
- @contractspec/lib.jobs@3.7.2
|
|
35
|
+
|
|
3
36
|
## 3.7.1
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -358,24 +358,24 @@
|
|
|
358
358
|
"typecheck": "tsc --noEmit"
|
|
359
359
|
},
|
|
360
360
|
"dependencies": {
|
|
361
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
362
|
-
"@contractspec/lib.jobs": "3.7.
|
|
363
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
364
|
-
"@contractspec/module.notifications": "3.7.
|
|
365
|
-
"@contractspec/lib.contracts-spec": "3.7.
|
|
366
|
-
"@contractspec/lib.schema": "3.7.
|
|
367
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
368
|
-
"@contractspec/lib.design-system": "3.7.
|
|
369
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
361
|
+
"@contractspec/lib.identity-rbac": "3.7.3",
|
|
362
|
+
"@contractspec/lib.jobs": "3.7.3",
|
|
363
|
+
"@contractspec/module.audit-trail": "3.7.3",
|
|
364
|
+
"@contractspec/module.notifications": "3.7.3",
|
|
365
|
+
"@contractspec/lib.contracts-spec": "3.7.3",
|
|
366
|
+
"@contractspec/lib.schema": "3.7.3",
|
|
367
|
+
"@contractspec/lib.example-shared-ui": "6.0.3",
|
|
368
|
+
"@contractspec/lib.design-system": "3.7.3",
|
|
369
|
+
"@contractspec/lib.runtime-sandbox": "2.7.3",
|
|
370
370
|
"react": "19.2.0",
|
|
371
371
|
"react-dom": "19.2.0"
|
|
372
372
|
},
|
|
373
373
|
"devDependencies": {
|
|
374
|
-
"@contractspec/tool.typescript": "3.7.
|
|
374
|
+
"@contractspec/tool.typescript": "3.7.3",
|
|
375
375
|
"typescript": "^5.9.3",
|
|
376
376
|
"@types/react": "^19.2.14",
|
|
377
377
|
"@types/react-dom": "^19.2.2",
|
|
378
|
-
"@contractspec/tool.bun": "3.7.
|
|
378
|
+
"@contractspec/tool.bun": "3.7.3"
|
|
379
379
|
},
|
|
380
380
|
"publishConfig": {
|
|
381
381
|
"exports": {
|