@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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixiv/three-vrm-materials-v0compat",
|
|
3
|
-
"version": "3.5.
|
|
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": "
|
|
30
|
-
"dev": "cross-env SERVE=1
|
|
29
|
+
"version": "pnpm clean && pnpm build",
|
|
30
|
+
"dev": "cross-env SERVE=1 pnpm build-dev",
|
|
31
31
|
"clean": "rimraf docs/ lib/ types/",
|
|
32
|
-
"build": "
|
|
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
|
|
35
|
-
"build-prod": "cross-env NODE_ENV=production
|
|
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.
|
|
49
|
-
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.
|
|
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": "
|
|
58
|
+
"gitHead": "9d125586f6d7da094b0ac5f204cebf19586f2397"
|
|
59
59
|
}
|