@contractspec/module.examples 3.7.6 → 3.8.2
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/README.md +58 -10
- package/dist/builtins.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +211 -113
- package/dist/node/index.js +211 -113
- package/dist/runtime/context.d.ts +6 -6
- package/dist/runtime/installer.d.ts +2 -2
- package/dist/runtime/presentations.d.ts +2 -0
- package/dist/runtime/registry.d.ts +1 -1
- package/package.json +61 -56
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.examples",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.2",
|
|
4
4
|
"description": "Example contract specifications collection",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"dev": "contractspec-bun-build dev",
|
|
25
25
|
"clean": "rimraf dist .turbo",
|
|
26
26
|
"lint": "bun lint:fix",
|
|
27
|
-
"lint:fix": "
|
|
28
|
-
"lint:check": "
|
|
27
|
+
"lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
|
|
28
|
+
"lint:check": "biome check .",
|
|
29
29
|
"test": "bun test",
|
|
30
30
|
"generate:registry": "bun ../../../scripts/generate-example-registry.ts --write",
|
|
31
31
|
"prebuild": "bun run generate:registry && contractspec-bun-build prebuild",
|
|
@@ -33,63 +33,68 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@apollo/client": "^4.1.6",
|
|
36
|
-
"@contractspec/example.agent-console": "3.
|
|
37
|
-
"@contractspec/example.ai-chat-assistant": "3.
|
|
38
|
-
"@contractspec/example.ai-support-bot": "3.7.
|
|
39
|
-
"@contractspec/example.analytics-dashboard": "3.
|
|
40
|
-
"@contractspec/example.calendar-google": "3.7.
|
|
41
|
-
"@contractspec/example.content-generation": "3.7.
|
|
42
|
-
"@contractspec/example.crm-pipeline": "3.7.
|
|
43
|
-
"@contractspec/example.
|
|
44
|
-
"@contractspec/example.
|
|
45
|
-
"@contractspec/example.
|
|
46
|
-
"@contractspec/example.integration-
|
|
47
|
-
"@contractspec/example.integration-
|
|
48
|
-
"@contractspec/example.integration-
|
|
49
|
-
"@contractspec/example.
|
|
50
|
-
"@contractspec/example.
|
|
51
|
-
"@contractspec/example.
|
|
52
|
-
"@contractspec/example.
|
|
53
|
-
"@contractspec/example.learning-journey-
|
|
54
|
-
"@contractspec/example.learning-journey-
|
|
55
|
-
"@contractspec/example.learning-journey-
|
|
56
|
-
"@contractspec/example.learning-journey-
|
|
57
|
-
"@contractspec/example.learning-journey-
|
|
58
|
-
"@contractspec/example.learning-journey-
|
|
59
|
-
"@contractspec/example.learning-journey-
|
|
60
|
-
"@contractspec/example.learning-journey-ui-
|
|
61
|
-
"@contractspec/example.learning-journey-ui-
|
|
62
|
-
"@contractspec/example.learning-journey-ui-
|
|
63
|
-
"@contractspec/example.learning-
|
|
64
|
-
"@contractspec/example.
|
|
65
|
-
"@contractspec/example.lifecycle-
|
|
66
|
-
"@contractspec/example.
|
|
67
|
-
"@contractspec/example.
|
|
68
|
-
"@contractspec/example.
|
|
69
|
-
"@contractspec/example.
|
|
70
|
-
"@contractspec/example.
|
|
71
|
-
"@contractspec/example.
|
|
72
|
-
"@contractspec/example.
|
|
73
|
-
"@contractspec/example.
|
|
74
|
-
"@contractspec/example.
|
|
75
|
-
"@contractspec/example.
|
|
76
|
-
"@contractspec/example.
|
|
77
|
-
"@contractspec/example.
|
|
78
|
-
"@contractspec/example.
|
|
79
|
-
"@contractspec/example.
|
|
80
|
-
"@contractspec/example.
|
|
81
|
-
"@contractspec/example.
|
|
82
|
-
"@contractspec/example.
|
|
83
|
-
"@contractspec/example.
|
|
84
|
-
"@contractspec/
|
|
85
|
-
"@contractspec/
|
|
86
|
-
"@contractspec/
|
|
36
|
+
"@contractspec/example.agent-console": "3.8.2",
|
|
37
|
+
"@contractspec/example.ai-chat-assistant": "3.8.2",
|
|
38
|
+
"@contractspec/example.ai-support-bot": "3.7.10",
|
|
39
|
+
"@contractspec/example.analytics-dashboard": "3.9.2",
|
|
40
|
+
"@contractspec/example.calendar-google": "3.7.10",
|
|
41
|
+
"@contractspec/example.content-generation": "3.7.10",
|
|
42
|
+
"@contractspec/example.crm-pipeline": "3.7.10",
|
|
43
|
+
"@contractspec/example.data-grid-showcase": "3.8.2",
|
|
44
|
+
"@contractspec/example.email-gmail": "3.7.10",
|
|
45
|
+
"@contractspec/example.in-app-docs": "3.7.10",
|
|
46
|
+
"@contractspec/example.integration-hub": "3.8.2",
|
|
47
|
+
"@contractspec/example.integration-posthog": "3.7.10",
|
|
48
|
+
"@contractspec/example.integration-stripe": "3.7.10",
|
|
49
|
+
"@contractspec/example.integration-supabase": "3.7.10",
|
|
50
|
+
"@contractspec/example.voice-providers": "3.7.10",
|
|
51
|
+
"@contractspec/example.kb-update-pipeline": "3.7.10",
|
|
52
|
+
"@contractspec/example.knowledge-canon": "3.7.10",
|
|
53
|
+
"@contractspec/example.learning-journey-ambient-coach": "3.7.10",
|
|
54
|
+
"@contractspec/example.learning-journey-crm-onboarding": "3.7.10",
|
|
55
|
+
"@contractspec/example.learning-journey-duo-drills": "3.7.10",
|
|
56
|
+
"@contractspec/example.learning-journey-platform-tour": "3.7.10",
|
|
57
|
+
"@contractspec/example.learning-journey-quest-challenges": "3.7.10",
|
|
58
|
+
"@contractspec/example.learning-journey-registry": "3.7.10",
|
|
59
|
+
"@contractspec/example.learning-journey-studio-onboarding": "3.7.10",
|
|
60
|
+
"@contractspec/example.learning-journey-ui-coaching": "3.7.10",
|
|
61
|
+
"@contractspec/example.learning-journey-ui-gamified": "3.7.10",
|
|
62
|
+
"@contractspec/example.learning-journey-ui-onboarding": "3.7.10",
|
|
63
|
+
"@contractspec/example.learning-journey-ui-shared": "3.7.10",
|
|
64
|
+
"@contractspec/example.learning-patterns": "3.7.10",
|
|
65
|
+
"@contractspec/example.lifecycle-cli": "3.7.10",
|
|
66
|
+
"@contractspec/example.lifecycle-dashboard": "3.7.10",
|
|
67
|
+
"@contractspec/example.locale-jurisdiction-gate": "3.7.10",
|
|
68
|
+
"@contractspec/example.marketplace": "3.8.2",
|
|
69
|
+
"@contractspec/example.meeting-recorder-providers": "3.7.10",
|
|
70
|
+
"@contractspec/example.messaging-agent-actions": "3.8.2",
|
|
71
|
+
"@contractspec/example.minimal": "2.8.2",
|
|
72
|
+
"@contractspec/example.openbanking-powens": "3.7.10",
|
|
73
|
+
"@contractspec/example.opencode-cli": "2.8.2",
|
|
74
|
+
"@contractspec/example.personalization": "3.7.10",
|
|
75
|
+
"@contractspec/example.pocket-family-office": "3.7.10",
|
|
76
|
+
"@contractspec/example.policy-safe-knowledge-assistant": "3.7.10",
|
|
77
|
+
"@contractspec/example.product-intent": "3.7.10",
|
|
78
|
+
"@contractspec/example.project-management-sync": "3.7.10",
|
|
79
|
+
"@contractspec/example.saas-boilerplate": "3.8.2",
|
|
80
|
+
"@contractspec/example.service-business-os": "3.7.10",
|
|
81
|
+
"@contractspec/example.team-hub": "3.7.10",
|
|
82
|
+
"@contractspec/example.versioned-knowledge-base": "3.7.10",
|
|
83
|
+
"@contractspec/example.video-api-showcase": "3.7.10",
|
|
84
|
+
"@contractspec/example.video-docs-terminal": "3.7.10",
|
|
85
|
+
"@contractspec/example.video-marketing-clip": "3.7.10",
|
|
86
|
+
"@contractspec/example.visualization-showcase": "3.9.2",
|
|
87
|
+
"@contractspec/example.wealth-snapshot": "3.7.10",
|
|
88
|
+
"@contractspec/example.workflow-system": "3.8.2",
|
|
89
|
+
"@contractspec/lib.contracts-spec": "4.1.2",
|
|
90
|
+
"@contractspec/lib.example-shared-ui": "6.0.10",
|
|
91
|
+
"@contractspec/lib.runtime-sandbox": "2.7.9",
|
|
87
92
|
"zod": "^4.3.5"
|
|
88
93
|
},
|
|
89
94
|
"devDependencies": {
|
|
90
|
-
"@contractspec/tool.typescript": "3.7.
|
|
95
|
+
"@contractspec/tool.typescript": "3.7.8",
|
|
91
96
|
"typescript": "^5.9.3",
|
|
92
|
-
"@contractspec/tool.bun": "3.7.
|
|
97
|
+
"@contractspec/tool.bun": "3.7.8"
|
|
93
98
|
},
|
|
94
99
|
"exports": {
|
|
95
100
|
".": {
|