@pixiv/three-vrm-springbone 2.1.0 → 2.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-springbone",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Spring bone module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -50,14 +50,14 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@pixiv/types-vrm-0.0": "2.1.0",
54
- "@pixiv/types-vrmc-springbone-1.0": "2.1.0"
53
+ "@pixiv/types-vrm-0.0": "2.1.2",
54
+ "@pixiv/types-vrmc-springbone-1.0": "2.1.2"
55
55
  },
56
56
  "devDependencies": {
57
- "three": "^0.160.0"
57
+ "three": "^0.164.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "three": "^0.160.0"
60
+ "three": "^0.164.1"
61
61
  },
62
- "gitHead": "0d96aeaa6e20baa8158658652179df20a162d8a3"
62
+ "gitHead": "2ea1a8f0d12a421c572514b86a84fef8ddfe752f"
63
63
  }
@@ -1,3 +1,4 @@
1
+ import * as THREE from 'three';
1
2
  /**
2
3
  * Represents a shape of a collider.
3
4
  */
@@ -1,3 +1,4 @@
1
+ import * as THREE from 'three';
1
2
  export interface VRMSpringBoneJointSettings {
2
3
  /**
3
4
  * Radius of the bone, will be used for collision.
@@ -1,3 +1,4 @@
1
+ import * as THREE from 'three';
1
2
  export interface VRMSpringBoneLoaderPluginOptions {
2
3
  /**
3
4
  * Specify an Object3D to add {@link VRMSpringBoneJointHelper} s.
@@ -1,3 +1,4 @@
1
+ import * as THREE from 'three';
1
2
  /**
2
3
  * Traverse children of given object and execute given callback.
3
4
  * The given object itself wont be given to the callback.
@@ -1,3 +1,4 @@
1
+ import type * as THREE from 'three';
1
2
  /**
2
3
  * Represents a shape of a collider.
3
4
  */
@@ -1,3 +1,4 @@
1
+ import type * as THREE from 'three';
1
2
  export interface VRMSpringBoneJointSettings {
2
3
  /**
3
4
  * Radius of the bone, will be used for collision.
@@ -1,3 +1,4 @@
1
+ import type * as THREE from 'three';
1
2
  export interface VRMSpringBoneLoaderPluginOptions {
2
3
  /**
3
4
  * Specify an Object3D to add {@link VRMSpringBoneJointHelper} s.
@@ -1,3 +1,4 @@
1
+ import type * as THREE from 'three';
1
2
  /**
2
3
  * Traverse children of given object and execute given callback.
3
4
  * The given object itself wont be given to the callback.