@moneko/react 1.0.2 → 1.0.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/env.d.ts +3 -0
  2. package/package.json +1 -1
package/env.d.ts CHANGED
@@ -230,4 +230,7 @@ interface Window {
230
230
  H5RemoteRuntime: {
231
231
  bootstrap: () => void;
232
232
  };
233
+ __REACT_DEVTOOLS_GLOBAL_HOOK__: {
234
+ inject: (i: typeof ReactDOM) => void;
235
+ };
233
236
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/react",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {