@theia/plugin 1.26.0-next.30 → 1.26.0-next.33

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/package.json +2 -2
  2. package/src/theia.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/plugin",
3
- "version": "1.26.0-next.30+a413e17a78f",
3
+ "version": "1.26.0-next.33+fad026fc451",
4
4
  "description": "Theia - Plugin API",
5
5
  "types": "./src/theia.d.ts",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "nyc": {
33
33
  "extends": "../../configs/nyc.json"
34
34
  },
35
- "gitHead": "a413e17a78f9b6f468e62e579fcc8340decddfba"
35
+ "gitHead": "fad026fc4510d4d8c1b12ead86a1254d4845d3fc"
36
36
  }
package/src/theia.d.ts CHANGED
@@ -2185,7 +2185,7 @@ export module '@theia/plugin' {
2185
2185
  }
2186
2186
 
2187
2187
  /**
2188
- * The type of a {@link QuickPickItem quitk pick item}. If `Separator` is set, all fields other than {@link QuickPickItem.label label} will be ignored.
2188
+ * The type of a {@link QuickPickItem quick pick item}. If `Separator` is set, all fields other than {@link QuickPickItem.label label} will be ignored.
2189
2189
  */
2190
2190
  export enum QuickPickItemKind {
2191
2191
  Separator = -1,