@contractspec/example.crm-pipeline 3.7.22 → 3.7.24

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
5
- Bundled 45 modules in 71ms
5
+ Bundled 45 modules in 103ms
6
6
 
7
7
  ./crm-pipeline.feature.js 1.94 KB (entry point)
8
8
  seeders/index.js 0.72 KB (entry point)
@@ -51,7 +51,7 @@ Bundled 45 modules in 71ms
51
51
  docs/crm-pipeline.docblock.js 4.16 KB (entry point)
52
52
 
53
53
  [contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
54
- Bundled 45 modules in 83ms
54
+ Bundled 45 modules in 86ms
55
55
 
56
56
  ./crm-pipeline.feature.js 1.94 KB (entry point)
57
57
  seeders/index.js 0.72 KB (entry point)
@@ -100,7 +100,7 @@ Bundled 45 modules in 83ms
100
100
  docs/crm-pipeline.docblock.js 4.14 KB (entry point)
101
101
 
102
102
  [contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
103
- Bundled 45 modules in 87ms
103
+ Bundled 45 modules in 72ms
104
104
 
105
105
  ./crm-pipeline.feature.js 1.94 KB (entry point)
106
106
  seeders/index.js 0.72 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 3.7.24
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Stabilize Turborepo build caching by making generated artifacts deterministic, modeling web LLM generation explicitly, and avoiding no-op build-tool rewrites.
10
+ - Updated dependencies because of Centralize repeated dependency specs through Bun catalogs and align React Hook Form/Zod resolver types after dependency upgrades.
11
+ - @contractspec/lib.example-shared-ui@7.0.1
12
+ - @contractspec/lib.identity-rbac@3.7.22
13
+ - @contractspec/lib.presentation-runtime-core@5.0.2
14
+ - @contractspec/lib.runtime-sandbox@3.0.1
15
+ - @contractspec/module.audit-trail@3.7.22
16
+ - @contractspec/module.notifications@3.7.21
17
+ - @contractspec/lib.contracts-spec@5.5.1
18
+ - @contractspec/lib.design-system@3.11.2
19
+ - @contractspec/lib.ui-kit-web@3.11.1
20
+ - @contractspec/lib.schema@3.7.14
21
+
22
+ ## 3.7.23
23
+
24
+ ### Patch Changes
25
+
26
+ - chore: auto-bump internal dependents
27
+ - Updated dependencies because of chore: auto-bump internal dependents
28
+ - Updated dependencies because of Reduce published install and bundle size by optionalizing heavy runtime families and adding a repo dependency audit.
29
+ - Updated dependencies because of Stabilize Expo mobile chart rendering by avoiding CommonJS tslib helper resolution and completing native gesture-handler setup.
30
+ - @contractspec/lib.design-system@3.11.1
31
+ - @contractspec/lib.runtime-sandbox@3.0.0
32
+ - @contractspec/lib.example-shared-ui@7.0.0
33
+ - @contractspec/lib.ui-kit-web@3.11.0
34
+ - @contractspec/lib.presentation-runtime-core@5.0.1
35
+ - @contractspec/lib.contracts-spec@5.5.0
36
+ - @contractspec/lib.identity-rbac@3.7.21
37
+ - @contractspec/lib.schema@3.7.14
38
+ - @contractspec/module.audit-trail@3.7.21
39
+ - @contractspec/module.notifications@3.7.20
40
+
3
41
  ## 3.7.22
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "3.7.22",
3
+ "version": "3.7.24",
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.5.0",
342
- "@contractspec/lib.design-system": "3.11.0",
343
- "@contractspec/lib.example-shared-ui": "6.0.22",
344
- "@contractspec/lib.identity-rbac": "3.7.21",
345
- "@contractspec/lib.runtime-sandbox": "2.7.15",
341
+ "@contractspec/lib.contracts-spec": "5.5.1",
342
+ "@contractspec/lib.design-system": "3.11.2",
343
+ "@contractspec/lib.example-shared-ui": "7.0.1",
344
+ "@contractspec/lib.identity-rbac": "3.7.22",
345
+ "@contractspec/lib.runtime-sandbox": "3.0.1",
346
346
  "@contractspec/lib.schema": "3.7.14",
347
- "@contractspec/lib.ui-kit-web": "3.10.3",
348
- "@contractspec/module.audit-trail": "3.7.21",
349
- "@contractspec/module.notifications": "3.7.20",
347
+ "@contractspec/lib.ui-kit-web": "3.11.1",
348
+ "@contractspec/module.audit-trail": "3.7.22",
349
+ "@contractspec/module.notifications": "3.7.21",
350
350
  "react": "19.2.0",
351
351
  "react-dom": "19.2.0",
352
- "@contractspec/lib.presentation-runtime-core": "5.0.0"
352
+ "@contractspec/lib.presentation-runtime-core": "5.0.2"
353
353
  },
354
354
  "devDependencies": {
355
355
  "@contractspec/tool.typescript": "3.7.13",
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.15",
359
+ "@contractspec/tool.bun": "3.7.17",
360
360
  "happy-dom": "^20.8.9"
361
361
  },
362
362
  "publishConfig": {