@pixiv/three-vrm-node-constraint 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 @@ Node constraint module for @pixiv/three-vrm
6
6
 
7
7
  [Examples](https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/examples)
8
8
 
9
- [Documentation](https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/docs)
9
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/three-vrm-node-constraint)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-node-constraint v3.3.4
2
+ * @pixiv/three-vrm-node-constraint v3.3.6
3
3
  * Node constraint 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-node-constraint v3.3.4
2
+ * @pixiv/three-vrm-node-constraint v3.3.6
3
3
  * Node constraint 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-node-constraint",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "Node constraint module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,8 +26,7 @@
26
26
  "directory": "packages/three-vrm-node-constraint"
27
27
  },
28
28
  "scripts": {
29
- "version": "yarn all",
30
- "all": "yarn test && 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,7 +50,7 @@
51
50
  ]
52
51
  },
53
52
  "dependencies": {
54
- "@pixiv/types-vrmc-node-constraint-1.0": "3.3.4"
53
+ "@pixiv/types-vrmc-node-constraint-1.0": "3.3.6"
55
54
  },
56
55
  "devDependencies": {
57
56
  "@types/three": "^0.169.0",
@@ -60,5 +59,5 @@
60
59
  "peerDependencies": {
61
60
  "three": ">=0.137"
62
61
  },
63
- "gitHead": "776c2823dcf3453d689a2d56aa82b289fdf963cf"
62
+ "gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
64
63
  }