@microprofile/svg-render 0.0.4 → 0.0.5

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@microprofile/svg-render",
3
- "version": "0.0.4",
4
- "description": "React component for rendering SVG from React components or HTML strings",
3
+ "version": "0.0.5",
4
+ "homepage": "https://github.com/microprofile-inc/svg-render",
5
+ "description": "适用于Taro(React)微信小程序的svg渲染器, 可以直接使用svg标签,对Agent开发更加友好。",
5
6
  "main": "dist/index.mjs",
6
7
  "module": "dist/index.mjs",
7
8
  "types": "dist/index.d.ts",
@@ -22,7 +23,7 @@
22
23
  "component",
23
24
  "taro"
24
25
  ],
25
- "author": "",
26
+ "author": "https://github.com/microprofile-inc",
26
27
  "license": "MIT",
27
28
  "peerDependencies": {
28
29
  "react": ">=18.0.0",