@contractspec/module.examples 3.8.8 → 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.
@@ -0,0 +1,6 @@
1
+ export interface TemplateApolloRuntime<TApolloClient> {
2
+ graphql: {
3
+ apollo: TApolloClient;
4
+ };
5
+ }
6
+ export declare function getTemplateApolloClient<TApolloClient>(runtime: TemplateApolloRuntime<TApolloClient>): TApolloClient;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/module.examples",
3
- "version": "3.8.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.6",
36
- "@contractspec/example.agent-console": "3.8.8",
37
- "@contractspec/example.ai-chat-assistant": "3.8.8",
38
- "@contractspec/example.ai-support-bot": "3.7.16",
39
- "@contractspec/example.analytics-dashboard": "3.9.8",
40
- "@contractspec/example.calendar-google": "3.7.16",
41
- "@contractspec/example.content-generation": "3.7.16",
42
- "@contractspec/example.crm-pipeline": "3.7.16",
43
- "@contractspec/example.data-grid-showcase": "3.8.8",
44
- "@contractspec/example.email-gmail": "3.7.16",
45
- "@contractspec/example.in-app-docs": "3.7.16",
46
- "@contractspec/example.integration-hub": "3.8.8",
47
- "@contractspec/example.integration-posthog": "3.7.16",
48
- "@contractspec/example.integration-stripe": "3.7.16",
49
- "@contractspec/example.integration-supabase": "3.7.16",
50
- "@contractspec/example.voice-providers": "3.7.16",
51
- "@contractspec/example.kb-update-pipeline": "3.7.16",
52
- "@contractspec/example.knowledge-canon": "3.7.16",
53
- "@contractspec/example.learning-journey-ambient-coach": "3.7.16",
54
- "@contractspec/example.learning-journey-crm-onboarding": "3.7.16",
55
- "@contractspec/example.learning-journey-duo-drills": "3.7.16",
56
- "@contractspec/example.learning-journey-platform-tour": "3.7.16",
57
- "@contractspec/example.learning-journey-quest-challenges": "3.7.16",
58
- "@contractspec/example.learning-journey-registry": "3.7.16",
59
- "@contractspec/example.learning-journey-studio-onboarding": "3.7.16",
60
- "@contractspec/example.learning-journey-ui-coaching": "3.7.16",
61
- "@contractspec/example.learning-journey-ui-gamified": "3.7.16",
62
- "@contractspec/example.learning-journey-ui-onboarding": "3.7.16",
63
- "@contractspec/example.learning-journey-ui-shared": "3.7.16",
64
- "@contractspec/example.learning-patterns": "3.7.16",
65
- "@contractspec/example.lifecycle-cli": "3.7.16",
66
- "@contractspec/example.lifecycle-dashboard": "3.7.16",
67
- "@contractspec/example.locale-jurisdiction-gate": "3.7.16",
68
- "@contractspec/example.marketplace": "3.8.8",
69
- "@contractspec/example.meeting-recorder-providers": "3.7.16",
70
- "@contractspec/example.messaging-agent-actions": "3.8.8",
71
- "@contractspec/example.minimal": "2.8.8",
72
- "@contractspec/example.openbanking-powens": "3.7.16",
73
- "@contractspec/example.opencode-cli": "2.8.8",
74
- "@contractspec/example.personalization": "3.7.16",
75
- "@contractspec/example.pocket-family-office": "3.7.16",
76
- "@contractspec/example.policy-safe-knowledge-assistant": "3.7.16",
77
- "@contractspec/example.product-intent": "3.7.16",
78
- "@contractspec/example.project-management-sync": "3.7.16",
79
- "@contractspec/example.saas-boilerplate": "3.8.8",
80
- "@contractspec/example.service-business-os": "3.7.16",
81
- "@contractspec/example.team-hub": "3.7.16",
82
- "@contractspec/example.versioned-knowledge-base": "3.7.16",
83
- "@contractspec/example.video-api-showcase": "3.7.16",
84
- "@contractspec/example.video-docs-terminal": "3.7.16",
85
- "@contractspec/example.video-marketing-clip": "3.7.16",
86
- "@contractspec/example.visualization-showcase": "3.9.8",
87
- "@contractspec/example.wealth-snapshot": "3.7.16",
88
- "@contractspec/example.workflow-system": "3.8.8",
89
- "@contractspec/lib.contracts-spec": "5.0.4",
90
- "@contractspec/lib.example-shared-ui": "6.0.16",
91
- "@contractspec/lib.runtime-sandbox": "2.7.13",
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
+ "@contractspec/lib.runtime-sandbox": "2.7.14",
92
92
  "zod": "^4.3.5",
93
- "@contractspec/lib.contracts-runtime-client-react": "3.8.4",
94
- "@contractspec/lib.presentation-runtime-core": "3.9.4"
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
- "@contractspec/tool.typescript": "3.7.12",
97
+ "@contractspec/tool.typescript": "3.7.13",
98
98
  "typescript": "^5.9.3",
99
- "@contractspec/tool.bun": "3.7.12"
99
+ "@contractspec/tool.bun": "3.7.14"
100
100
  },
101
101
  "exports": {
102
102
  ".": {