@contractspec/example.saas-boilerplate 2.1.1 → 2.3.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 +2 -2
- package/CHANGELOG.md +38 -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 66ms
|
|
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)
|
|
@@ -107,7 +107,7 @@ Bundled 48 modules in 59ms
|
|
|
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 59ms
|
|
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,43 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 12c9556: feat: release agentpacks
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [12c9556]
|
|
12
|
+
- @contractspec/lib.example-shared-ui@2.3.0
|
|
13
|
+
- @contractspec/module.notifications@2.3.0
|
|
14
|
+
- @contractspec/lib.runtime-sandbox@1.3.0
|
|
15
|
+
- @contractspec/lib.contracts-spec@2.3.0
|
|
16
|
+
- @contractspec/module.audit-trail@2.3.0
|
|
17
|
+
- @contractspec/lib.design-system@2.3.0
|
|
18
|
+
- @contractspec/lib.identity-rbac@2.3.0
|
|
19
|
+
- @contractspec/lib.schema@2.3.0
|
|
20
|
+
- @contractspec/lib.jobs@2.3.0
|
|
21
|
+
|
|
22
|
+
## 2.2.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- feat: release ContractSpec Studio
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @contractspec/lib.example-shared-ui@2.2.0
|
|
32
|
+
- @contractspec/module.notifications@2.2.0
|
|
33
|
+
- @contractspec/lib.runtime-sandbox@1.2.0
|
|
34
|
+
- @contractspec/lib.contracts-spec@2.2.0
|
|
35
|
+
- @contractspec/module.audit-trail@2.2.0
|
|
36
|
+
- @contractspec/lib.design-system@2.2.0
|
|
37
|
+
- @contractspec/lib.identity-rbac@2.2.0
|
|
38
|
+
- @contractspec/lib.schema@2.2.0
|
|
39
|
+
- @contractspec/lib.jobs@2.2.0
|
|
40
|
+
|
|
3
41
|
## 2.1.1
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -449,24 +449,24 @@
|
|
|
449
449
|
"typecheck": "tsc --noEmit"
|
|
450
450
|
},
|
|
451
451
|
"dependencies": {
|
|
452
|
-
"@contractspec/lib.identity-rbac": "2.
|
|
453
|
-
"@contractspec/lib.jobs": "2.
|
|
454
|
-
"@contractspec/module.audit-trail": "2.
|
|
455
|
-
"@contractspec/module.notifications": "2.
|
|
456
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
457
|
-
"@contractspec/lib.schema": "2.
|
|
458
|
-
"@contractspec/lib.example-shared-ui": "2.
|
|
459
|
-
"@contractspec/lib.design-system": "2.
|
|
460
|
-
"@contractspec/lib.runtime-sandbox": "1.
|
|
452
|
+
"@contractspec/lib.identity-rbac": "2.3.0",
|
|
453
|
+
"@contractspec/lib.jobs": "2.3.0",
|
|
454
|
+
"@contractspec/module.audit-trail": "2.3.0",
|
|
455
|
+
"@contractspec/module.notifications": "2.3.0",
|
|
456
|
+
"@contractspec/lib.contracts-spec": "2.3.0",
|
|
457
|
+
"@contractspec/lib.schema": "2.3.0",
|
|
458
|
+
"@contractspec/lib.example-shared-ui": "2.3.0",
|
|
459
|
+
"@contractspec/lib.design-system": "2.3.0",
|
|
460
|
+
"@contractspec/lib.runtime-sandbox": "1.3.0",
|
|
461
461
|
"react": "19.2.4",
|
|
462
462
|
"react-dom": "19.2.4"
|
|
463
463
|
},
|
|
464
464
|
"devDependencies": {
|
|
465
|
-
"@contractspec/tool.typescript": "2.
|
|
465
|
+
"@contractspec/tool.typescript": "2.3.0",
|
|
466
466
|
"typescript": "^5.9.3",
|
|
467
467
|
"@types/react": "^19.2.14",
|
|
468
468
|
"@types/react-dom": "^19.2.2",
|
|
469
|
-
"@contractspec/tool.bun": "2.
|
|
469
|
+
"@contractspec/tool.bun": "2.3.0"
|
|
470
470
|
},
|
|
471
471
|
"publishConfig": {
|
|
472
472
|
"exports": {
|