@pixiv/three-vrm-materials-v0compat 3.5.0 → 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-v0compat v3.5.0
2
+ * @pixiv/three-vrm-materials-v0compat v3.5.2
3
3
  * VRM0.0 materials compatibility layer plugin 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-v0compat v3.5.0
2
+ * @pixiv/three-vrm-materials-v0compat v3.5.2
3
3
  * VRM0.0 materials compatibility layer plugin 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-v0compat",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,13 +26,13 @@
26
26
  "directory": "packages/three-vrm-materials-v0compat"
27
27
  },
28
28
  "scripts": {
29
- "version": "yarn clean && yarn build",
30
- "dev": "cross-env SERVE=1 yarn build-dev",
29
+ "version": "pnpm clean && pnpm build",
30
+ "dev": "cross-env SERVE=1 pnpm build-dev",
31
31
  "clean": "rimraf docs/ lib/ types/",
32
- "build": "yarn build-dev && yarn build-prod && yarn build-types",
32
+ "build": "pnpm build-dev && pnpm build-prod && pnpm build-types",
33
33
  "build-js": "node ../../bin/build.mjs",
34
- "build-dev": "cross-env NODE_ENV=development yarn build-js",
35
- "build-prod": "cross-env NODE_ENV=production yarn build-js",
34
+ "build-dev": "cross-env NODE_ENV=development pnpm build-js",
35
+ "build-prod": "cross-env NODE_ENV=production pnpm build-js",
36
36
  "build-types": "tsc --project ./tsconfig.build-types.json",
37
37
  "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
38
38
  "lint": "eslint \"src/**/*.{ts,tsx}\" && prettier \"src/**/*.{ts,tsx}\" --check",
@@ -45,8 +45,8 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@pixiv/types-vrm-0.0": "3.5.0",
49
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.0"
48
+ "@pixiv/types-vrm-0.0": "3.5.2",
49
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/three": "^0.180.0",
@@ -55,5 +55,5 @@
55
55
  "peerDependencies": {
56
56
  "three": ">=0.137"
57
57
  },
58
- "gitHead": "8bfdd302e11269ab530ea5b33c064e6e2d92258e"
58
+ "gitHead": "9d125586f6d7da094b0ac5f204cebf19586f2397"
59
59
  }