@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/index.d.ts +21 -2
- package/dist/index.esm.js +2 -2
- package/dist/types.d.ts +1 -1
- package/package.json +3 -3
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.
|
|
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": "
|
|
16
|
+
"gitHead": "68debf2411a364056d1be58a4c474b471c85beeb",
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"soonspacejs": "2.
|
|
18
|
+
"soonspacejs": "2.9.0"
|
|
19
19
|
}
|
|
20
20
|
}
|