@soonspacejs/plugin-poi-renderer 2.11.63 → 2.11.65

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/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import SoonSpace from 'soonspacejs';
2
- import type { PoiNode, PoiNodeInfo } from 'soonspacejs/types/Library';
2
+ import type { PoiNode, PoiNodeInfo } from 'soonspacejs';
3
3
  import * as CSS from 'csstype';
4
4
  export type PoiNodeBaseOption = Omit<PoiNodeInfo, 'element'>;
5
5
  export interface PoiNodeCustomOptions extends PoiNodeBaseOption {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-poi-renderer",
3
3
  "pluginName": "PoiRendererPlugin",
4
- "version": "2.11.63",
4
+ "version": "2.11.65",
5
5
  "description": "Poi-renderer plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,9 +13,9 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "edb7a4802fef3c208da1791503afb64de6be325c",
16
+ "gitHead": "5d1cb2d2594bc9518560592aaec513f0ddc16406",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.11.63"
18
+ "soonspacejs": "2.11.65"
19
19
  },
20
20
  "dependencies": {
21
21
  "csstype": "^3.1.2"