@dcl/schemas 4.9.0 → 4.9.1-20220520125636.commit-2530a54

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 +1 @@
1
- {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../../src/platform/profile/profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,gBAAgB,EACjB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEjC;;;GAGG;AACH,oBAAY,OAAO,GAAG;IACpB,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAA;AAED;;;GAGG;AACH,yBAAiB,OAAO,CAAC;IAChB,MAAM,MAAM,EAAE,UAAU,CAAC,OAAO,CAUtC,CAAA;IAEM,MAAM,QAAQ,EAAE,gBAAgB,CAAC,OAAO,CAEE,CAAA;CAClD"}
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../../src/platform/profile/profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,gBAAgB,EACjB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEjC;;;GAGG;AACH,oBAAY,OAAO,GAAG;IACpB,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAA;AAED;;;GAGG;AACH,yBAAiB,OAAO,CAAC;IAChB,MAAM,MAAM,EAAE,UAAU,CAAC,OAAO,CAUtC,CAAA;IACM,MAAM,QAAQ,EAAE,gBAAgB,CAAC,OAAO,CAA6B,CAAA;CAC7E"}
@@ -20,7 +20,6 @@ var Profile;
20
20
  },
21
21
  additionalProperties: true
22
22
  };
23
- const schemaValidator = (0, validation_1.generateValidator)(Profile.schema);
24
- Profile.validate = (profile) => schemaValidator(profile);
23
+ Profile.validate = (0, validation_1.generateValidator)(Profile.schema);
25
24
  })(Profile = exports.Profile || (exports.Profile = {}));
26
25
  //# sourceMappingURL=profile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"profile.js","sourceRoot":"","sources":["../../../src/platform/profile/profile.ts"],"names":[],"mappings":";;;AAAA,iDAIyB;AACzB,qCAAiC;AAUjC;;;GAGG;AACH,IAAiB,OAAO,CAgBvB;AAhBD,WAAiB,OAAO;IACT,cAAM,GAAwB;QACzC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,CAAC,SAAS,CAAC;QACrB,UAAU,EAAE;YACV,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,eAAM,CAAC,MAAM;aACrB;SACF;QACD,oBAAoB,EAAE,IAAI;KAC3B,CAAA;IACD,MAAM,eAAe,GAA8B,IAAA,8BAAiB,EAAC,QAAA,MAAM,CAAC,CAAA;IAC/D,gBAAQ,GAA8B,CACjD,OAAY,EACQ,EAAE,CAAC,eAAe,CAAC,OAAO,CAAC,CAAA;AACnD,CAAC,EAhBgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAgBvB"}
1
+ {"version":3,"file":"profile.js","sourceRoot":"","sources":["../../../src/platform/profile/profile.ts"],"names":[],"mappings":";;;AAAA,iDAIyB;AACzB,qCAAiC;AAUjC;;;GAGG;AACH,IAAiB,OAAO,CAavB;AAbD,WAAiB,OAAO;IACT,cAAM,GAAwB;QACzC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,CAAC,SAAS,CAAC;QACrB,UAAU,EAAE;YACV,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,eAAM,CAAC,MAAM;aACrB;SACF;QACD,oBAAoB,EAAE,IAAI;KAC3B,CAAA;IACY,gBAAQ,GAA8B,IAAA,8BAAiB,EAAC,QAAA,MAAM,CAAC,CAAA;AAC9E,CAAC,EAbgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAavB"}
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.9.0",
2
+ "version": "4.9.1-20220520125636.commit-2530a54",
3
3
  "name": "@dcl/schemas",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",
@@ -30,5 +30,5 @@
30
30
  "files": [
31
31
  "dist"
32
32
  ],
33
- "commit": "c0af03cd4cc2933c06acf5d8b12bfcc7aba674ef"
33
+ "commit": "2530a54a1f2eb546ce5ae97c99ddd30f3a03059a"
34
34
  }