@pixiv/three-vrm-node-constraint 3.4.3-alpha.0 → 3.4.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-node-constraint v3.4.3-alpha.0
2
+ * @pixiv/three-vrm-node-constraint v3.4.3
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.4.3-alpha.0
2
+ * @pixiv/three-vrm-node-constraint v3.4.3
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.4.3-alpha.0",
3
+ "version": "3.4.3",
4
4
  "description": "Node constraint module for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -50,7 +50,7 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@pixiv/types-vrmc-node-constraint-1.0": "3.4.3-alpha.0"
53
+ "@pixiv/types-vrmc-node-constraint-1.0": "3.4.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/three": "^0.177.0",
@@ -59,5 +59,5 @@
59
59
  "peerDependencies": {
60
60
  "three": ">=0.137"
61
61
  },
62
- "gitHead": "9a1814ade92e2617cb4b96e6210e15e45e2ff935"
62
+ "gitHead": "30666e076441ac493c3ba551d6b8dd113af6e6c6"
63
63
  }