@contractspec/example.crm-pipeline 2.4.0 → 2.5.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 +22 -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=44
|
|
6
|
-
Bundled 44 modules in
|
|
6
|
+
Bundled 44 modules in 74ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
@@ -51,7 +51,7 @@ Bundled 44 modules in 77ms
|
|
|
51
51
|
docs/crm-pipeline.docblock.js 4.43 KB (entry point)
|
|
52
52
|
|
|
53
53
|
[contractspec-bun-build] transpile target=node root=src entries=44
|
|
54
|
-
Bundled 44 modules in
|
|
54
|
+
Bundled 44 modules in 56ms
|
|
55
55
|
|
|
56
56
|
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
57
57
|
seeders/index.js 0.99 KB (entry point)
|
|
@@ -99,7 +99,7 @@ Bundled 44 modules in 91ms
|
|
|
99
99
|
docs/crm-pipeline.docblock.js 4.41 KB (entry point)
|
|
100
100
|
|
|
101
101
|
[contractspec-bun-build] transpile target=browser root=src entries=44
|
|
102
|
-
Bundled 44 modules in
|
|
102
|
+
Bundled 44 modules in 72ms
|
|
103
103
|
|
|
104
104
|
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
105
105
|
seeders/index.js 0.99 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c83c323: feat: major change to content generation
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [4fa3bd4]
|
|
12
|
+
- Updated dependencies [63eee9b]
|
|
13
|
+
- Updated dependencies [284cbe2]
|
|
14
|
+
- Updated dependencies [c83c323]
|
|
15
|
+
- @contractspec/lib.contracts-spec@2.5.0
|
|
16
|
+
- @contractspec/module.notifications@2.5.0
|
|
17
|
+
- @contractspec/lib.example-shared-ui@2.5.0
|
|
18
|
+
- @contractspec/lib.runtime-sandbox@1.5.0
|
|
19
|
+
- @contractspec/module.audit-trail@2.5.0
|
|
20
|
+
- @contractspec/lib.design-system@2.5.0
|
|
21
|
+
- @contractspec/lib.identity-rbac@2.5.0
|
|
22
|
+
- @contractspec/lib.ui-kit-web@2.5.0
|
|
23
|
+
- @contractspec/lib.schema@2.5.0
|
|
24
|
+
|
|
3
25
|
## 2.4.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.crm-pipeline",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -422,24 +422,24 @@
|
|
|
422
422
|
"typecheck": "tsc --noEmit"
|
|
423
423
|
},
|
|
424
424
|
"dependencies": {
|
|
425
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
426
|
-
"@contractspec/lib.design-system": "2.
|
|
427
|
-
"@contractspec/lib.example-shared-ui": "2.
|
|
428
|
-
"@contractspec/lib.identity-rbac": "2.
|
|
429
|
-
"@contractspec/lib.runtime-sandbox": "1.
|
|
430
|
-
"@contractspec/lib.schema": "2.
|
|
431
|
-
"@contractspec/lib.ui-kit-web": "2.
|
|
432
|
-
"@contractspec/module.audit-trail": "2.
|
|
433
|
-
"@contractspec/module.notifications": "2.
|
|
425
|
+
"@contractspec/lib.contracts-spec": "2.5.0",
|
|
426
|
+
"@contractspec/lib.design-system": "2.5.0",
|
|
427
|
+
"@contractspec/lib.example-shared-ui": "2.5.0",
|
|
428
|
+
"@contractspec/lib.identity-rbac": "2.5.0",
|
|
429
|
+
"@contractspec/lib.runtime-sandbox": "1.5.0",
|
|
430
|
+
"@contractspec/lib.schema": "2.5.0",
|
|
431
|
+
"@contractspec/lib.ui-kit-web": "2.5.0",
|
|
432
|
+
"@contractspec/module.audit-trail": "2.5.0",
|
|
433
|
+
"@contractspec/module.notifications": "2.5.0",
|
|
434
434
|
"react": "19.2.4",
|
|
435
435
|
"react-dom": "19.2.4"
|
|
436
436
|
},
|
|
437
437
|
"devDependencies": {
|
|
438
|
-
"@contractspec/tool.typescript": "2.
|
|
438
|
+
"@contractspec/tool.typescript": "2.5.0",
|
|
439
439
|
"typescript": "^5.9.3",
|
|
440
440
|
"@types/react": "^19.2.14",
|
|
441
441
|
"@types/react-dom": "^19.2.2",
|
|
442
|
-
"@contractspec/tool.bun": "2.
|
|
442
|
+
"@contractspec/tool.bun": "2.5.0"
|
|
443
443
|
},
|
|
444
444
|
"publishConfig": {
|
|
445
445
|
"exports": {
|