@pixiv/types-vrm-0.0 1.0.0-beta.5 → 1.0.0-beta.9

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,3 +7,7 @@ https://github.com/vrm-c/vrm-specification/tree/master/specification/0.0
7
7
  There should not be any implementation in this package. Just type definitions of the schema.
8
8
 
9
9
  The extension root is named `VRM` .
10
+
11
+ [GitHub Repository](https://github.com/pixiv/three-vrm/tree/dev/packages/types-vrm-0.0)
12
+
13
+ [Documentation](https://pixiv.github.io/three-vrm/packages/types-vrm-0.0/docs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/types-vrm-0.0",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.9",
4
4
  "description": "Type definitions of VRM 0.0 schema",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -33,5 +33,5 @@
33
33
  "prettier --write"
34
34
  ]
35
35
  },
36
- "gitHead": "a78967ee6b4b0a7b721127027494a6fcba1cf4d1"
36
+ "gitHead": "31a046e8ef027917490cbbb3e558f9f97f3d3259"
37
37
  }