@contractspec/example.saas-boilerplate 3.8.6 → 3.8.8
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 +4 -5
- package/CHANGELOG.md +37 -0
- package/package.json +14 -14
- package/.turbo/turbo-prebuild.log +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
$ contractspec-bun-build prebuild
|
|
2
|
-
$ bun run
|
|
3
|
-
$ contractspec-bun-build prebuild
|
|
2
|
+
$ bun run build:bundle && bun run build:types
|
|
4
3
|
$ contractspec-bun-build transpile
|
|
5
4
|
[contractspec-bun-build] transpile target=bun root=src entries=52 noBundle=false
|
|
6
|
-
Bundled 52 modules in
|
|
5
|
+
Bundled 52 modules in 67ms
|
|
7
6
|
|
|
8
7
|
billing/billing.entity.js 3.54 KB (entry point)
|
|
9
8
|
tests/operations.test-spec.js 2.91 KB (entry point)
|
|
@@ -59,7 +58,7 @@ Bundled 52 modules in 89ms
|
|
|
59
58
|
billing/billing.enum.js 443 bytes (entry point)
|
|
60
59
|
|
|
61
60
|
[contractspec-bun-build] transpile target=node root=src entries=52 noBundle=false
|
|
62
|
-
Bundled 52 modules in
|
|
61
|
+
Bundled 52 modules in 67ms
|
|
63
62
|
|
|
64
63
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
65
64
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
|
@@ -115,7 +114,7 @@ Bundled 52 modules in 89ms
|
|
|
115
114
|
billing/billing.enum.js 435 bytes (entry point)
|
|
116
115
|
|
|
117
116
|
[contractspec-bun-build] transpile target=browser root=src entries=52 noBundle=false
|
|
118
|
-
Bundled 52 modules in
|
|
117
|
+
Bundled 52 modules in 60ms
|
|
119
118
|
|
|
120
119
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
121
120
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 3.8.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b59171: fix: crypto package issue due to nodejs only runtime
|
|
8
|
+
- Updated dependencies [2b59171]
|
|
9
|
+
- @contractspec/lib.presentation-runtime-core@3.9.4
|
|
10
|
+
- @contractspec/lib.example-shared-ui@6.0.16
|
|
11
|
+
- @contractspec/module.notifications@3.7.15
|
|
12
|
+
- @contractspec/lib.runtime-sandbox@2.7.13
|
|
13
|
+
- @contractspec/lib.contracts-spec@5.0.4
|
|
14
|
+
- @contractspec/module.audit-trail@3.7.16
|
|
15
|
+
- @contractspec/lib.design-system@3.8.9
|
|
16
|
+
- @contractspec/lib.identity-rbac@3.7.16
|
|
17
|
+
- @contractspec/lib.schema@3.7.13
|
|
18
|
+
- @contractspec/lib.jobs@3.7.16
|
|
19
|
+
|
|
20
|
+
## 3.8.7
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- cce2b13: Add first-class Workflow DevKit support for `WorkflowSpec`, including new runtime metadata, stricter validation for Workflow-backed workflows, a dedicated Workflow DevKit integration package, CLI artifact generation, and Workflow-aware chat route helpers exposed from `@contractspec/module.ai-chat/core/workflow` so standard chat imports do not pull Workflow-only runtime assets into non-Workflow builds.
|
|
25
|
+
|
|
26
|
+
Also harden supporting runtime surfaces by reusing Playwright browser instances in the harness runtime, mapping design-system button `onPress` handlers correctly to DOM clicks, and switching the workspace git adapter to argument-safe subprocess calls while tightening slow test coverage around those flows.
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [cce2b13]
|
|
29
|
+
- @contractspec/lib.presentation-runtime-core@3.9.3
|
|
30
|
+
- @contractspec/lib.example-shared-ui@6.0.15
|
|
31
|
+
- @contractspec/module.notifications@3.7.14
|
|
32
|
+
- @contractspec/lib.runtime-sandbox@2.7.12
|
|
33
|
+
- @contractspec/lib.contracts-spec@5.0.3
|
|
34
|
+
- @contractspec/module.audit-trail@3.7.15
|
|
35
|
+
- @contractspec/lib.design-system@3.8.8
|
|
36
|
+
- @contractspec/lib.identity-rbac@3.7.15
|
|
37
|
+
- @contractspec/lib.schema@3.7.12
|
|
38
|
+
- @contractspec/lib.jobs@3.7.15
|
|
39
|
+
|
|
3
40
|
## 3.8.6
|
|
4
41
|
|
|
5
42
|
### 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.8",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"scripts": {
|
|
374
374
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
375
375
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
376
|
-
"build": "bun run
|
|
376
|
+
"build": "bun run build:bundle && bun run build:types",
|
|
377
377
|
"build:bundle": "contractspec-bun-build transpile",
|
|
378
378
|
"build:types": "contractspec-bun-build types",
|
|
379
379
|
"dev": "contractspec-bun-build dev",
|
|
@@ -386,25 +386,25 @@
|
|
|
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.0.
|
|
394
|
-
"@contractspec/lib.schema": "3.7.
|
|
395
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
396
|
-
"@contractspec/lib.design-system": "3.8.
|
|
397
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
389
|
+
"@contractspec/lib.identity-rbac": "3.7.16",
|
|
390
|
+
"@contractspec/lib.jobs": "3.7.16",
|
|
391
|
+
"@contractspec/module.audit-trail": "3.7.16",
|
|
392
|
+
"@contractspec/module.notifications": "3.7.15",
|
|
393
|
+
"@contractspec/lib.contracts-spec": "5.0.4",
|
|
394
|
+
"@contractspec/lib.schema": "3.7.13",
|
|
395
|
+
"@contractspec/lib.example-shared-ui": "6.0.16",
|
|
396
|
+
"@contractspec/lib.design-system": "3.8.9",
|
|
397
|
+
"@contractspec/lib.runtime-sandbox": "2.7.13",
|
|
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.4"
|
|
401
401
|
},
|
|
402
402
|
"devDependencies": {
|
|
403
|
-
"@contractspec/tool.typescript": "3.7.
|
|
403
|
+
"@contractspec/tool.typescript": "3.7.12",
|
|
404
404
|
"typescript": "^5.9.3",
|
|
405
405
|
"@types/react": "^19.2.14",
|
|
406
406
|
"@types/react-dom": "^19.2.2",
|
|
407
|
-
"@contractspec/tool.bun": "3.7.
|
|
407
|
+
"@contractspec/tool.bun": "3.7.12"
|
|
408
408
|
},
|
|
409
409
|
"publishConfig": {
|
|
410
410
|
"exports": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
$ contractspec-bun-build prebuild
|