@pixiv/three-vrm-core 2.1.1 → 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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v2.1.1
2
+ * @pixiv/three-vrm-core v2.1.2
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2024 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v2.1.1
2
+ * @pixiv/three-vrm-core v2.1.2
3
3
  * The implementation of core features of VRM, 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-core",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "The implementation of core features of VRM, for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -50,16 +50,16 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@pixiv/types-vrm-0.0": "2.1.1",
54
- "@pixiv/types-vrmc-vrm-1.0": "2.1.1"
53
+ "@pixiv/types-vrm-0.0": "2.1.2",
54
+ "@pixiv/types-vrmc-vrm-1.0": "2.1.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/three": "^0.162.0",
58
- "three": "^0.162.0"
57
+ "@types/three": "^0.164.0",
58
+ "three": "^0.164.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@types/three": "^0.162.0",
62
- "three": "^0.162.0"
61
+ "@types/three": "^0.164.0",
62
+ "three": "^0.164.1"
63
63
  },
64
- "gitHead": "2b4794cb7fdce8fd17e198cc94a57e60f90dd71e"
64
+ "gitHead": "2ea1a8f0d12a421c572514b86a84fef8ddfe752f"
65
65
  }