@pixiv/three-vrm 3.3.5 → 3.3.7

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",
3
- "version": "3.3.5",
3
+ "version": "3.3.7",
4
4
  "description": "VRM file loader for three.js.",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -31,8 +31,7 @@
31
31
  "directory": "packages/three-vrm"
32
32
  },
33
33
  "scripts": {
34
- "version": "yarn all",
35
- "all": "yarn test && 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
  "test": "echo There is no test for three-vrm",
45
44
  "lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
46
45
  "lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
@@ -56,12 +55,12 @@
56
55
  ]
57
56
  },
58
57
  "dependencies": {
59
- "@pixiv/three-vrm-core": "3.3.5",
60
- "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.3.5",
61
- "@pixiv/three-vrm-materials-mtoon": "3.3.5",
62
- "@pixiv/three-vrm-materials-v0compat": "3.3.5",
63
- "@pixiv/three-vrm-node-constraint": "3.3.5",
64
- "@pixiv/three-vrm-springbone": "3.3.5"
58
+ "@pixiv/three-vrm-core": "3.3.7",
59
+ "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.3.7",
60
+ "@pixiv/three-vrm-materials-mtoon": "3.3.7",
61
+ "@pixiv/three-vrm-materials-v0compat": "3.3.7",
62
+ "@pixiv/three-vrm-node-constraint": "3.3.7",
63
+ "@pixiv/three-vrm-springbone": "3.3.7"
65
64
  },
66
65
  "devDependencies": {
67
66
  "@types/three": "^0.169.0",
@@ -70,5 +69,5 @@
70
69
  "peerDependencies": {
71
70
  "three": ">=0.137"
72
71
  },
73
- "gitHead": "3446b275735a9edcd0f6362bc446855ed68dcc02"
72
+ "gitHead": "1246107cc684d48cb46afc02ed653189cde48276"
74
73
  }