@pixiv/types-vrm-0.0 3.3.5 → 3.3.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -10,4 +10,4 @@ The extension root is named `VRM` .
10
10
 
11
11
  [GitHub Repository](https://github.com/pixiv/three-vrm/tree/dev/packages/types-vrm-0.0)
12
12
 
13
- [Documentation](https://pixiv.github.io/three-vrm/packages/types-vrm-0.0/docs)
13
+ [API Reference](https://pixiv.github.io/three-vrm/docs/modules/types-vrm-0.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/types-vrm-0.0",
3
- "version": "3.3.5",
3
+ "version": "3.3.7",
4
4
  "description": "Type definitions of VRM 0.0 schema",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -16,10 +16,9 @@
16
16
  "directory": "packages/types-vrm-0.0"
17
17
  },
18
18
  "scripts": {
19
- "version": "yarn all",
20
- "all": "yarn lint && yarn clean && yarn docs",
19
+ "version": "yarn clean",
21
20
  "clean": "rimraf docs/",
22
- "docs": "typedoc --entryPoints ./types/index.d.ts --out docs",
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": "3446b275735a9edcd0f6362bc446855ed68dcc02"
31
+ "gitHead": "1246107cc684d48cb46afc02ed653189cde48276"
33
32
  }