@reckona/mreact 0.0.87 → 0.0.88

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/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,6 +18,7 @@ used by application code.
18
18
  ## Exports
19
19
 
20
20
  - `@reckona/mreact` exposes the React-compatible runtime surface.
21
+ - The main entrypoint includes a React-style default namespace export for dependencies that import React as an object.
21
22
  - `@reckona/mreact/jsx-runtime` is used by TypeScript and JSX transforms.
22
23
  - `@reckona/mreact/jsx-dev-runtime` is used for development JSX output.
23
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reckona/mreact",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "React-flavored public runtime entrypoint for mreact.",
5
5
  "keywords": [
6
6
  "jsx",
@@ -48,6 +48,6 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "@reckona/mreact-compat": "0.0.87"
51
+ "@reckona/mreact-compat": "0.0.88"
52
52
  }
53
53
  }