@contractspec/lib.contracts-spec 2.0.0 → 2.1.1

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.
@@ -3395,7 +3395,7 @@ The endpoint requires \`POSTHOG_PROJECT_KEY\` environment variable to be set. If
3395
3395
  | Event | Description | Properties |
3396
3396
  |-------|-------------|------------|
3397
3397
  | \`cta_install_click\` | Clicked Install OSS CTA | \`surface\` |
3398
- | \`cta_studio_click\` | Clicked Studio waitlist CTA | \`surface\`, \`variant\` |
3398
+ | \`cta_studio_click\` | Clicked Studio CTA | \`surface\`, \`variant\` |
3399
3399
  | \`docs_quickstart_view\` | Entered quickstart docs path | \`surface\`, \`destination\` |
3400
3400
  | \`copy_command_click\` | Copied a command block | \`surface\`, \`language\`, \`filename\`, \`packageManager\` |
3401
3401
  | \`example_repo_open\` | Selected a template/example | \`surface\`, \`templateId\`, \`source\` |
@@ -225,7 +225,7 @@ The endpoint requires \`POSTHOG_PROJECT_KEY\` environment variable to be set. If
225
225
  | Event | Description | Properties |
226
226
  |-------|-------------|------------|
227
227
  | \`cta_install_click\` | Clicked Install OSS CTA | \`surface\` |
228
- | \`cta_studio_click\` | Clicked Studio waitlist CTA | \`surface\`, \`variant\` |
228
+ | \`cta_studio_click\` | Clicked Studio CTA | \`surface\`, \`variant\` |
229
229
  | \`docs_quickstart_view\` | Entered quickstart docs path | \`surface\`, \`destination\` |
230
230
  | \`copy_command_click\` | Copied a command block | \`surface\`, \`language\`, \`filename\`, \`packageManager\` |
231
231
  | \`example_repo_open\` | Selected a template/example | \`surface\`, \`templateId\`, \`source\` |
@@ -3395,7 +3395,7 @@ The endpoint requires \`POSTHOG_PROJECT_KEY\` environment variable to be set. If
3395
3395
  | Event | Description | Properties |
3396
3396
  |-------|-------------|------------|
3397
3397
  | \`cta_install_click\` | Clicked Install OSS CTA | \`surface\` |
3398
- | \`cta_studio_click\` | Clicked Studio waitlist CTA | \`surface\`, \`variant\` |
3398
+ | \`cta_studio_click\` | Clicked Studio CTA | \`surface\`, \`variant\` |
3399
3399
  | \`docs_quickstart_view\` | Entered quickstart docs path | \`surface\`, \`destination\` |
3400
3400
  | \`copy_command_click\` | Copied a command block | \`surface\`, \`language\`, \`filename\`, \`packageManager\` |
3401
3401
  | \`example_repo_open\` | Selected a template/example | \`surface\`, \`templateId\`, \`source\` |
@@ -225,7 +225,7 @@ The endpoint requires \`POSTHOG_PROJECT_KEY\` environment variable to be set. If
225
225
  | Event | Description | Properties |
226
226
  |-------|-------------|------------|
227
227
  | \`cta_install_click\` | Clicked Install OSS CTA | \`surface\` |
228
- | \`cta_studio_click\` | Clicked Studio waitlist CTA | \`surface\`, \`variant\` |
228
+ | \`cta_studio_click\` | Clicked Studio CTA | \`surface\`, \`variant\` |
229
229
  | \`docs_quickstart_view\` | Entered quickstart docs path | \`surface\`, \`destination\` |
230
230
  | \`copy_command_click\` | Copied a command block | \`surface\`, \`language\`, \`filename\`, \`packageManager\` |
231
231
  | \`example_repo_open\` | Selected a template/example | \`surface\`, \`templateId\`, \`source\` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.contracts-spec",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Spec definitions and registries for ContractSpec",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@blocknote/core": "^0.46.1",
32
- "@contractspec/lib.schema": "2.0.0",
32
+ "@contractspec/lib.schema": "2.1.0",
33
33
  "compare-versions": "^6.1.1",
34
34
  "turndown": "^7.2.2",
35
35
  "zod": "^4.3.5"
@@ -38,8 +38,8 @@
38
38
  "react": "^19.2.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@contractspec/tool.bun": "2.0.0",
42
- "@contractspec/tool.typescript": "2.0.0",
41
+ "@contractspec/tool.bun": "2.1.0",
42
+ "@contractspec/tool.typescript": "2.1.0",
43
43
  "@types/turndown": "^5.0.6",
44
44
  "typescript": "^5.9.3"
45
45
  },