@pixiv/three-vrm-core 3.0.0 → 3.1.0

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-core v3.0.0
2
+ * @pixiv/three-vrm-core v3.1.0
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2024 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v3.0.0
2
+ * @pixiv/three-vrm-core v3.1.0
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2024 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-core",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "The implementation of core features of VRM, for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -51,8 +51,8 @@
51
51
  ]
52
52
  },
53
53
  "dependencies": {
54
- "@pixiv/types-vrm-0.0": "3.0.0",
55
- "@pixiv/types-vrmc-vrm-1.0": "3.0.0"
54
+ "@pixiv/types-vrm-0.0": "3.1.0",
55
+ "@pixiv/types-vrmc-vrm-1.0": "3.1.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/three": "^0.167.0",
@@ -61,5 +61,5 @@
61
61
  "peerDependencies": {
62
62
  "three": ">=0.137"
63
63
  },
64
- "gitHead": "56deda5955201e83e3380f40e44d3d8afd941e05"
64
+ "gitHead": "2e7ddda794c067440c420bada91f2b05f581c2f6"
65
65
  }