@soda-gql/lsp 0.14.2 → 0.14.3

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/README.md +16 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -74,7 +74,14 @@ npm install -g @soda-gql/protocol-proxy
74
74
  bun add -D @soda-gql/lsp
75
75
  ```
76
76
 
77
- 3. The Claude Code plugin is defined in the project's `.claude-plugin/marketplace.json`. Install it via `/plugin` in Claude Code and restart the session.
77
+ 3. Install the Claude Code plugin:
78
+
79
+ ```bash
80
+ claude plugin marketplace add soda-gql-skills --source github:whatasoda/soda-gql-skills
81
+ claude plugin install soda-gql-skills@soda-gql-skills
82
+ ```
83
+
84
+ Restart the Claude Code session to activate.
78
85
 
79
86
  ### Setup for monorepo contributors
80
87
 
@@ -90,7 +97,14 @@ bun run build
90
97
  cd packages/protocol-proxy && bun link
91
98
  ```
92
99
 
93
- 3. Install the plugin via `/plugin` in Claude Code, then restart.
100
+ 3. Install the Claude Code plugin:
101
+
102
+ ```bash
103
+ claude plugin marketplace add soda-gql-skills --source github:whatasoda/soda-gql-skills
104
+ claude plugin install soda-gql-skills@soda-gql-skills
105
+ ```
106
+
107
+ Restart the Claude Code session to activate.
94
108
 
95
109
  ### Coexistence with TypeScript LSP
96
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soda-gql/lsp",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "GraphQL Language Server Protocol implementation for soda-gql",
5
5
  "type": "module",
6
6
  "private": false,
@@ -51,10 +51,10 @@
51
51
  "./package.json": "./package.json"
52
52
  },
53
53
  "dependencies": {
54
- "@soda-gql/builder": "0.14.2",
55
- "@soda-gql/tools": "0.14.2",
56
- "@soda-gql/common": "0.14.2",
57
- "@soda-gql/config": "0.14.2",
54
+ "@soda-gql/builder": "0.14.3",
55
+ "@soda-gql/tools": "0.14.3",
56
+ "@soda-gql/common": "0.14.3",
57
+ "@soda-gql/config": "0.14.3",
58
58
  "@swc/core": "^1.6.3",
59
59
  "@swc/types": "^0.1.6",
60
60
  "graphql": "^16.11.0",