@pixiv/three-vrm-springbone 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 @@ Spring bone module for @pixiv/three-vrm
6
6
 
7
7
  [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm-springbone/examples)
8
8
 
9
- [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-springbone/docs)
9
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/three-vrm-springbone)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-springbone v3.3.4
2
+ * @pixiv/three-vrm-springbone v3.3.6
3
3
  * Spring bone module for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2025 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-springbone v3.3.4
2
+ * @pixiv/three-vrm-springbone v3.3.6
3
3
  * Spring bone module 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-springbone",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "Spring bone module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,8 +26,7 @@
26
26
  "directory": "packages/three-vrm-springbone"
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,9 +50,9 @@
51
50
  ]
52
51
  },
53
52
  "dependencies": {
54
- "@pixiv/types-vrm-0.0": "3.3.4",
55
- "@pixiv/types-vrmc-springbone-1.0": "3.3.4",
56
- "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.4"
53
+ "@pixiv/types-vrm-0.0": "3.3.6",
54
+ "@pixiv/types-vrmc-springbone-1.0": "3.3.6",
55
+ "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.6"
57
56
  },
58
57
  "devDependencies": {
59
58
  "@types/three": "^0.169.0",
@@ -62,5 +61,5 @@
62
61
  "peerDependencies": {
63
62
  "three": ">=0.137"
64
63
  },
65
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
64
+ "gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
66
65
  }