@contractspec/example.saas-boilerplate 2.6.0 → 2.6.1
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 +8 -0
- package/package.json +3 -3
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
|
|
6
|
-
Bundled 48 modules in
|
|
6
|
+
Bundled 48 modules in 72ms
|
|
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 68ms
|
|
|
55
55
|
billing/billing.enum.js 443 bytes (entry point)
|
|
56
56
|
|
|
57
57
|
[contractspec-bun-build] transpile target=node root=src entries=48
|
|
58
|
-
Bundled 48 modules in
|
|
58
|
+
Bundled 48 modules in 91ms
|
|
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 72ms
|
|
|
107
107
|
billing/billing.enum.js 435 bytes (entry point)
|
|
108
108
|
|
|
109
109
|
[contractspec-bun-build] transpile target=browser root=src entries=48
|
|
110
|
-
Bundled 48 modules in
|
|
110
|
+
Bundled 48 modules in 60ms
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -455,8 +455,8 @@
|
|
|
455
455
|
"@contractspec/module.notifications": "2.6.0",
|
|
456
456
|
"@contractspec/lib.contracts-spec": "2.6.0",
|
|
457
457
|
"@contractspec/lib.schema": "2.6.0",
|
|
458
|
-
"@contractspec/lib.example-shared-ui": "2.6.
|
|
459
|
-
"@contractspec/lib.design-system": "2.6.
|
|
458
|
+
"@contractspec/lib.example-shared-ui": "2.6.1",
|
|
459
|
+
"@contractspec/lib.design-system": "2.6.1",
|
|
460
460
|
"@contractspec/lib.runtime-sandbox": "1.6.0",
|
|
461
461
|
"react": "19.2.4",
|
|
462
462
|
"react-dom": "19.2.4"
|