@contractspec/example.crm-pipeline 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119224015

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/dist/index.d.ts CHANGED
@@ -31,14 +31,14 @@ import { crmPipelineReactRenderer } from "./ui/renderers/pipeline.renderer.js";
31
31
  import { crmDashboardMarkdownRenderer, crmPipelineMarkdownRenderer } from "./ui/renderers/pipeline.markdown.js";
32
32
  import { crmDemoOverlay, crmOverlays, crmSalesRepOverlay } from "./ui/overlays/demo-overlays.js";
33
33
  import "./ui/index.js";
34
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
34
+ import * as _contractspec_lib_schema69 from "@contractspec/lib.schema";
35
35
 
36
36
  //#region src/index.d.ts
37
37
  /**
38
38
  * Complete schema composition for CRM Pipeline.
39
39
  */
40
40
  declare const schemaComposition: {
41
- modules: _contractspec_lib_schema0.ModuleSchemaContribution[];
41
+ modules: _contractspec_lib_schema69.ModuleSchemaContribution[];
42
42
  provider: "postgresql";
43
43
  outputPath: string;
44
44
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsBa;WASZ,yBAAA,CAAA,wBAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsBa;WASZ,0BAAA,CAAA,wBAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "0.0.0-canary-20260119224109",
3
+ "version": "0.0.0-canary-20260119224015",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -65,15 +65,15 @@
65
65
  "test": "bun test"
66
66
  },
67
67
  "dependencies": {
68
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
69
- "@contractspec/lib.design-system": "0.0.0-canary-20260119224109",
70
- "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119224109",
71
- "@contractspec/lib.identity-rbac": "0.0.0-canary-20260119224109",
68
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
69
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119224015",
70
+ "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119224015",
71
+ "@contractspec/lib.identity-rbac": "0.0.0-canary-20260119224015",
72
72
  "@contractspec/lib.runtime-sandbox": "0.3.0",
73
73
  "@contractspec/lib.schema": "1.48.0",
74
74
  "@contractspec/lib.ui-kit-web": "1.48.0",
75
- "@contractspec/module.audit-trail": "0.0.0-canary-20260119224109",
76
- "@contractspec/module.notifications": "0.0.0-canary-20260119224109",
75
+ "@contractspec/module.audit-trail": "0.0.0-canary-20260119224015",
76
+ "@contractspec/module.notifications": "0.0.0-canary-20260119224015",
77
77
  "react": "19.2.3",
78
78
  "react-dom": "19.2.3"
79
79
  },