@dcl/content-validator 1.3.1-20220328202423.commit-45045f1 → 1.3.1-20220329184417.commit-c28a45c

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.
@@ -172,7 +172,7 @@
172
172
  {
173
173
  "kind": "Variable",
174
174
  "canonicalReference": "@dcl/content-validator!ADR_45_TIMESTAMP:var",
175
- "docComment": "/**\n * 1648771200000 = April 1st 2022 UTC\n *\n * @public\n */\n",
175
+ "docComment": "/**\n * 1648771200000 = 2022-05-03T14:00:00Z\n *\n * @public\n */\n",
176
176
  "excerptTokens": [
177
177
  {
178
178
  "kind": "Content",
@@ -4,7 +4,7 @@ import { DeploymentToValidate, ExternalCalls, Validation, ValidationArgs, Valida
4
4
  */
5
5
  export declare const validateInRow: (validationArgs: ValidationArgs, ...validations: Validation[]) => Promise<ValidationResponse>;
6
6
  /**
7
- * 1648771200000 = April 1st 2022 UTC
7
+ * 1648771200000 = 2022-05-03T14:00:00Z
8
8
  * @public
9
9
  */
10
10
  export declare const ADR_45_TIMESTAMP: number;
@@ -24,10 +24,10 @@ const validateInRow = async (validationArgs, ...validations) => {
24
24
  };
25
25
  exports.validateInRow = validateInRow;
26
26
  /**
27
- * 1648771200000 = April 1st 2022 UTC
27
+ * 1648771200000 = 2022-05-03T14:00:00Z
28
28
  * @public
29
29
  */
30
- exports.ADR_45_TIMESTAMP = process.env.ADR_45_TIMESTAMP ? parseInt(process.env.ADR_45_TIMESTAMP) : 1648771200000;
30
+ exports.ADR_45_TIMESTAMP = process.env.ADR_45_TIMESTAMP ? parseInt(process.env.ADR_45_TIMESTAMP) : 1651586400000;
31
31
  /**
32
32
  * DCL Launch Day
33
33
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/content-validator",
3
- "version": "1.3.1-20220328202423.commit-45045f1",
3
+ "version": "1.3.1-20220329184417.commit-c28a45c",
4
4
  "description": "Catalyst content validations",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -49,5 +49,5 @@
49
49
  "files": [
50
50
  "dist"
51
51
  ],
52
- "commit": "45045f1b231d7d4ae55882ac63d68d5f68915f9c"
52
+ "commit": "c28a45c427112d3f1a52cc4dbf98d4d1206d991c"
53
53
  }