@pixiv/three-vrm-materials-mtoon 3.3.4 → 3.3.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.
package/README.md CHANGED
@@ -6,7 +6,7 @@ MToon (toon material) module for @pixiv/three-vrm
6
6
 
7
7
  [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm-materials-mtoon/examples)
8
8
 
9
- [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-materials-mtoon/docs)
9
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/three-vrm-materials-mtoon)
10
10
 
11
11
  ## WebGPU Support
12
12
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.3.4
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.3.4
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.3.4
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.3.4
2
+ * @pixiv/three-vrm-materials-mtoon v3.3.6
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-materials-mtoon",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "MToon (toon material) module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -31,8 +31,7 @@
31
31
  "directory": "packages/three-vrm-materials-mtoon"
32
32
  },
33
33
  "scripts": {
34
- "version": "yarn all",
35
- "all": "yarn lint && yarn clean && yarn build && yarn docs",
34
+ "version": "yarn clean && yarn build",
36
35
  "dev": "cross-env SERVE=1 yarn build-dev",
37
36
  "clean": "rimraf docs/ lib/ types/",
38
37
  "build": "yarn build-dev && yarn build-prod && yarn build-types",
@@ -40,7 +39,7 @@
40
39
  "build-dev": "cross-env NODE_ENV=development yarn build-js",
41
40
  "build-prod": "cross-env NODE_ENV=production yarn build-js",
42
41
  "build-types": "tsc --declaration --declarationDir ./types --emitDeclarationOnly",
43
- "docs": "typedoc --entryPoints ./src/index.ts --out docs",
42
+ "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
44
43
  "lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
45
44
  "lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
46
45
  "lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && eslint \"examples/**/*.{js,html}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
@@ -55,8 +54,8 @@
55
54
  ]
56
55
  },
57
56
  "dependencies": {
58
- "@pixiv/types-vrm-0.0": "3.3.4",
59
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.4"
57
+ "@pixiv/types-vrm-0.0": "3.3.6",
58
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.6"
60
59
  },
61
60
  "devDependencies": {
62
61
  "@types/three": "^0.169.0",
@@ -65,5 +64,5 @@
65
64
  "peerDependencies": {
66
65
  "three": ">=0.137"
67
66
  },
68
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
67
+ "gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
69
68
  }