@pixiv/three-vrm-springbone 2.0.8 → 2.0.9

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-springbone v2.0.8
2
+ * @pixiv/three-vrm-springbone v2.0.9
3
3
  * Spring bone module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2024 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-springbone v2.0.8
2
+ * @pixiv/three-vrm-springbone v2.0.9
3
3
  * Spring bone module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2024 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-springbone",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Spring bone module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -50,8 +50,8 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@pixiv/types-vrm-0.0": "2.0.8",
54
- "@pixiv/types-vrmc-springbone-1.0": "2.0.8"
53
+ "@pixiv/types-vrm-0.0": "2.0.9",
54
+ "@pixiv/types-vrmc-springbone-1.0": "2.0.9"
55
55
  },
56
56
  "devDependencies": {
57
57
  "three": "^0.160.0"
@@ -59,5 +59,5 @@
59
59
  "peerDependencies": {
60
60
  "three": "^0.160.0"
61
61
  },
62
- "gitHead": "8affe375f73e6cc3853736e4cde3b9f4999020d5"
62
+ "gitHead": "754f12dffe3c0bc946a063d1efe9d78183172e7a"
63
63
  }