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