dcl-catalyst-client 19.0.0 → 20.0.1
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.
- package/README.md +2 -68
- package/dist/client/CatalystClient.d.ts +0 -2
- package/dist/client/CatalystClient.d.ts.map +1 -1
- package/dist/client/CatalystClient.js +1 -20
- package/dist/client/CatalystClient.js.map +1 -1
- package/dist/client/index.d.ts +5 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +21 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/specs/catalyst.schemas.d.ts +4 -6
- package/dist/client/specs/catalyst.schemas.d.ts.map +1 -1
- package/dist/client/specs/lambdas-client.d.ts +13 -9
- package/dist/client/specs/lambdas-client.d.ts.map +1 -1
- package/dist/client/specs/lambdas-client.js +12 -4
- package/dist/client/specs/lambdas-client.js.map +1 -1
- package/dist/contracts-snapshots/data.d.ts +1 -0
- package/dist/contracts-snapshots/data.d.ts.map +1 -1
- package/dist/contracts-snapshots/data.js +2 -1
- package/dist/contracts-snapshots/data.js.map +1 -1
- package/dist/contracts-snapshots/index.d.ts +4 -5
- package/dist/contracts-snapshots/index.d.ts.map +1 -1
- package/dist/contracts-snapshots/index.js +3 -3
- package/dist/contracts-snapshots/index.js.map +1 -1
- package/dist/package.json +6 -6
- package/package.json +8 -8
- package/dist/contracts/abi.d.ts +0 -59
- package/dist/contracts/abi.d.ts.map +0 -1
- package/dist/contracts/abi.js +0 -942
- package/dist/contracts/abi.js.map +0 -1
- package/dist/contracts/index.d.ts +0 -19
- package/dist/contracts/index.d.ts.map +0 -1
- package/dist/contracts/index.js +0 -86
- package/dist/contracts/index.js.map +0 -1
- package/dist/contracts/types.d.ts +0 -2
- package/dist/contracts/types.d.ts.map +0 -1
- package/dist/contracts/types.js +0 -3
- package/dist/contracts/types.js.map +0 -1
- package/dist/types.d.ts +0 -6
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -3
- package/dist/types.js.map +0 -1
package/dist/package.json
CHANGED
|
@@ -44,16 +44,17 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/decentraland/catalyst-client#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
+
"@dcl/catalyst-contracts": "^4.0.2",
|
|
47
48
|
"@dcl/crypto": "^3.4.0",
|
|
48
|
-
"@dcl/hashing": "^
|
|
49
|
+
"@dcl/hashing": "^2.0.0",
|
|
49
50
|
"@dcl/schemas": "^7.1.0",
|
|
50
|
-
"@well-known-components/fetch-component": "^
|
|
51
|
+
"@well-known-components/fetch-component": "^2.0.0",
|
|
51
52
|
"cookie": "^0.5.0",
|
|
52
53
|
"cross-fetch": "^3.1.5",
|
|
53
54
|
"form-data": "^4.0.0"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@dcl/catalyst-api-specs": "^3.
|
|
57
|
+
"@dcl/catalyst-api-specs": "^3.2.0",
|
|
57
58
|
"@dcl/eslint-config": "^1.0.6",
|
|
58
59
|
"@types/form-data": "^2.5.0",
|
|
59
60
|
"@well-known-components/env-config-provider": "^1.1.1",
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"@well-known-components/logger": "^3.0.0",
|
|
63
64
|
"@well-known-components/test-helpers": "^1.2.1",
|
|
64
65
|
"busboy": "^1.6.0",
|
|
66
|
+
"eth-connect": "^6.1.0",
|
|
65
67
|
"orval": "^6.16.0",
|
|
66
68
|
"ts-node": "^10.4.0",
|
|
67
69
|
"typescript": "^4.4.4"
|
|
@@ -73,9 +75,7 @@
|
|
|
73
75
|
"trailingComma": "none",
|
|
74
76
|
"tabWidth": 2
|
|
75
77
|
},
|
|
76
|
-
"optionalDependencies": {
|
|
77
|
-
"ethers": "^6.4.0"
|
|
78
|
-
},
|
|
78
|
+
"optionalDependencies": {},
|
|
79
79
|
"files": [
|
|
80
80
|
"package.json",
|
|
81
81
|
"dist"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcl-catalyst-client",
|
|
3
|
-
"version": "
|
|
4
|
-
"commit": "
|
|
3
|
+
"version": "20.0.1",
|
|
4
|
+
"commit": "418e8e341ae5c577813ff06aebbbefc7a4c2fb77",
|
|
5
5
|
"description": "A client to query and perform changes on Decentraland's catalyst servers",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
@@ -44,16 +44,17 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/decentraland/catalyst-client#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
+
"@dcl/catalyst-contracts": "^4.0.2",
|
|
47
48
|
"@dcl/crypto": "^3.4.0",
|
|
48
|
-
"@dcl/hashing": "^
|
|
49
|
+
"@dcl/hashing": "^2.0.0",
|
|
49
50
|
"@dcl/schemas": "^7.1.0",
|
|
50
|
-
"@well-known-components/fetch-component": "^
|
|
51
|
+
"@well-known-components/fetch-component": "^2.0.0",
|
|
51
52
|
"cookie": "^0.5.0",
|
|
52
53
|
"cross-fetch": "^3.1.5",
|
|
53
54
|
"form-data": "^4.0.0"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@dcl/catalyst-api-specs": "^3.
|
|
57
|
+
"@dcl/catalyst-api-specs": "^3.2.0",
|
|
57
58
|
"@dcl/eslint-config": "^1.0.6",
|
|
58
59
|
"@types/form-data": "^2.5.0",
|
|
59
60
|
"@well-known-components/env-config-provider": "^1.1.1",
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"@well-known-components/logger": "^3.0.0",
|
|
63
64
|
"@well-known-components/test-helpers": "^1.2.1",
|
|
64
65
|
"busboy": "^1.6.0",
|
|
66
|
+
"eth-connect": "^6.1.0",
|
|
65
67
|
"orval": "^6.16.0",
|
|
66
68
|
"ts-node": "^10.4.0",
|
|
67
69
|
"typescript": "^4.4.4"
|
|
@@ -73,9 +75,7 @@
|
|
|
73
75
|
"trailingComma": "none",
|
|
74
76
|
"tabWidth": 2
|
|
75
77
|
},
|
|
76
|
-
"optionalDependencies": {
|
|
77
|
-
"ethers": "^6.4.0"
|
|
78
|
-
},
|
|
78
|
+
"optionalDependencies": {},
|
|
79
79
|
"files": [
|
|
80
80
|
"package.json",
|
|
81
81
|
"dist"
|
package/dist/contracts/abi.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
export declare const listAbi: ({
|
|
2
|
-
constant: boolean;
|
|
3
|
-
inputs: {
|
|
4
|
-
name: string;
|
|
5
|
-
type: string;
|
|
6
|
-
}[];
|
|
7
|
-
name: string;
|
|
8
|
-
outputs: {
|
|
9
|
-
name: string;
|
|
10
|
-
type: string;
|
|
11
|
-
}[];
|
|
12
|
-
payable: boolean;
|
|
13
|
-
stateMutability: string;
|
|
14
|
-
type: string;
|
|
15
|
-
anonymous?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
anonymous: boolean;
|
|
18
|
-
inputs: {
|
|
19
|
-
indexed: boolean;
|
|
20
|
-
name: string;
|
|
21
|
-
type: string;
|
|
22
|
-
}[];
|
|
23
|
-
name: string;
|
|
24
|
-
type: string;
|
|
25
|
-
constant?: undefined;
|
|
26
|
-
outputs?: undefined;
|
|
27
|
-
payable?: undefined;
|
|
28
|
-
stateMutability?: undefined;
|
|
29
|
-
})[];
|
|
30
|
-
export declare const catalystAbi: ({
|
|
31
|
-
constant: boolean;
|
|
32
|
-
inputs: {
|
|
33
|
-
name: string;
|
|
34
|
-
type: string;
|
|
35
|
-
}[];
|
|
36
|
-
name: string;
|
|
37
|
-
outputs: {
|
|
38
|
-
name: string;
|
|
39
|
-
type: string;
|
|
40
|
-
}[];
|
|
41
|
-
payable: boolean;
|
|
42
|
-
stateMutability: string;
|
|
43
|
-
type: string;
|
|
44
|
-
anonymous?: undefined;
|
|
45
|
-
} | {
|
|
46
|
-
anonymous: boolean;
|
|
47
|
-
inputs: {
|
|
48
|
-
indexed: boolean;
|
|
49
|
-
name: string;
|
|
50
|
-
type: string;
|
|
51
|
-
}[];
|
|
52
|
-
name: string;
|
|
53
|
-
type: string;
|
|
54
|
-
constant?: undefined;
|
|
55
|
-
outputs?: undefined;
|
|
56
|
-
payable?: undefined;
|
|
57
|
-
stateMutability?: undefined;
|
|
58
|
-
})[];
|
|
59
|
-
//# sourceMappingURL=abi.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"abi.d.ts","sourceRoot":"","sources":["../../src/contracts/abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+bnB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyevB,CAAA"}
|