glslx 0.4.0 → 0.4.2

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 (3) hide show
  1. package/glslx +87 -86
  2. package/glslx.d.ts +1 -1
  3. package/package.json +1 -1
package/glslx.d.ts CHANGED
@@ -107,7 +107,7 @@ export interface CompletionResponse {
107
107
  }
108
108
 
109
109
  export interface Completion {
110
- kind: 'variable' | 'function' | 'struct' | 'keyword';
110
+ kind: 'variable' | 'function' | 'struct' | 'keyword' | 'method';
111
111
  name: string;
112
112
  detail: string;
113
113
  documentation: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glslx",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",