@pixiv/three-vrm-materials-mtoon 3.3.2 → 3.3.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-mtoon v3.3.2
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.3
3
3
  * MToon (toon material) module 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-mtoon v3.3.2
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.3
3
3
  * MToon (toon material) module 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-mtoon v3.3.2
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.3
3
3
  * MToon (toon material) module 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-mtoon v3.3.2
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.3
3
3
  * MToon (toon material) module 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-mtoon",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "MToon (toon material) module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -55,8 +55,8 @@
55
55
  ]
56
56
  },
57
57
  "dependencies": {
58
- "@pixiv/types-vrm-0.0": "3.3.2",
59
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.2"
58
+ "@pixiv/types-vrm-0.0": "3.3.3",
59
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/three": "^0.169.0",
@@ -65,5 +65,5 @@
65
65
  "peerDependencies": {
66
66
  "three": ">=0.137"
67
67
  },
68
- "gitHead": "bb924d4869b4afdbf2f3e918637d96192f8f7a79"
68
+ "gitHead": "b3c49efe2f6a8e6807cef0d3b22d6a4ec0b43af3"
69
69
  }