@theia/plugin 1.30.0-next.10 → 1.30.0-next.13

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.10+0f949c21491",
3
+ "version": "1.30.0-next.13+62ce7862ef8",
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": "0f949c2149154061efad01da50b6827985f3e454"
35
+ "gitHead": "62ce7862ef820d91dbb7ef731c58c6e5eef246a5"
36
36
  }
package/src/theia.d.ts CHANGED
@@ -2074,7 +2074,7 @@ export module '@theia/plugin' {
2074
2074
  * Fire the event and pass data object
2075
2075
  * @param data
2076
2076
  */
2077
- fire(data?: T): void;
2077
+ fire(data: T): void;
2078
2078
 
2079
2079
  /**
2080
2080
  * Dispose this object