@pixiv/three-vrm-materials-mtoon 1.0.4 → 1.0.6

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-mtoon v1.0.4
2
+ * @pixiv/three-vrm-materials-mtoon v1.0.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2022 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v1.0.4
2
+ * @pixiv/three-vrm-materials-mtoon v1.0.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2020-2022 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-materials-mtoon",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "MToon (toon material) module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -45,12 +45,12 @@
45
45
  "@pixiv/types-vrmc-materials-mtoon-1.0": "1.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/three": "^0.144.0",
49
- "three": "^0.144.0"
48
+ "@types/three": "^0.146.0",
49
+ "three": "^0.146.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@types/three": "^0.144.0",
53
- "three": "^0.144.0"
52
+ "@types/three": "^0.146.0",
53
+ "three": "^0.146.0"
54
54
  },
55
- "gitHead": "da4010b831bc0a081de5cf5f99fa4314131f8ced"
55
+ "gitHead": "43a983f66dbe3a430476d19d8fe0cc7821bfff01"
56
56
  }