@dcl/content-validator 1.4.3 → 1.4.4-20220428135612.commit-d498cf0
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 *
|
|
175
|
+
"docComment": "/**\n * 1652191200000 = 2022-05-10T14: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
|
-
*
|
|
7
|
+
* 1652191200000 = 2022-05-10T14: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
|
-
*
|
|
27
|
+
* 1652191200000 = 2022-05-10T14:00:00Z
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
|
-
exports.ADR_45_TIMESTAMP = process.env.ADR_45_TIMESTAMP ? parseInt(process.env.ADR_45_TIMESTAMP) :
|
|
30
|
+
exports.ADR_45_TIMESTAMP = process.env.ADR_45_TIMESTAMP ? parseInt(process.env.ADR_45_TIMESTAMP) : 1652191200000;
|
|
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.4.
|
|
3
|
+
"version": "1.4.4-20220428135612.commit-d498cf0",
|
|
4
4
|
"description": "Catalyst content validations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@dcl/content-hash-tree": "1.1.2",
|
|
37
37
|
"@dcl/hashing": "1.1.0",
|
|
38
|
-
"@dcl/schemas": "4.
|
|
38
|
+
"@dcl/schemas": "4.7.0",
|
|
39
39
|
"@dcl/urn-resolver": "1.3.1",
|
|
40
40
|
"@ethersproject/address": "5.5.0",
|
|
41
41
|
"@well-known-components/interfaces": "1.1.1",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"files": [
|
|
50
50
|
"dist"
|
|
51
51
|
],
|
|
52
|
-
"commit": "
|
|
52
|
+
"commit": "d498cf064d6b56fcf8ce760e0fe5eaf4db675a14"
|
|
53
53
|
}
|