@contractspec/example.crm-pipeline 3.1.1 → 3.3.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.
@@ -3,12 +3,12 @@ $ 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 87ms
6
+ Bundled 44 modules in 59ms
7
7
 
8
- ./crm-pipeline.feature.js 2.29 KB (entry point)
8
+ ./crm-pipeline.feature.js 2.54 KB (entry point)
9
9
  seeders/index.js 1.00 KB (entry point)
10
10
  shared/overlay-types.js 8 bytes (entry point)
11
- ./index.js 116.45 KB (entry point)
11
+ ./index.js 116.70 KB (entry point)
12
12
  ui/index.js 74.41 KB (entry point)
13
13
  ui/overlays/index.js 1.19 KB (entry point)
14
14
  ui/renderers/index.js 28.45 KB (entry point)
@@ -51,12 +51,12 @@ Bundled 44 modules in 87ms
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 62ms
54
+ Bundled 44 modules in 53ms
55
55
 
56
- ./crm-pipeline.feature.js 2.29 KB (entry point)
56
+ ./crm-pipeline.feature.js 2.54 KB (entry point)
57
57
  seeders/index.js 0.99 KB (entry point)
58
58
  shared/overlay-types.js 0 KB (entry point)
59
- ./index.js 116.40 KB (entry point)
59
+ ./index.js 116.65 KB (entry point)
60
60
  ui/index.js 74.38 KB (entry point)
61
61
  ui/overlays/index.js 1.19 KB (entry point)
62
62
  ui/renderers/index.js 28.44 KB (entry point)
@@ -99,12 +99,12 @@ Bundled 44 modules in 62ms
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 87ms
102
+ Bundled 44 modules in 38ms
103
103
 
104
- ./crm-pipeline.feature.js 2.29 KB (entry point)
104
+ ./crm-pipeline.feature.js 2.54 KB (entry point)
105
105
  seeders/index.js 0.99 KB (entry point)
106
106
  shared/overlay-types.js 0 KB (entry point)
107
- ./index.js 116.40 KB (entry point)
107
+ ./index.js 116.65 KB (entry point)
108
108
  ui/index.js 74.38 KB (entry point)
109
109
  ui/overlays/index.js 1.19 KB (entry point)
110
110
  ui/renderers/index.js 28.44 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 890a0da: fix: stability improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [890a0da]
12
+ - @contractspec/lib.example-shared-ui@3.3.0
13
+ - @contractspec/module.notifications@3.3.0
14
+ - @contractspec/lib.runtime-sandbox@2.3.0
15
+ - @contractspec/lib.contracts-spec@3.3.0
16
+ - @contractspec/module.audit-trail@3.3.0
17
+ - @contractspec/lib.design-system@3.3.0
18
+ - @contractspec/lib.identity-rbac@3.3.0
19
+ - @contractspec/lib.ui-kit-web@3.3.0
20
+ - @contractspec/lib.schema@3.3.0
21
+
22
+ ## 3.2.0
23
+
24
+ ### Minor Changes
25
+
26
+ - a281fc5: fix: missing dependencies
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [a281fc5]
31
+ - @contractspec/lib.example-shared-ui@3.2.0
32
+ - @contractspec/module.notifications@3.2.0
33
+ - @contractspec/lib.runtime-sandbox@2.2.0
34
+ - @contractspec/lib.contracts-spec@3.2.0
35
+ - @contractspec/module.audit-trail@3.2.0
36
+ - @contractspec/lib.design-system@3.2.0
37
+ - @contractspec/lib.identity-rbac@3.2.0
38
+ - @contractspec/lib.ui-kit-web@3.2.0
39
+ - @contractspec/lib.schema@3.2.0
40
+
3
41
  ## 3.1.1
4
42
 
5
43
  ### Patch Changes
@@ -68,7 +68,14 @@ var CrmPipelineFeature = defineFeature({
68
68
  { key: "audit-trail", version: "1.0.0" },
69
69
  { key: "notifications", version: "1.0.0" }
70
70
  ]
71
- }
71
+ },
72
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
73
+ docs: [
74
+ "docs.examples.crm-pipeline.goal",
75
+ "docs.examples.crm-pipeline.usage",
76
+ "docs.examples.crm-pipeline.reference",
77
+ "docs.examples.crm-pipeline.constraints"
78
+ ]
72
79
  });
73
80
  export {
74
81
  CrmPipelineFeature
@@ -68,7 +68,14 @@ var CrmPipelineFeature = defineFeature({
68
68
  { key: "audit-trail", version: "1.0.0" },
69
69
  { key: "notifications", version: "1.0.0" }
70
70
  ]
71
- }
71
+ },
72
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
73
+ docs: [
74
+ "docs.examples.crm-pipeline.goal",
75
+ "docs.examples.crm-pipeline.usage",
76
+ "docs.examples.crm-pipeline.reference",
77
+ "docs.examples.crm-pipeline.constraints"
78
+ ]
72
79
  });
73
80
 
