@pixiv/three-vrm-materials-mtoon 3.5.1 → 3.5.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-mtoon v3.5.1
2
+ * @pixiv/three-vrm-materials-mtoon v3.5.2
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.5.1
2
+ * @pixiv/three-vrm-materials-mtoon v3.5.2
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.5.1
2
+ * @pixiv/three-vrm-materials-mtoon v3.5.2
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-mtoon v3.5.1
2
+ * @pixiv/three-vrm-materials-mtoon v3.5.2
3
3
  * MToon (toon material) module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-materials-mtoon",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "MToon (toon material) module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -31,16 +31,16 @@
31
31
  "directory": "packages/three-vrm-materials-mtoon"
32
32
  },
33
33
  "scripts": {
34
- "version": "yarn clean && yarn build",
35
- "dev": "cross-env SERVE=1 yarn build-dev",
34
+ "version": "pnpm clean && pnpm build",
35
+ "dev": "cross-env SERVE=1 pnpm build-dev",
36
36
  "clean": "rimraf docs/ lib/ types/",
37
- "build": "yarn build-dev && yarn build-prod && yarn build-types",
37
+ "build": "pnpm build-dev && pnpm build-prod && pnpm build-types",
38
38
  "build-js": "node ../../bin/build.mjs",
39
- "build-dev": "cross-env NODE_ENV=development yarn build-js",
40
- "build-prod": "cross-env NODE_ENV=production yarn build-js",
39
+ "build-dev": "cross-env NODE_ENV=development pnpm build-js",
40
+ "build-prod": "cross-env NODE_ENV=production pnpm build-js",
41
41
  "build-types": "tsc --declaration --declarationDir ./types --emitDeclarationOnly",
42
42
  "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
43
- "lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
43
+ "lint": "eslint \"src/**/*.{ts,tsx}\" && pnpm lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
44
44
  "lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
45
45
  "lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && eslint \"examples/**/*.{js,html}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
46
46
  },
@@ -54,8 +54,8 @@
54
54
  ]
55
55
  },
56
56
  "dependencies": {
57
- "@pixiv/types-vrm-0.0": "3.5.1",
58
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.1"
57
+ "@pixiv/types-vrm-0.0": "3.5.2",
58
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/three": "^0.180.0",
@@ -64,5 +64,5 @@
64
64
  "peerDependencies": {
65
65
  "three": ">=0.137"
66
66
  },
67
- "gitHead": "2c4aac612467216e0c8e7dc4500c2fa309208cc7"
67
+ "gitHead": "9d125586f6d7da094b0ac5f204cebf19586f2397"
68
68
  }