@dcl/playground-assets 7.25.1-31631715875.commit-ece3246 → 7.26.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.25.1-31631715875.commit-ece3246",
4
+ "version": "7.26.0",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -33,5 +33,5 @@
33
33
  },
34
34
  "types": "./index.d.ts",
35
35
  "typings": "./index.d.ts",
36
- "commit": "ece324654d220f5ab5517e743e374fd856308a58"
36
+ "commit": "cff2a7252ad04629f557e938f90f4a478562d43c"
37
37
  }
@@ -288,15 +288,6 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
288
288
  /** @public */
289
289
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
290
290
 
291
- /** Mask for which bones an animation applies to. */
292
- /**
293
- * @public
294
- */
295
- export declare const enum AvatarEmoteMask {
296
- AEM_FULL_BODY = 0,
297
- AEM_UPPER_BODY = 1
298
- }
299
-
300
291
  /** @public */
301
292
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
302
293
 
@@ -2917,65 +2917,6 @@
2917
2917
  "endIndex": 5
2918
2918
  }
2919
2919
  },
2920
- {
2921
- "kind": "Enum",
2922
- "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask:enum",
2923
- "docComment": "/**\n * @public\n */\n",
2924
- "excerptTokens": [
2925
- {
2926
- "kind": "Content",
2927
- "text": "export declare const enum AvatarEmoteMask "
2928
- }
2929
- ],
2930
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts",
2931
- "releaseTag": "Public",
2932
- "name": "AvatarEmoteMask",
2933
- "preserveMemberOrder": false,
2934
- "members": [
2935
- {
2936
- "kind": "EnumMember",
2937
- "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_FULL_BODY:member",
2938
- "docComment": "",
2939
- "excerptTokens": [
2940
- {
2941
- "kind": "Content",
2942
- "text": "AEM_FULL_BODY = "
2943
- },
2944
- {
2945
- "kind": "Content",
2946
- "text": "0"
2947
- }
2948
- ],
2949
- "initializerTokenRange": {
2950
- "startIndex": 1,
2951
- "endIndex": 2
2952
- },
2953
- "releaseTag": "Public",
2954
- "name": "AEM_FULL_BODY"
2955
- },
2956
- {
2957
- "kind": "EnumMember",
2958
- "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_UPPER_BODY:member",
2959
- "docComment": "",
2960
- "excerptTokens": [
2961
- {
2962
- "kind": "Content",
2963
- "text": "AEM_UPPER_BODY = "
2964
- },
2965
- {
2966
- "kind": "Content",
2967
- "text": "1"
2968
- }
2969
- ],
2970
- "initializerTokenRange": {
2971
- "startIndex": 1,
2972
- "endIndex": 2
2973
- },
2974
- "releaseTag": "Public",
2975
- "name": "AEM_UPPER_BODY"
2976
- }
2977
- ]
2978
- },
2979
2920
  {
2980
2921
  "kind": "Variable",
2981
2922
  "canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
@@ -201,14 +201,6 @@ export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>
201
201
  // @public (undocumented)
202
202
  export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
203
203
 
204
- // @public (undocumented)
205
- export const enum AvatarEmoteMask {
206
- // (undocumented)
207
- AEM_FULL_BODY = 0,
208
- // (undocumented)
209
- AEM_UPPER_BODY = 1
210
- }
211
-
212
204
  // @public (undocumented)
213
205
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
214
206
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.25.1-31631715875.commit-ece3246",
4
+ "version": "7.26.0",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.25.1-31631715875.commit-ece3246",
8
- "@dcl/sdk": "7.25.1-31631715875.commit-ece3246"
7
+ "@dcl/js-runtime": "7.26.0",
8
+ "@dcl/sdk": "7.26.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "ece324654d220f5ab5517e743e374fd856308a58"
35
+ "commit": "cff2a7252ad04629f557e938f90f4a478562d43c"
36
36
  }