@pixiv/three-vrm-core 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
@@ -6,4 +6,4 @@ The implementation of core features of VRM, for @pixiv/three-vrm
6
6
 
7
7
  [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm-core/examples)
8
8
 
9
- [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-core/docs)
9
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/three-vrm-core)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v3.3.4
2
+ * @pixiv/three-vrm-core v3.3.6
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v3.3.4
2
+ * @pixiv/three-vrm-core v3.3.6
3
3
  * The implementation of core features of VRM, 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-core",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "The implementation of core features of VRM, for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,8 +26,7 @@
26
26
  "directory": "packages/three-vrm-core"
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
  "test": "jest",
40
39
  "lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
41
40
  "lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
@@ -51,8 +50,8 @@
51
50
  ]
52
51
  },
53
52
  "dependencies": {
54
- "@pixiv/types-vrm-0.0": "3.3.4",
55
- "@pixiv/types-vrmc-vrm-1.0": "3.3.4"
53
+ "@pixiv/types-vrm-0.0": "3.3.6",
54
+ "@pixiv/types-vrmc-vrm-1.0": "3.3.6"
56
55
  },
57
56
  "devDependencies": {
58
57
  "@types/three": "^0.169.0",
@@ -61,5 +60,5 @@
61
60
  "peerDependencies": {
62
61
  "three": ">=0.137"
63
62
  },
64
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
63
+ "gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
65
64
  }