@pixiv/three-vrm-materials-v0compat 3.3.0 → 3.3.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-materials-v0compat v3.3.0
2
+ * @pixiv/three-vrm-materials-v0compat v3.3.2
3
3
  * VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2024 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-v0compat v3.3.0
2
+ * @pixiv/three-vrm-materials-v0compat v3.3.2
3
3
  * VRM0.0 materials compatibility layer plugin 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-materials-v0compat",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -46,8 +46,8 @@
46
46
  ]
47
47
  },
48
48
  "dependencies": {
49
- "@pixiv/types-vrm-0.0": "3.3.0",
50
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.0"
49
+ "@pixiv/types-vrm-0.0": "3.3.2",
50
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/three": "^0.169.0",
@@ -56,5 +56,5 @@
56
56
  "peerDependencies": {
57
57
  "three": ">=0.137"
58
58
  },
59
- "gitHead": "5d7116ab3ac4e229d900b6abefbfa6c3959a436d"
59
+ "gitHead": "bb924d4869b4afdbf2f3e918637d96192f8f7a79"
60
60
  }