@dcl/content-validator 4.0.6 → 4.0.8

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,5 +1,5 @@
1
1
  /**
2
- * 1669852800000 = 2022-12-01T00:00:00Z
2
+ * 1669852800000 = 2022-09-12T13:00:00Z
3
3
  * @public
4
4
  */
5
5
  export declare const ADR_74_TIMESTAMP: number;
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LEGACY_CONTENT_MIGRATION_TIMESTAMP = exports.ADR_75_TIMESTAMP = exports.ADR_45_TIMESTAMP = exports.ADR_74_TIMESTAMP = void 0;
4
4
  /**
5
- * 1669852800000 = 2022-12-01T00:00:00Z
5
+ * 1669852800000 = 2022-09-12T13:00:00Z
6
6
  * @public
7
7
  */
8
- exports.ADR_74_TIMESTAMP = process.env.ADR_74_TIMESTAMP ? parseInt(process.env.ADR_74_TIMESTAMP) : 1669852800000;
8
+ exports.ADR_74_TIMESTAMP = process.env.ADR_74_TIMESTAMP ? parseInt(process.env.ADR_74_TIMESTAMP) : 1662987600000;
9
9
  /**
10
10
  * 1652191200000 = 2022-05-10T14:00:00Z
11
11
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/content-validator",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "description": "Catalyst content validations",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "@dcl/content-hash-tree": "^1.1.3",
53
53
  "@dcl/hashing": "1.1.0",
54
54
  "@dcl/schemas": "^5.4.2",
55
- "@dcl/urn-resolver": "2.0.1",
55
+ "@dcl/urn-resolver": "2.0.2",
56
56
  "@well-known-components/interfaces": "1.1.1",
57
57
  "@well-known-components/thegraph-component": "^1.2.0",
58
58
  "ms": "2.1.3",
@@ -61,5 +61,5 @@
61
61
  "files": [
62
62
  "dist"
63
63
  ],
64
- "commit": "eb4028b0ce035a972aca086c9b8a582e68d7ae80"
64
+ "commit": "6842749c4f2b9d80d780e26d860807588a47e4f9"
65
65
  }