@magicvr/schema-ui-lib 0.1.3 → 0.1.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 (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @schema-ui/lib 聚合导出(R3 六包化):通用工具 + i18n 运行时面。
2
+ * @magicvr/schema-ui-lib 聚合导出(R3 六包化):通用工具 + i18n 运行时面。
3
3
  */
4
4
  export * from "./datetime.js";
5
5
  export * from "./fetch-timeout.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicvr/schema-ui-lib",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "schema-ui-core 包面(lib)",
6
6
  "main": "lib/index.js",
@@ -8,7 +8,7 @@
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "lib/index.d.ts",
11
- "import": "./index.js"
11
+ "import": "lib/index.js"
12
12
  },
13
13
  "./*": "./*"
14
14
  },