@contractspec/example.pocket-family-office 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119222405

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.
Files changed (2) hide show
  1. package/dist/index.js +10 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -1186,6 +1186,16 @@ The endpoint requires \`POSTHOG_PROJECT_KEY\` environment variable to be set. If
1186
1186
 
1187
1187
  ## Events
1188
1188
 
1189
+ ### OSS Adoption Funnel
1190
+
1191
+ | Event | Description | Properties |
1192
+ |-------|-------------|------------|
1193
+ | \`cta_install_click\` | Clicked Install OSS CTA | \`surface\` |
1194
+ | \`cta_studio_click\` | Clicked Studio waitlist CTA | \`surface\`, \`variant\` |
1195
+ | \`docs_quickstart_view\` | Entered quickstart docs path | \`surface\`, \`destination\` |
1196
+ | \`copy_command_click\` | Copied a command block | \`surface\`, \`language\`, \`filename\`, \`packageManager\` |
1197
+ | \`example_repo_open\` | Selected a template/example | \`surface\`, \`templateId\`, \`source\` |
1198
+
1189
1199
  ### Extension Events
1190
1200
 
1191
1201
  | Event | Description | Properties |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.pocket-family-office",
3
- "version": "0.0.0-canary-20260114030712",
3
+ "version": "0.0.0-canary-20260119222405",
4
4
  "description": "Pocket Family Office example - personal finance automation with open banking",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -26,13 +26,13 @@
26
26
  "lint:check": "eslint src"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/lib.knowledge": "0.0.0-canary-20260114030712",
30
- "@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
31
- "@contractspec/lib.schema": "0.0.0-canary-20260114030712"
29
+ "@contractspec/lib.knowledge": "0.0.0-canary-20260119222405",
30
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
31
+ "@contractspec/lib.schema": "1.48.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
35
- "@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
34
+ "@contractspec/tool.typescript": "1.48.0",
35
+ "@contractspec/tool.tsdown": "1.48.0",
36
36
  "typescript": "^5.9.3"
37
37
  },
38
38
  "exports": {