@plutonlabs/sdk 0.0.7-beta → 0.0.9-beta
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 +1 -0
- package/dist/common/consts/index.d.ts +2 -0
- package/dist/common/consts/index.d.ts.map +1 -0
- package/dist/common/consts/index.js +18 -0
- package/dist/common/consts/index.js.map +1 -0
- package/dist/common/enums/intent_type.enum.d.ts +1 -2
- package/dist/common/enums/intent_type.enum.d.ts.map +1 -1
- package/dist/common/enums/intent_type.enum.js +0 -1
- package/dist/common/enums/intent_type.enum.js.map +1 -1
- package/dist/common/index.d.ts +2 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +2 -0
- package/dist/common/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.js +1 -1
- package/dist/modules/token/domain/dto/token.dto.d.ts +1 -0
- package/dist/modules/token/domain/dto/token.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.js +3 -0
- package/dist/modules/token/domain/dto/token.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.d.ts +29 -28
- package/dist/modules/token/domain/dto/token.update.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.js +3 -0
- package/dist/modules/token/domain/dto/token.update.dto.js.map +1 -1
- package/package.json +25 -25
package/Readme.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
# pluton-sdk
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./globalConst"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"intent_type.enum.d.ts","sourceRoot":"","sources":["../../../src/common/enums/intent_type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,SAAS;IACb,MAAM,WAAW;
|
1
|
+
{"version":3,"file":"intent_type.enum.d.ts","sourceRoot":"","sources":["../../../src/common/enums/intent_type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"intent_type.enum.js","sourceRoot":"","sources":["../../../src/common/enums/intent_type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
1
|
+
{"version":3,"file":"intent_type.enum.js","sourceRoot":"","sources":["../../../src/common/enums/intent_type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,+BAAiB,CAAA;AACnB,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB"}
|
package/dist/common/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
package/dist/common/index.js
CHANGED
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./consts"), exports);
|
18
|
+
__exportStar(require("./enums"), exports);
|
17
19
|
__exportStar(require("./enums"), exports);
|
18
20
|
__exportStar(require("./utils"), exports);
|
19
21
|
//# sourceMappingURL=index.js.map
|
package/dist/common/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,0CAAwB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB"}
|
@@ -13,7 +13,7 @@ export declare class QuoteResponseDto {
|
|
13
13
|
* {
|
14
14
|
* id: 'd30c9a60-9f72-42d3-b7ae-4a2fa05f5b8a',
|
15
15
|
* solverId: '14b8e6f8-6076-4ab9-93e8-dfe27d697f91',
|
16
|
-
* intentType: IntentType.
|
16
|
+
* intentType: IntentType.SWAP,
|
17
17
|
* selectionStatus: 2,
|
18
18
|
* intentRequestId: 'b10c7b1d-59c4-4a99-8452-fb69d9e6da1b',
|
19
19
|
* }
|
@@ -29,7 +29,7 @@ __decorate([
|
|
29
29
|
* {
|
30
30
|
* id: 'd30c9a60-9f72-42d3-b7ae-4a2fa05f5b8a',
|
31
31
|
* solverId: '14b8e6f8-6076-4ab9-93e8-dfe27d697f91',
|
32
|
-
* intentType: IntentType.
|
32
|
+
* intentType: IntentType.SWAP,
|
33
33
|
* selectionStatus: 2,
|
34
34
|
* intentRequestId: 'b10c7b1d-59c4-4a99-8452-fb69d9e6da1b',
|
35
35
|
* }
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"token.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,QAAQ;IACnB;;;;OAIG;WACW,IAAI,CAChB,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,GAAG,EAAE,CAAC,GAAG,QAAQ;IAWnB;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,QAAQ,EAAE;
|
1
|
+
{"version":3,"file":"token.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,QAAQ;IACnB;;;;OAIG;WACW,IAAI,CAChB,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,GAAG,EAAE,CAAC,GAAG,QAAQ;IAWnB;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,QAAQ,EAAE;IAIxB;;;OAGG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAGH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAEH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,EAAE,OAAO,CAAS;CACzB"}
|
@@ -13,6 +13,9 @@ exports.TokenDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
14
14
|
const common_1 = require("../../../../common");
|
15
15
|
class TokenDto {
|
16
|
+
constructor() {
|
17
|
+
this.isBase = false;
|
18
|
+
}
|
16
19
|
/**
|
17
20
|
* @description Converts an entity object into a TokenDto.
|
18
21
|
* @param obj The entity object to convert.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"token.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,QAAQ;
|
1
|
+
{"version":3,"file":"token.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,QAAQ;IAArB;QA2FE,WAAM,GAAY,KAAK,CAAC;IAC1B,CAAC;IA3FC;;;;OAIG;IACI,MAAM,CAAC,IAAI,CAShB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,QAAQ,EAAE,CAAC;QAC3B,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QAC9B,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QACxB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,OAAO,GAAG,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CASb,IAAS;QACT,OAAO,IAAA,iBAAQ,EAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;CAkDF;AA5FD,4BA4FC;AA1CC;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;2CACK;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sCACE;AAQb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wCACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uCACG;AAOd;IADC,IAAA,0BAAQ,GAAE;;0CACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0CACM"}
|
@@ -1,4 +1,32 @@
|
|
1
1
|
export declare class TokenUpdateDto {
|
2
|
+
/**
|
3
|
+
* @description Converts an entity to TokenUpdateDto
|
4
|
+
* @param obj The entity to convert
|
5
|
+
* @returns A TokenUpdateDto instance
|
6
|
+
*/
|
7
|
+
static from<T extends {
|
8
|
+
id: string;
|
9
|
+
networkId: string;
|
10
|
+
name: string;
|
11
|
+
symbol: string;
|
12
|
+
image: string;
|
13
|
+
contract?: string;
|
14
|
+
decimals: number;
|
15
|
+
}>(obj: T): TokenUpdateDto;
|
16
|
+
/**
|
17
|
+
* @description Converts a list of entities to an array of TokenUpdateDto
|
18
|
+
* @param objs The array of entity objects
|
19
|
+
* @returns An array of TokenUpdateDto instances
|
20
|
+
*/
|
21
|
+
static listFrom<T extends {
|
22
|
+
id: string;
|
23
|
+
networkId: string;
|
24
|
+
name: string;
|
25
|
+
symbol: string;
|
26
|
+
image: string;
|
27
|
+
contract?: string;
|
28
|
+
decimals: number;
|
29
|
+
}>(objs: T[]): TokenUpdateDto[];
|
2
30
|
/**
|
3
31
|
* @description The unique identifier for the token
|
4
32
|
* @example '123e4567-e89b-12d3-a456-426614174000'
|
@@ -34,33 +62,6 @@ export declare class TokenUpdateDto {
|
|
34
62
|
* @example 18
|
35
63
|
*/
|
36
64
|
decimals: number;
|
37
|
-
|
38
|
-
* @description Converts an entity to TokenUpdateDto
|
39
|
-
* @param obj The entity to convert
|
40
|
-
* @returns A TokenUpdateDto instance
|
41
|
-
*/
|
42
|
-
static from<T extends {
|
43
|
-
id: string;
|
44
|
-
networkId: string;
|
45
|
-
name: string;
|
46
|
-
symbol: string;
|
47
|
-
image: string;
|
48
|
-
contract?: string;
|
49
|
-
decimals: number;
|
50
|
-
}>(obj: T): TokenUpdateDto;
|
51
|
-
/**
|
52
|
-
* @description Converts a list of entities to an array of TokenUpdateDto
|
53
|
-
* @param objs The array of entity objects
|
54
|
-
* @returns An array of TokenUpdateDto instances
|
55
|
-
*/
|
56
|
-
static listFrom<T extends {
|
57
|
-
id: string;
|
58
|
-
networkId: string;
|
59
|
-
name: string;
|
60
|
-
symbol: string;
|
61
|
-
image: string;
|
62
|
-
contract?: string;
|
63
|
-
decimals: number;
|
64
|
-
}>(objs: T[]): TokenUpdateDto[];
|
65
|
+
isBase: boolean;
|
65
66
|
}
|
66
67
|
//# sourceMappingURL=token.update.dto.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"token.update.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,cAAc;IACzB
|
1
|
+
{"version":3,"file":"token.update.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,cAAc;IACzB;;;;OAIG;WACW,IAAI,CAChB,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,GAAG,EAAE,CAAC,GAAG,cAAc;IAYzB;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE;IAI9B;;;OAGG;IAEH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAGH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAEH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,EAAE,OAAO,CAAS;CACzB"}
|
@@ -13,6 +13,9 @@ exports.TokenUpdateDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
14
14
|
const common_1 = require("../../../../common");
|
15
15
|
class TokenUpdateDto {
|
16
|
+
constructor() {
|
17
|
+
this.isBase = false;
|
18
|
+
}
|
16
19
|
/**
|
17
20
|
* @description Converts an entity to TokenUpdateDto
|
18
21
|
* @param obj The entity to convert
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"token.update.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,cAAc;
|
1
|
+
{"version":3,"file":"token.update.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,cAAc;IAA3B;QAqGE,WAAM,GAAY,KAAK,CAAC;IAC1B,CAAC;IArGC;;;;OAIG;IACI,MAAM,CAAC,IAAI,CAUhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,cAAc,EAAE,CAAC;QACjC,GAAG,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QAChB,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QAC9B,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QACxB,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,OAAO,GAAG,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAUb,IAAS;QACT,OAAO,IAAA,iBAAQ,EAAC,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;CAyDF;AAtGD,wCAsGC;AAlDC;IADC,IAAA,wBAAM,GAAE;;0CACE;AAQX;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;iDACK;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACE;AAQb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACG;AAOd;IADC,IAAA,0BAAQ,GAAE;;gDACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACM"}
|
package/package.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
{
|
2
|
-
"name": "@plutonlabs/sdk",
|
3
|
-
"version": "0.0.
|
4
|
-
"main": "dist/index.js",
|
5
|
-
"types": "dist/index.d.ts",
|
6
|
-
"files": [
|
7
|
-
"dist"
|
8
|
-
],
|
9
|
-
"scripts": {
|
10
|
-
"build": "tsc"
|
11
|
-
},
|
12
|
-
"keywords": [],
|
13
|
-
"author": "",
|
14
|
-
"license": "ISC",
|
15
|
-
"description": "",
|
16
|
-
"devDependencies": {
|
17
|
-
"typescript": "^5.7.3"
|
18
|
-
},
|
19
|
-
"dependencies": {
|
20
|
-
"@plutonlabs/sdk": "^0.0.3-beta",
|
21
|
-
"bignumber.js": "^9.1.2",
|
22
|
-
"class-transformer": "^0.5.1",
|
23
|
-
"class-validator": "^0.14.1"
|
24
|
-
}
|
25
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@plutonlabs/sdk",
|
3
|
+
"version": "0.0.9-beta",
|
4
|
+
"main": "dist/index.js",
|
5
|
+
"types": "dist/index.d.ts",
|
6
|
+
"files": [
|
7
|
+
"dist"
|
8
|
+
],
|
9
|
+
"scripts": {
|
10
|
+
"build": "tsc"
|
11
|
+
},
|
12
|
+
"keywords": [],
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC",
|
15
|
+
"description": "",
|
16
|
+
"devDependencies": {
|
17
|
+
"typescript": "^5.7.3"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"@plutonlabs/sdk": "^0.0.3-beta",
|
21
|
+
"bignumber.js": "^9.1.2",
|
22
|
+
"class-transformer": "^0.5.1",
|
23
|
+
"class-validator": "^0.14.1"
|
24
|
+
}
|
25
|
+
}
|