@contractspec/example.saas-boilerplate 1.58.0 → 1.59.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +19 -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
|
|
6
|
-
Bundled 48 modules in
|
|
6
|
+
Bundled 48 modules in 74ms
|
|
7
7
|
|
|
8
8
|
billing/billing.entity.js 3.54 KB (entry point)
|
|
9
9
|
tests/operations.test-spec.js 2.89 KB (entry point)
|
|
@@ -55,7 +55,7 @@ Bundled 48 modules in 77ms
|
|
|
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 86ms
|
|
59
59
|
|
|
60
60
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
61
61
|
tests/operations.test-spec.js 2.89 KB (entry point)
|
|
@@ -107,7 +107,7 @@ Bundled 48 modules in 41ms
|
|
|
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 75ms
|
|
111
111
|
|
|
112
112
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
113
113
|
tests/operations.test-spec.js 2.89 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 1.59.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1a0cf44: fix: publishConfig not supported by bun
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [1a0cf44]
|
|
12
|
+
- @contractspec/lib.example-shared-ui@1.13.0
|
|
13
|
+
- @contractspec/module.notifications@1.59.0
|
|
14
|
+
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
15
|
+
- @contractspec/module.audit-trail@1.59.0
|
|
16
|
+
- @contractspec/lib.design-system@1.59.0
|
|
17
|
+
- @contractspec/lib.identity-rbac@1.59.0
|
|
18
|
+
- @contractspec/lib.contracts@1.59.0
|
|
19
|
+
- @contractspec/lib.schema@1.59.0
|
|
20
|
+
- @contractspec/lib.jobs@1.59.0
|
|
21
|
+
|
|
3
22
|
## 1.58.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.0",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -83,24 +83,24 @@
|
|
|
83
83
|
"typecheck": "tsc --noEmit"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@contractspec/lib.identity-rbac": "1.
|
|
87
|
-
"@contractspec/lib.jobs": "1.
|
|
88
|
-
"@contractspec/module.audit-trail": "1.
|
|
89
|
-
"@contractspec/module.notifications": "1.
|
|
90
|
-
"@contractspec/lib.contracts": "1.
|
|
91
|
-
"@contractspec/lib.schema": "1.
|
|
92
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
93
|
-
"@contractspec/lib.design-system": "1.
|
|
94
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
86
|
+
"@contractspec/lib.identity-rbac": "1.59.0",
|
|
87
|
+
"@contractspec/lib.jobs": "1.59.0",
|
|
88
|
+
"@contractspec/module.audit-trail": "1.59.0",
|
|
89
|
+
"@contractspec/module.notifications": "1.59.0",
|
|
90
|
+
"@contractspec/lib.contracts": "1.59.0",
|
|
91
|
+
"@contractspec/lib.schema": "1.59.0",
|
|
92
|
+
"@contractspec/lib.example-shared-ui": "1.13.0",
|
|
93
|
+
"@contractspec/lib.design-system": "1.59.0",
|
|
94
|
+
"@contractspec/lib.runtime-sandbox": "0.14.0",
|
|
95
95
|
"react": "19.2.4",
|
|
96
96
|
"react-dom": "19.2.4"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@contractspec/tool.typescript": "1.
|
|
99
|
+
"@contractspec/tool.typescript": "1.59.0",
|
|
100
100
|
"typescript": "^5.9.3",
|
|
101
101
|
"@types/react": "^19.2.13",
|
|
102
102
|
"@types/react-dom": "^19.2.2",
|
|
103
|
-
"@contractspec/tool.bun": "1.
|
|
103
|
+
"@contractspec/tool.bun": "1.58.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"exports": {
|