@dcl/content-validator 4.13.1 → 4.13.2

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.
@@ -34,7 +34,7 @@ export declare const ADR_232_TIMESTAMP: number;
34
34
  */
35
35
  export declare const ADR_236_TIMESTAMP: number;
36
36
  /**
37
- * 1709564400000 = 2024-03-04T15:00:00Z
37
+ * 1710428400000 = 2024-03-14T15:00:00Z
38
38
  * @public
39
39
  */
40
40
  export declare const ADR_244_TIMESTAMP: number;
@@ -37,10 +37,10 @@ exports.ADR_232_TIMESTAMP = process.env.ADR_232_TIMESTAMP ? parseInt(process.env
37
37
  */
38
38
  exports.ADR_236_TIMESTAMP = process.env.ADR_236_TIMESTAMP ? parseInt(process.env.ADR_236_TIMESTAMP) : 1684497600000;
39
39
  /**
40
- * 1709564400000 = 2024-03-04T15:00:00Z
40
+ * 1710428400000 = 2024-03-14T15:00:00Z
41
41
  * @public
42
42
  */
43
- exports.ADR_244_TIMESTAMP = process.env.ADR_244_TIMESTAMP ? parseInt(process.env.ADR_244_TIMESTAMP) : 1709564400000;
43
+ exports.ADR_244_TIMESTAMP = process.env.ADR_244_TIMESTAMP ? parseInt(process.env.ADR_244_TIMESTAMP) : 1710428400000;
44
44
  /**
45
45
  * DCL Launch Day
46
46
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/content-validator",
3
- "version": "4.13.1",
3
+ "version": "4.13.2",
4
4
  "description": "Catalyst content validations",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "files": [
56
56
  "dist"
57
57
  ],
58
- "commit": "a9d6f86cc258de4d048748af374c60a720ed1075"
58
+ "commit": "155b1024a183bab9e10c285e5c2696ec7bcf700b"
59
59
  }