@soonspacejs/plugin-cps-soonmanager 2.8.16 → 2.9.0

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/dist/types.d.ts CHANGED
@@ -190,7 +190,7 @@ export type TAnimationsMap = Map<IAnimations['modelId'], IAnimations[]>;
190
190
  /**
191
191
  * model visions map
192
192
  */
193
- export type TModelVisionsMap = Map<IModelVisions['nodeId'], IModelVisions>;
193
+ export type TModelVisionsMap = Map<IModelVisions['nodeId'], IModelVisions[]>;
194
194
  export interface TLicense {
195
195
  sign: string;
196
196
  content: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.8.16",
4
+ "version": "2.9.0",
5
5
  "description": "Sync cps soonmanager data plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "9ab2d57059c8e476c755f6830e133725250d78fe",
16
+ "gitHead": "68debf2411a364056d1be58a4c474b471c85beeb",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.8.16"
18
+ "soonspacejs": "2.9.0"
19
19
  }
20
20
  }