@dcl/schemas 5.17.1-20220915185734.commit-e9e3cf3 → 5.17.1

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.
@@ -2,7 +2,7 @@ import { EmoteDefinition } from './emote-definition';
2
2
  import { EmoteRepresentationWithBlobs } from './emote-representation-with-blobs';
3
3
  /** @alpha */
4
4
  export declare type EmoteWithBlobs = Omit<EmoteDefinition, 'emoteDataADR74'> & {
5
- data: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
5
+ emoteDataADR74: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
6
6
  representations: EmoteRepresentationWithBlobs[];
7
7
  };
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"emote-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAEhF,aAAa;AACb,oBAAY,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,gBAAgB,CAAC,GAAG;IACrE,IAAI,EAAE,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC,GAAG;QACjE,eAAe,EAAE,4BAA4B,EAAE,CAAA;KAChD,CAAA;CACF,CAAA"}
1
+ {"version":3,"file":"emote-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAEhF,aAAa;AACb,oBAAY,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,gBAAgB,CAAC,GAAG;IACrE,cAAc,EAAE,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC,GAAG;QAC3E,eAAe,EAAE,4BAA4B,EAAE,CAAA;KAChD,CAAA;CACF,CAAA"}
package/dist/schemas.d.ts CHANGED
@@ -510,7 +510,7 @@ export declare type EmoteRepresentationWithBlobs = Omit<EmoteRepresentationDefin
510
510
 
511
511
  /** @alpha */
512
512
  export declare type EmoteWithBlobs = Omit<EmoteDefinition, 'emoteDataADR74'> & {
513
- data: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
513
+ emoteDataADR74: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
514
514
  representations: EmoteRepresentationWithBlobs[];
515
515
  };
516
516
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.17.1-20220915185734.commit-e9e3cf3",
2
+ "version": "5.17.1",
3
3
  "name": "@dcl/schemas",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "dist"
34
34
  ],
35
- "commit": "e9e3cf32ecf89ac728343373fdfecb0c6d5e39f1"
35
+ "commit": "a79ac20920aeed626e3630395242e5dd96533b9e"
36
36
  }