@lvetechs/micro-app 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvetechs/micro-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "轻量级微前端框架 - 支持函数式和组件式实例化",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -12,6 +12,13 @@
12
12
  "LICENSE",
13
13
  "README.md"
14
14
  ],
15
+ "exports": {
16
+ ".": {
17
+ "types": "./dist/index.d.ts",
18
+ "import": "./dist/index.mjs",
19
+ "require": "./dist/index.js"
20
+ }
21
+ },
15
22
  "peerDependencies": {
16
23
  "react": "^18.2.0",
17
24
  "react-dom": "^18.2.0",
File without changes
File without changes