@pixiv/three-vrm-materials-v0compat 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
@@ -4,4 +4,4 @@ VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm
4
4
 
5
5
  [GitHub Repository](https://github.com/pixiv/three-vrm/tree/dev/packages/three-vrm-materials-v0compat)
6
6
 
7
- [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-materials-v0compat/docs)
7
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/three-vrm-materials-v0compat)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-materials-v0compat v3.3.4
2
+ * @pixiv/three-vrm-materials-v0compat v3.3.6
3
3
  * VRM0.0 materials compatibility layer plugin 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-v0compat v3.3.4
2
+ * @pixiv/three-vrm-materials-v0compat v3.3.6
3
3
  * VRM0.0 materials compatibility layer plugin 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-v0compat",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,8 +26,7 @@
26
26
  "directory": "packages/three-vrm-materials-v0compat"
27
27
  },
28
28
  "scripts": {
29
- "version": "yarn all",
30
- "all": "yarn lint && yarn clean && yarn build && yarn docs",
29
+ "version": "yarn clean && yarn build",
31
30
  "dev": "cross-env SERVE=1 yarn build-dev",
32
31
  "clean": "rimraf docs/ lib/ types/",
33
32
  "build": "yarn build-dev && yarn build-prod && yarn build-types",
@@ -35,7 +34,7 @@
35
34
  "build-dev": "cross-env NODE_ENV=development yarn build-js",
36
35
  "build-prod": "cross-env NODE_ENV=production yarn build-js",
37
36
  "build-types": "tsc --project ./tsconfig.build-types.json",
38
- "docs": "typedoc --entryPoints ./src/index.ts --out docs",
37
+ "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
39
38
  "lint": "eslint \"src/**/*.{ts,tsx}\" && prettier \"src/**/*.{ts,tsx}\" --check",
40
39
  "lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
41
40
  },
@@ -46,8 +45,8 @@
46
45
  ]
47
46
  },
48
47
  "dependencies": {
49
- "@pixiv/types-vrm-0.0": "3.3.4",
50
- "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.4"
48
+ "@pixiv/types-vrm-0.0": "3.3.6",
49
+ "@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.6"
51
50
  },
52
51
  "devDependencies": {
53
52
  "@types/three": "^0.169.0",
@@ -56,5 +55,5 @@
56
55
  "peerDependencies": {
57
56
  "three": ">=0.137"
58
57
  },
59
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
58
+ "gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
60
59
  }