@contractspec/example.saas-boilerplate 3.8.10 → 3.8.11
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 +14 -0
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
4
|
[contractspec-bun-build] transpile target=bun root=src entries=52 noBundle=false
|
|
5
|
-
Bundled 52 modules in
|
|
5
|
+
Bundled 52 modules in 47ms
|
|
6
6
|
|
|
7
7
|
billing/billing.entity.js 2.59 KB (entry point)
|
|
8
8
|
tests/operations.test-spec.js 2.1 KB (entry point)
|
|
@@ -58,7 +58,7 @@ Bundled 52 modules in 98ms
|
|
|
58
58
|
billing/billing.enum.js 305 bytes (entry point)
|
|
59
59
|
|
|
60
60
|
[contractspec-bun-build] transpile target=node root=src entries=52 noBundle=false
|
|
61
|
-
Bundled 52 modules in
|
|
61
|
+
Bundled 52 modules in 66ms
|
|
62
62
|
|
|
63
63
|
billing/billing.entity.js 2.58 KB (entry point)
|
|
64
64
|
tests/operations.test-spec.js 2.1 KB (entry point)
|
|
@@ -114,7 +114,7 @@ Bundled 52 modules in 69ms
|
|
|
114
114
|
billing/billing.enum.js 297 bytes (entry point)
|
|
115
115
|
|
|
116
116
|
[contractspec-bun-build] transpile target=browser root=src entries=52 noBundle=false
|
|
117
|
-
Bundled 52 modules in
|
|
117
|
+
Bundled 52 modules in 70ms
|
|
118
118
|
|
|
119
119
|
billing/billing.entity.js 2.58 KB (entry point)
|
|
120
120
|
tests/operations.test-spec.js 2.1 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 3.8.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
|
|
8
|
+
- @contractspec/lib.contracts-spec@5.3.0
|
|
9
|
+
- @contractspec/lib.design-system@3.9.0
|
|
10
|
+
- @contractspec/lib.example-shared-ui@6.0.19
|
|
11
|
+
- @contractspec/lib.identity-rbac@3.7.19
|
|
12
|
+
- @contractspec/lib.jobs@3.7.19
|
|
13
|
+
- @contractspec/lib.presentation-runtime-core@3.9.7
|
|
14
|
+
- @contractspec/module.audit-trail@3.7.19
|
|
15
|
+
- @contractspec/module.notifications@3.7.18
|
|
16
|
+
|
|
3
17
|
## 3.8.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.11",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -386,18 +386,18 @@
|
|
|
386
386
|
"typecheck": "tsc --noEmit"
|
|
387
387
|
},
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
390
|
-
"@contractspec/lib.jobs": "3.7.
|
|
391
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
392
|
-
"@contractspec/module.notifications": "3.7.
|
|
393
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
389
|
+
"@contractspec/lib.identity-rbac": "3.7.19",
|
|
390
|
+
"@contractspec/lib.jobs": "3.7.19",
|
|
391
|
+
"@contractspec/module.audit-trail": "3.7.19",
|
|
392
|
+
"@contractspec/module.notifications": "3.7.18",
|
|
393
|
+
"@contractspec/lib.contracts-spec": "5.3.0",
|
|
394
394
|
"@contractspec/lib.schema": "3.7.14",
|
|
395
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
396
|
-
"@contractspec/lib.design-system": "3.
|
|
395
|
+
"@contractspec/lib.example-shared-ui": "6.0.19",
|
|
396
|
+
"@contractspec/lib.design-system": "3.9.0",
|
|
397
397
|
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
398
398
|
"react": "19.2.0",
|
|
399
399
|
"react-dom": "19.2.0",
|
|
400
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
400
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.7"
|
|
401
401
|
},
|
|
402
402
|
"devDependencies": {
|
|
403
403
|
"@contractspec/tool.typescript": "3.7.13",
|