@memori.ai/memori-react 7.8.5 → 7.8.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/CHANGELOG.md +7 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.js +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.js +1 -1
- package/package.json +1 -1
- package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [7.8.6](https://github.com/memori-ai/memori-react/compare/v7.8.5...v7.8.6) (2024-11-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* update female fullbody animation glb url ([afb11f7](https://github.com/memori-ai/memori-react/commit/afb11f71b3efce56e1439bbc523abaa335b4c624))
|
|
9
|
+
|
|
3
10
|
## [7.8.5](https://github.com/memori-ai/memori-react/compare/v7.8.4...v7.8.5) (2024-11-07)
|
|
4
11
|
|
|
5
12
|
|
package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.AVATAR_ROTATION = new three_1.Euler(0.175, 0, 0);
|
|
|
7
7
|
exports.AVATAR_POSITION_ZOOMED = new three_1.Vector3(0, -1.45, 0);
|
|
8
8
|
exports.ANIMATION_URLS = {
|
|
9
9
|
MALE: 'https://assets.memori.ai/api/v2/asset/2c5e88a4-cf62-408b-9ef0-518b099dfcb2.glb',
|
|
10
|
-
FEMALE: 'https://assets.memori.ai/api/v2/asset/
|
|
10
|
+
FEMALE: 'https://assets.memori.ai/api/v2/asset/2adc934b-24b2-45bd-94ad-ffec58d3cb32.glb',
|
|
11
11
|
};
|
|
12
12
|
exports.BLINK_CONFIG = {
|
|
13
13
|
minInterval: 1000,
|
package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.js
CHANGED
|
@@ -4,7 +4,7 @@ export const AVATAR_ROTATION = new Euler(0.175, 0, 0);
|
|
|
4
4
|
export const AVATAR_POSITION_ZOOMED = new Vector3(0, -1.45, 0);
|
|
5
5
|
export const ANIMATION_URLS = {
|
|
6
6
|
MALE: 'https://assets.memori.ai/api/v2/asset/2c5e88a4-cf62-408b-9ef0-518b099dfcb2.glb',
|
|
7
|
-
FEMALE: 'https://assets.memori.ai/api/v2/asset/
|
|
7
|
+
FEMALE: 'https://assets.memori.ai/api/v2/asset/2adc934b-24b2-45bd-94ad-ffec58d3cb32.glb',
|
|
8
8
|
};
|
|
9
9
|
export const BLINK_CONFIG = {
|
|
10
10
|
minInterval: 1000,
|
package/package.json
CHANGED
package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/constants.ts
CHANGED
|
@@ -8,7 +8,7 @@ export const AVATAR_POSITION_ZOOMED = new Vector3(0, -1.45, 0);
|
|
|
8
8
|
export const ANIMATION_URLS = {
|
|
9
9
|
MALE: 'https://assets.memori.ai/api/v2/asset/2c5e88a4-cf62-408b-9ef0-518b099dfcb2.glb',
|
|
10
10
|
FEMALE:
|
|
11
|
-
'https://assets.memori.ai/api/v2/asset/
|
|
11
|
+
'https://assets.memori.ai/api/v2/asset/2adc934b-24b2-45bd-94ad-ffec58d3cb32.glb',
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
export const BLINK_CONFIG = {
|