Skip to content

Commit f5ef011

Browse files
committed
rename
1 parent 92135e7 commit f5ef011

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/decentraland/js-sdk-toolchain/issues",
77
"dependencies": {
88
"@actions/core": "^1.10.0",
9-
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16478890772.commit-dbb636a.tgz",
9+
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16568903619.commit-4bf4319.tgz",
1010
"@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1",
1111
"@dcl/ts-proto": "1.153.0",
1212
"@types/fs-extra": "^9.0.12",

packages/@dcl/playground-assets/etc/playground-assets.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,9 +2248,9 @@ export interface PBAvatarShape {
22482248
expressionTriggerTimestamp?: number | undefined;
22492249
eyeColor?: PBColor3 | undefined;
22502250
hairColor?: PBColor3 | undefined;
2251-
hideBody?: boolean | undefined;
22522251
id: string;
22532252
name?: string | undefined;
2253+
showOnlyWearables?: boolean | undefined;
22542254
skinColor?: PBColor3 | undefined;
22552255
talking?: boolean | undefined;
22562256
wearables: string[];

0 commit comments

Comments
 (0)