@pixiv/three-vrm-core 3.1.0 → 3.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-core",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "The implementation of core features of VRM, for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -51,15 +51,15 @@
51
51
  ]
52
52
  },
53
53
  "dependencies": {
54
- "@pixiv/types-vrm-0.0": "3.1.0",
55
- "@pixiv/types-vrmc-vrm-1.0": "3.1.0"
54
+ "@pixiv/types-vrm-0.0": "3.1.2",
55
+ "@pixiv/types-vrmc-vrm-1.0": "3.1.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/three": "^0.167.0",
59
- "three": "^0.167.0"
58
+ "@types/three": "^0.169.0",
59
+ "three": "^0.169.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "three": ">=0.137"
63
63
  },
64
- "gitHead": "2e7ddda794c067440c420bada91f2b05f581c2f6"
64
+ "gitHead": "add5746f2391fbb6baa118a7211462fbc0fad9d3"
65
65
  }
@@ -6,7 +6,7 @@ export declare const VRMExpressionMaterialColorType: {
6
6
  readonly RimColor: "rimColor";
7
7
  readonly OutlineColor: "outlineColor";
8
8
  };
9
- export type VRMExpressionMaterialColorType = typeof VRMExpressionMaterialColorType[keyof typeof VRMExpressionMaterialColorType];
9
+ export type VRMExpressionMaterialColorType = (typeof VRMExpressionMaterialColorType)[keyof typeof VRMExpressionMaterialColorType];
10
10
  export declare const v0ExpressionMaterialColorMap: {
11
11
  [key: string]: VRMExpressionMaterialColorType | undefined;
12
12
  };
@@ -3,4 +3,4 @@ export declare const VRMExpressionOverrideType: {
3
3
  readonly Block: "block";
4
4
  readonly Blend: "blend";
5
5
  };
6
- export type VRMExpressionOverrideType = typeof VRMExpressionOverrideType[keyof typeof VRMExpressionOverrideType];
6
+ export type VRMExpressionOverrideType = (typeof VRMExpressionOverrideType)[keyof typeof VRMExpressionOverrideType];
@@ -18,4 +18,4 @@ export declare const VRMExpressionPresetName: {
18
18
  readonly BlinkRight: "blinkRight";
19
19
  readonly Neutral: "neutral";
20
20
  };
21
- export type VRMExpressionPresetName = typeof VRMExpressionPresetName[keyof typeof VRMExpressionPresetName];
21
+ export type VRMExpressionPresetName = (typeof VRMExpressionPresetName)[keyof typeof VRMExpressionPresetName];
@@ -4,4 +4,4 @@ export declare const VRMFirstPersonMeshAnnotationType: {
4
4
  readonly ThirdPersonOnly: "thirdPersonOnly";
5
5
  readonly FirstPersonOnly: "firstPersonOnly";
6
6
  };
7
- export type VRMFirstPersonMeshAnnotationType = typeof VRMFirstPersonMeshAnnotationType[keyof typeof VRMFirstPersonMeshAnnotationType];
7
+ export type VRMFirstPersonMeshAnnotationType = (typeof VRMFirstPersonMeshAnnotationType)[keyof typeof VRMFirstPersonMeshAnnotationType];
@@ -60,4 +60,4 @@ export declare const VRMHumanBoneName: {
60
60
  readonly RightLittleIntermediate: "rightLittleIntermediate";
61
61
  readonly RightLittleDistal: "rightLittleDistal";
62
62
  };
63
- export type VRMHumanBoneName = typeof VRMHumanBoneName[keyof typeof VRMHumanBoneName];
63
+ export type VRMHumanBoneName = (typeof VRMHumanBoneName)[keyof typeof VRMHumanBoneName];
@@ -15,4 +15,4 @@ export declare const VRMRequiredHumanBoneName: {
15
15
  readonly RightLowerArm: "rightLowerArm";
16
16
  readonly RightHand: "rightHand";
17
17
  };
18
- export type VRMRequiredHumanBoneName = typeof VRMRequiredHumanBoneName[keyof typeof VRMRequiredHumanBoneName];
18
+ export type VRMRequiredHumanBoneName = (typeof VRMRequiredHumanBoneName)[keyof typeof VRMRequiredHumanBoneName];
@@ -5,4 +5,4 @@ export declare const VRMLookAtTypeName: {
5
5
  Bone: string;
6
6
  Expression: string;
7
7
  };
8
- export type VRMLookAtTypeName = typeof VRMLookAtTypeName[keyof typeof VRMLookAtTypeName];
8
+ export type VRMLookAtTypeName = (typeof VRMLookAtTypeName)[keyof typeof VRMLookAtTypeName];