@pixiv/types-vrmc-node-constraint-1.0 3.3.5 → 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 +1 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -10,4 +10,4 @@ The extension root is named `VRMCNodeConstraint` .
|
|
|
10
10
|
|
|
11
11
|
[GitHub Repository](https://github.com/pixiv/three-vrm/tree/dev/packages/types-vrmc-node-constraint-1.0)
|
|
12
12
|
|
|
13
|
-
[
|
|
13
|
+
[API Reference](https://pixiv.github.io/three-vrm/docs/modules/types-vrmc-node-constraint-1.0)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixiv/types-vrmc-node-constraint-1.0",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"description": "Type definitions of VRMC_node_constraint 1.0 schema",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pixiv",
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
"directory": "packages/types-vrmc-node-constraint-1.0"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"version": "yarn
|
|
20
|
-
"all": "yarn lint && yarn clean && yarn docs",
|
|
19
|
+
"version": "yarn clean",
|
|
21
20
|
"clean": "rimraf docs/",
|
|
22
|
-
"docs": "typedoc --
|
|
21
|
+
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
|
|
23
22
|
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
|
|
24
23
|
"lint-fix": "eslint \"types/**/*.{ts,tsx}\" --fix && prettier \"types/**/*.{ts,tsx}\" --write"
|
|
25
24
|
},
|
|
@@ -29,5 +28,5 @@
|
|
|
29
28
|
"prettier --write"
|
|
30
29
|
]
|
|
31
30
|
},
|
|
32
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "b83ddc31d4b90d49a0fb9ae16851e7d13075f3a9"
|
|
33
32
|
}
|