@contractspec/example.crm-pipeline 3.7.29 → 3.7.31

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 110ms
5
+ Bundled 45 modules in 145ms
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 110ms
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 88ms
54
+ Bundled 45 modules in 100ms
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 88ms
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 92ms
103
+ Bundled 45 modules in 58ms
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,35 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 3.7.31
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 Add first-class monorepo-aware environment contracts and managed/BYOK credential setup helpers.
10
+ - Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail that keeps AppShell content centered while expanding on hover or keyboard focus.
11
+ - @contractspec/lib.example-shared-ui@7.0.8
12
+ - @contractspec/lib.identity-rbac@3.8.1
13
+ - @contractspec/lib.notification@0.2.1
14
+ - @contractspec/lib.presentation-runtime-core@5.2.2
15
+ - @contractspec/lib.presentation-runtime-react@40.0.2
16
+ - @contractspec/lib.runtime-sandbox@3.0.7
17
+ - @contractspec/lib.ui-kit-web@3.13.3
18
+ - @contractspec/module.audit-trail@3.7.28
19
+ - @contractspec/lib.contracts-spec@6.3.0
20
+ - @contractspec/lib.design-system@4.4.2
21
+
22
+ ## 3.7.30
23
+
24
+ ### Patch Changes
25
+
26
+ - chore: auto-bump internal dependents
27
+ - Updated dependencies because of Fix AppShell desktop sidebar collapse/layout and web notification dismissal behavior.
28
+ - Updated dependencies because of chore: auto-bump internal dependents
29
+ - Updated dependencies because of Fix FormSpec phone country-select rendering to remove duplicated country adornments.
30
+ - @contractspec/lib.design-system@4.4.1
31
+ - @contractspec/lib.example-shared-ui@7.0.7
32
+
3
33
  ## 3.7.29
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "3.7.29",
3
+ "version": "3.7.31",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -338,17 +338,17 @@
338
338
  "typecheck": "tsc --noEmit"
339
339
  },
340
340
  "dependencies": {
341
- "@contractspec/lib.contracts-spec": "6.2.0",
342
- "@contractspec/lib.design-system": "4.4.0",
343
- "@contractspec/lib.example-shared-ui": "7.0.6",
344
- "@contractspec/lib.identity-rbac": "3.8.0",
345
- "@contractspec/lib.notification": "0.2.0",
346
- "@contractspec/lib.presentation-runtime-core": "5.2.1",
347
- "@contractspec/lib.presentation-runtime-react": "40.0.1",
348
- "@contractspec/lib.runtime-sandbox": "3.0.6",
341
+ "@contractspec/lib.contracts-spec": "6.3.0",
342
+ "@contractspec/lib.design-system": "4.4.2",
343
+ "@contractspec/lib.example-shared-ui": "7.0.8",
344
+ "@contractspec/lib.identity-rbac": "3.8.1",
345
+ "@contractspec/lib.notification": "0.2.1",
346
+ "@contractspec/lib.presentation-runtime-core": "5.2.2",
347
+ "@contractspec/lib.presentation-runtime-react": "40.0.2",
348
+ "@contractspec/lib.runtime-sandbox": "3.0.7",
349
349
  "@contractspec/lib.schema": "3.7.14",
350
- "@contractspec/lib.ui-kit-web": "3.13.2",
351
- "@contractspec/module.audit-trail": "3.7.27",
350
+ "@contractspec/lib.ui-kit-web": "3.13.3",
351
+ "@contractspec/module.audit-trail": "3.7.28",
352
352
  "react": "19.2.0",
353
353
  "react-dom": "19.2.0"
354
354
  },