@theia/plugin 1.30.0-next.22 → 1.30.0-next.24

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.30.0-next.22+3a5172aab",
3
+ "version": "1.30.0-next.24+af3e87946",
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": "3a5172aab3921498200167946156637c6c5a50cc"
35
+ "gitHead": "af3e8794698b6a1878c287b6715a17c595bf7edb"
36
36
  }
package/src/theia.d.ts CHANGED
@@ -5441,7 +5441,7 @@ export module '@theia/plugin' {
5441
5441
  * This will trigger the view to update the changed element/root and its children recursively (if shown).
5442
5442
  * To signal that root has changed, do not pass any argument or pass `undefined` or `null`.
5443
5443
  */
5444
- onDidChangeTreeData?: Event<T | undefined | null>;
5444
+ onDidChangeTreeData?: Event<T | T[] | undefined | null | void>;
5445
5445
 
5446
5446
  /**
5447
5447
  * Get {@link TreeItem TreeItem} representation of the `element`