@react-three/viverse 0.1.18 → 0.1.19

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 CHANGED
@@ -69,7 +69,7 @@ export declare function useViversePublicAvatarList(): Awaited<ReturnType<AvatarC
69
69
  export declare function useViversePublicAvatarByID(id: string): Awaited<ReturnType<AvatarClient['getPublicAvatarByID']>> | undefined;
70
70
  export * from './character.js';
71
71
  export * from './material.js';
72
- export { FirstPersonCharacterCameraBehavior, SimpleCharacter as SimpleCharacterImpl, LocomotionKeyboardInput, PointerCaptureInput, PointerLockInput, type InputField, InputSystem, type LocomotionKeyboardInputOptions, type PointerLockInputOptions, type PointerCaptureInputOptions, ScreenJoystickInput, type ScreenJoystickInputOptions, type SimpleCharacterInputOptions, ScreenJumpButtonInput, VRMHumanBoneName, } from '@pmndrs/viverse';
72
+ export { mixamoBoneMap, FirstPersonCharacterCameraBehavior, SimpleCharacter as SimpleCharacterImpl, type SimpleCharacterOptions, LocomotionKeyboardInput, PointerCaptureInput, PointerLockInput, type InputField, InputSystem, type LocomotionKeyboardInputOptions, type PointerLockInputOptions, type PointerCaptureInputOptions, ScreenJoystickInput, type ScreenJoystickInputOptions, type SimpleCharacterInputOptions, ScreenJumpButtonInput, VRMHumanBoneName, } from '@pmndrs/viverse';
73
73
  export * from '@viverse/sdk';
74
74
  export * from '@viverse/sdk/avatar-client';
75
75
  export * from './gamepad.js';
package/dist/index.js CHANGED
@@ -154,7 +154,7 @@ export function useViversePublicAvatarByID(id) {
154
154
  }
155
155
  export * from './character.js';
156
156
  export * from './material.js';
157
- export { FirstPersonCharacterCameraBehavior, SimpleCharacter as SimpleCharacterImpl, LocomotionKeyboardInput, PointerCaptureInput, PointerLockInput, InputSystem, ScreenJoystickInput, ScreenJumpButtonInput, VRMHumanBoneName, } from '@pmndrs/viverse';
157
+ export { mixamoBoneMap, FirstPersonCharacterCameraBehavior, SimpleCharacter as SimpleCharacterImpl, LocomotionKeyboardInput, PointerCaptureInput, PointerLockInput, InputSystem, ScreenJoystickInput, ScreenJumpButtonInput, VRMHumanBoneName, } from '@pmndrs/viverse';
158
158
  export * from '@viverse/sdk';
159
159
  export * from '@viverse/sdk/avatar-client';
160
160
  export * from './gamepad.js';
package/package.json CHANGED
@@ -28,7 +28,7 @@
28
28
  "@pixiv/three-vrm": "^3.4.2",
29
29
  "zustand": "^5.0.6",
30
30
  "@react-three/xr": "^6.6.20",
31
- "@pmndrs/viverse": "^0.1.18"
31
+ "@pmndrs/viverse": "^0.1.19"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@react-three/fiber": "*"
@@ -39,7 +39,7 @@
39
39
  "@types/react": "^19.1.8",
40
40
  "react": "^19.1.0"
41
41
  },
42
- "version": "0.1.18",
42
+ "version": "0.1.19",
43
43
  "scripts": {
44
44
  "build": "tsc",
45
45
  "check:prettier": "prettier --check src",