next-flow-interface 0.18.19 → 0.18.20

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 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1235,9 +1235,7 @@ interface RsServiceApi {
1235
1235
  scene: Scene | undefined;
1236
1236
  engine: Engine | WebGPUEngine | undefined;
1237
1237
  experience: WebXRDefaultExperience | null;
1238
- state: {
1239
- rendering: boolean;
1240
- };
1238
+ rendering: boolean;
1241
1239
  isSupportWebXR(): boolean;
1242
1240
  isWebXRInitialized(): boolean;
1243
1241
  enterVR(onInitialize: () => void): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-flow-interface",
3
- "version": "0.18.19",
3
+ "version": "0.18.20",
4
4
  "description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",