@contractspec/example.crm-pipeline 3.7.12 → 3.7.14
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 +32 -0
- package/package.json +13 -13
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=45 noBundle=false
|
|
6
|
-
Bundled 45 modules in
|
|
6
|
+
Bundled 45 modules in 118ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
@@ -52,7 +52,7 @@ Bundled 45 modules in 157ms
|
|
|
52
52
|
docs/crm-pipeline.docblock.js 4.48 KB (entry point)
|
|
53
53
|
|
|
54
54
|
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
55
|
-
Bundled 45 modules in
|
|
55
|
+
Bundled 45 modules in 97ms
|
|
56
56
|
|
|
57
57
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
58
58
|
seeders/index.js 0.99 KB (entry point)
|
|
@@ -101,7 +101,7 @@ Bundled 45 modules in 99ms
|
|
|
101
101
|
docs/crm-pipeline.docblock.js 4.46 KB (entry point)
|
|
102
102
|
|
|
103
103
|
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
104
|
-
Bundled 45 modules in
|
|
104
|
+
Bundled 45 modules in 92ms
|
|
105
105
|
|
|
106
106
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
107
107
|
seeders/index.js 0.99 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 3.7.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: stability & release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- Updated dependencies [dd6e074]
|
|
10
|
+
- @contractspec/lib.presentation-runtime-core@3.9.2
|
|
11
|
+
- @contractspec/lib.example-shared-ui@6.0.14
|
|
12
|
+
- @contractspec/module.notifications@3.7.13
|
|
13
|
+
- @contractspec/lib.runtime-sandbox@2.7.11
|
|
14
|
+
- @contractspec/lib.contracts-spec@5.0.2
|
|
15
|
+
- @contractspec/module.audit-trail@3.7.14
|
|
16
|
+
- @contractspec/lib.design-system@3.8.7
|
|
17
|
+
- @contractspec/lib.identity-rbac@3.7.14
|
|
18
|
+
- @contractspec/lib.ui-kit-web@3.9.6
|
|
19
|
+
- @contractspec/lib.schema@3.7.11
|
|
20
|
+
|
|
21
|
+
## 3.7.13
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [dd6e074]
|
|
26
|
+
- @contractspec/lib.contracts-spec@5.0.1
|
|
27
|
+
- @contractspec/lib.design-system@3.8.6
|
|
28
|
+
- @contractspec/lib.example-shared-ui@6.0.13
|
|
29
|
+
- @contractspec/lib.identity-rbac@3.7.13
|
|
30
|
+
- @contractspec/lib.presentation-runtime-core@3.9.1
|
|
31
|
+
- @contractspec/lib.ui-kit-web@3.9.5
|
|
32
|
+
- @contractspec/module.audit-trail@3.7.13
|
|
33
|
+
- @contractspec/module.notifications@3.7.13
|
|
34
|
+
|
|
3
35
|
## 3.7.12
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.crm-pipeline",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.14",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -338,25 +338,25 @@
|
|
|
338
338
|
"typecheck": "tsc --noEmit"
|
|
339
339
|
},
|
|
340
340
|
"dependencies": {
|
|
341
|
-
"@contractspec/lib.contracts-spec": "5.0.
|
|
342
|
-
"@contractspec/lib.design-system": "3.8.
|
|
343
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
344
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
345
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
346
|
-
"@contractspec/lib.schema": "3.7.
|
|
347
|
-
"@contractspec/lib.ui-kit-web": "3.9.
|
|
348
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
349
|
-
"@contractspec/module.notifications": "3.7.
|
|
341
|
+
"@contractspec/lib.contracts-spec": "5.0.2",
|
|
342
|
+
"@contractspec/lib.design-system": "3.8.7",
|
|
343
|
+
"@contractspec/lib.example-shared-ui": "6.0.14",
|
|
344
|
+
"@contractspec/lib.identity-rbac": "3.7.14",
|
|
345
|
+
"@contractspec/lib.runtime-sandbox": "2.7.11",
|
|
346
|
+
"@contractspec/lib.schema": "3.7.11",
|
|
347
|
+
"@contractspec/lib.ui-kit-web": "3.9.6",
|
|
348
|
+
"@contractspec/module.audit-trail": "3.7.14",
|
|
349
|
+
"@contractspec/module.notifications": "3.7.13",
|
|
350
350
|
"react": "19.2.0",
|
|
351
351
|
"react-dom": "19.2.0",
|
|
352
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
352
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.2"
|
|
353
353
|
},
|
|
354
354
|
"devDependencies": {
|
|
355
|
-
"@contractspec/tool.typescript": "3.7.
|
|
355
|
+
"@contractspec/tool.typescript": "3.7.10",
|
|
356
356
|
"typescript": "^5.9.3",
|
|
357
357
|
"@types/react": "^19.2.14",
|
|
358
358
|
"@types/react-dom": "^19.2.2",
|
|
359
|
-
"@contractspec/tool.bun": "3.7.
|
|
359
|
+
"@contractspec/tool.bun": "3.7.10",
|
|
360
360
|
"happy-dom": "^20.8.4"
|
|
361
361
|
},
|
|
362
362
|
"publishConfig": {
|