@soonspacejs/plugin-cps-soonmanager 2.12.2 → 2.13.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
@@ -220,6 +220,7 @@ export interface ISpaces {
220
220
  * 预设效果 options
221
221
  */
222
222
  export interface IPresetEffectsOptions {
223
+ atmosphere?: boolean;
223
224
  hdr?: boolean;
224
225
  ssao?: boolean;
225
226
  directionalLightShadow?: boolean | {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.12.2",
4
+ "version": "2.13.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,10 +13,11 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "6c634eac08a159920ce5b47b204afd68acb5c85f",
17
- "dependentPlugins": [
16
+ "gitHead": "b4e71503968ba1b8be2f83c154b3580c8f44672b",
17
+ "dependencyPlugins": [
18
18
  "plugin-poi-renderer",
19
- "plugin-effect"
19
+ "plugin-effect",
20
+ "plugin-atmosphere"
20
21
  ],
21
22
  "devDependencies": {
22
23
  "@soonflow/core": "0.2.13",
@@ -28,9 +29,10 @@
28
29
  "socket.io-client": "^4.7.2"
29
30
  },
30
31
  "peerDependencies": {
31
- "@soonspacejs/plugin-effect": "2.12.2",
32
- "@soonspacejs/plugin-poi-renderer": "2.12.2",
33
- "soonspacejs": "2.12.2",
32
+ "@soonspacejs/plugin-atmosphere": "2.13.0",
33
+ "@soonspacejs/plugin-effect": "2.13.0",
34
+ "@soonspacejs/plugin-poi-renderer": "2.13.0",
35
+ "soonspacejs": "2.13.0",
34
36
  "umanager-animation-parser": "^0.0.6"
35
37
  }
36
38
  }