@pixiv/three-vrm-materials-v0compat 2.0.2 → 2.0.3

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 v2.0.2
2
+ * @pixiv/three-vrm-materials-v0compat v2.0.3
3
3
  * VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2023 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-v0compat v2.0.2
2
+ * @pixiv/three-vrm-materials-v0compat v2.0.3
3
3
  * VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2023 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-materials-v0compat",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -40,8 +40,8 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@pixiv/types-vrm-0.0": "2.0.2",
44
- "@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.2"
43
+ "@pixiv/types-vrm-0.0": "2.0.3",
44
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/three": "^0.154.0",
@@ -52,5 +52,5 @@
52
52
  "@types/three": "^0.154.0",
53
53
  "three": "^0.154.0"
54
54
  },
55
- "gitHead": "365fff8d2549bcf241df7e05ecc6518223e84a3d"
55
+ "gitHead": "82f5f8071868cc447200610248e52cae337404ab"
56
56
  }