@dcl/content-validator 4.0.26 → 4.0.27
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.
|
@@ -14,7 +14,7 @@ export declare const ADR_75_TIMESTAMP: number;
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const ADR_74_TIMESTAMP: number;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* 1674576000000 = 2023-01-24T15:00:00Z
|
|
18
18
|
* @public
|
|
19
19
|
*/
|
|
20
20
|
export declare const ADR_158_TIMESTAMP: number;
|
|
@@ -17,10 +17,10 @@ exports.ADR_75_TIMESTAMP = process.env.ADR_75_TIMESTAMP ? parseInt(process.env.A
|
|
|
17
17
|
*/
|
|
18
18
|
exports.ADR_74_TIMESTAMP = process.env.ADR_74_TIMESTAMP ? parseInt(process.env.ADR_74_TIMESTAMP) : 1662987600000;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* 1674576000000 = 2023-01-24T15:00:00Z
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
|
-
exports.ADR_158_TIMESTAMP = process.env.ADR_158_TIMESTAMP ? parseInt(process.env.ADR_158_TIMESTAMP) :
|
|
23
|
+
exports.ADR_158_TIMESTAMP = process.env.ADR_158_TIMESTAMP ? parseInt(process.env.ADR_158_TIMESTAMP) : 1674576000000;
|
|
24
24
|
/**
|
|
25
25
|
* DCL Launch Day
|
|
26
26
|
* @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/content-validator",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.27",
|
|
4
4
|
"description": "Catalyst content validations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"files": [
|
|
62
62
|
"dist"
|
|
63
63
|
],
|
|
64
|
-
"commit": "
|
|
64
|
+
"commit": "f4b8b31f5c1590344220dbec2284cc8074a8fb73"
|
|
65
65
|
}
|