74
81
  // src/deal/deal.enum.ts
@@ -69,7 +69,14 @@ var CrmPipelineFeature = defineFeature({
69
69
  { key: "audit-trail", version: "1.0.0" },
70
70
  { key: "notifications", version: "1.0.0" }
71
71
  ]
72
- }
72
+ },
73
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
74
+ docs: [
75
+ "docs.examples.crm-pipeline.goal",
76
+ "docs.examples.crm-pipeline.usage",
77
+ "docs.examples.crm-pipeline.reference",
78
+ "docs.examples.crm-pipeline.constraints"
79
+ ]
73
80
  });
74
81
  export {
75
82
  CrmPipelineFeature
package/dist/index.js CHANGED
@@ -69,7 +69,14 @@ var CrmPipelineFeature = defineFeature({
69
69
  { key: "audit-trail", version: "1.0.0" },
70
70
  { key: "notifications", version: "1.0.0" }
71
71
  ]
72
- }
72
+ },
73
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
74
+ docs: [
75
+ "docs.examples.crm-pipeline.goal",
76
+ "docs.examples.crm-pipeline.usage",
77
+ "docs.examples.crm-pipeline.reference",
78
+ "docs.examples.crm-pipeline.constraints"
79
+ ]
73
80
  });
74
81
 
75
82
  // src/deal/deal.enum.ts
@@ -68,7 +68,14 @@ var CrmPipelineFeature = defineFeature({
68
68
  { key: "audit-trail", version: "1.0.0" },
69
69
  { key: "notifications", version: "1.0.0" }
70
70
  ]
71
- }
71
+ },
72
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
73
+ docs: [
74
+ "docs.examples.crm-pipeline.goal",
75
+ "docs.examples.crm-pipeline.usage",
76
+ "docs.examples.crm-pipeline.reference",
77
+ "docs.examples.crm-pipeline.constraints"
78
+ ]
72
79
  });
73
80
  export {
74
81
  CrmPipelineFeature
@@ -68,7 +68,14 @@ var CrmPipelineFeature = defineFeature({
68
68
  { key: "audit-trail", version: "1.0.0" },
69
69
  { key: "notifications", version: "1.0.0" }
70
70
  ]
71
- }
71
+ },
72
+ telemetry: [{ key: "crm-pipeline.telemetry", version: "1.0.0" }],
73
+ docs: [
74
+ "docs.examples.crm-pipeline.goal",
75
+ "docs.examples.crm-pipeline.usage",
76
+ "docs.examples.crm-pipeline.reference",
77
+ "docs.examples.crm-pipeline.constraints"
78
+ ]
72
79
  });
73
80
 
74
81
  // src/deal/deal.enum.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "3.1.1",
3
+ "version": "3.3.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": "3.1.1",
426
- "@contractspec/lib.design-system": "3.1.1",
427
- "@contractspec/lib.example-shared-ui": "3.1.1",
428
- "@contractspec/lib.identity-rbac": "3.1.1",
429
- "@contractspec/lib.runtime-sandbox": "2.1.0",
430
- "@contractspec/lib.schema": "3.1.0",
431
- "@contractspec/lib.ui-kit-web": "3.1.0",
432
- "@contractspec/module.audit-trail": "3.1.1",
433
- "@contractspec/module.notifications": "3.1.1",
425
+ "@contractspec/lib.contracts-spec": "3.3.0",
426
+ "@contractspec/lib.design-system": "3.3.0",
427
+ "@contractspec/lib.example-shared-ui": "3.3.0",
428
+ "@contractspec/lib.identity-rbac": "3.3.0",
429
+ "@contractspec/lib.runtime-sandbox": "2.3.0",
430
+ "@contractspec/lib.schema": "3.3.0",
431
+ "@contractspec/lib.ui-kit-web": "3.3.0",
432
+ "@contractspec/module.audit-trail": "3.3.0",
433
+ "@contractspec/module.notifications": "3.3.0",
434
434
  "react": "19.2.4",
435
435
  "react-dom": "19.2.4"
436
436
  },
437
437
  "devDependencies": {
438
- "@contractspec/tool.typescript": "3.1.0",
438
+ "@contractspec/tool.typescript": "3.3.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": "3.1.0"
442
+ "@contractspec/tool.bun": "3.3.0"
443
443
  },
444
444
  "publishConfig": {
445
445
  "exports": {
@@ -97,4 +97,13 @@ export const CrmPipelineFeature = defineFeature({
97
97
  { key: 'notifications', version: '1.0.0' },
98
98
  ],
99
99
  },
100
+
101
+ telemetry: [{ key: 'crm-pipeline.telemetry', version: '1.0.0' }],
102
+
103
+ docs: [
104
+ 'docs.examples.crm-pipeline.goal',
105
+ 'docs.examples.crm-pipeline.usage',
106
+ 'docs.examples.crm-pipeline.reference',
107
+ 'docs.examples.crm-pipeline.constraints',
108
+ ],
100
109
  });