@pixiv/three-vrm-springbone 3.3.4 → 3.3.5

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 v3.3.4
2
+ * @pixiv/three-vrm-springbone v3.3.5
3
3
  * Spring bone module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-springbone v3.3.4
2
+ * @pixiv/three-vrm-springbone v3.3.5
3
3
  * Spring bone module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-springbone",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "description": "Spring bone module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -51,9 +51,9 @@
51
51
  ]
52
52
  },
53
53
  "dependencies": {
54
- "@pixiv/types-vrm-0.0": "3.3.4",
55
- "@pixiv/types-vrmc-springbone-1.0": "3.3.4",
56
- "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.4"
54
+ "@pixiv/types-vrm-0.0": "3.3.5",
55
+ "@pixiv/types-vrmc-springbone-1.0": "3.3.5",
56
+ "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.5"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/three": "^0.169.0",
@@ -62,5 +62,5 @@
62
62
  "peerDependencies": {
63
63
  "three": ">=0.137"
64
64
  },
65
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
65
+ "gitHead": "3446b275735a9edcd0f6362bc446855ed68dcc02"
66
66
  }