@dainprotocol/service-sdk 1.0.35 → 1.0.37
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createDAINServicePayments = exports.DAINServicePayments = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const service_1 = require("
|
|
5
|
+
const service_1 = require("../../service/service");
|
|
6
6
|
const web3_js_1 = require("@solana/web3.js");
|
|
7
7
|
const bs58_1 = tslib_1.__importDefault(require("bs58"));
|
|
8
8
|
class DAINServicePayments {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/payments/index.ts"],"names":[],"mappings":";;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/payments/index.ts"],"names":[],"mappings":";;;;AAAA,mDAAoD;AACpD,6CAAqD;AACrD,wDAAwB;AAqBxB,MAAa,mBAAmB;IACtB,OAAO,CAAU;IACjB,mBAAmB,CAAa;IACxC,YACE,eAAiC,EACjC,mBAA+B;QAE/B,IAAI,OAAO,eAAe,KAAK,QAAQ,EAAE,CAAC;YACxC,MAAM,QAAQ,GAAG,IAAA,qBAAW,EAAC,eAAe,CAAC,CAAC;YAC9C,IAAI,CAAC,OAAO,GAAG,iBAAO,CAAC,aAAa,CAAC,cAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;YACvE,IAAI,CAAC,mBAAmB,GAAG,IAAI,mBAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QAC7D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,OAAO,GAAG,eAAe,CAAC;YAC/B,IAAI,CAAC,mBAAmB,GAAG,mBAAmB,CAAC;QACjD,CAAC;IACH,CAAC;IAED,mBAAmB,CAAC,EAClB,MAAM,EACN,WAAW,GAIZ;QACC,uDAAuD;QAEvD,MAAM,oBAAoB,GAAG,iBAAO,CAAC,QAAQ,EAAE,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC;QACrE,OAAO;YACL,oBAAoB,EAAE,oBAAoB;YAC1C,MAAM,EAAE,MAAM;YACd,WAAW,EAAE,WAAW;SACzB,CAAC;IACJ,CAAC;IAED,SAAS,CAAC,EAAE,oBAAoB,EAAmB;QACjD,gDAAgD;QAChD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,EAAE,oBAAoB,EAAa;QAC5C,gCAAgC;QAEhC,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AA5CD,kDA4CC;AAEM,MAAM,yBAAyB,GAAG,CACvC,eAAiC,EACjC,mBAA+B,EACV,EAAE;IACvB,OAAO,IAAI,mBAAmB,CAAC,eAAe,EAAE,mBAAmB,CAAC,CAAC;AACvE,CAAC,CAAC;AALW,QAAA,yBAAyB,6BAKpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dainprotocol/service-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"description": "DAIN Service SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,10 +21,6 @@
|
|
|
21
21
|
"default": {
|
|
22
22
|
"types": "./dist/index.d.ts",
|
|
23
23
|
"default": "./dist/index.js"
|
|
24
|
-
},
|
|
25
|
-
"payments": {
|
|
26
|
-
"types": "./dist/lib/payments/index.d.ts",
|
|
27
|
-
"default": "./dist/lib/payments/index.js"
|
|
28
24
|
}
|
|
29
25
|
},
|
|
30
26
|
"./client": {
|
|
@@ -47,10 +43,6 @@
|
|
|
47
43
|
"default": {
|
|
48
44
|
"types": "./dist/service/index.d.ts",
|
|
49
45
|
"default": "./dist/service/index.js"
|
|
50
|
-
},
|
|
51
|
-
"payments": {
|
|
52
|
-
"types": "./dist/lib/payments/index.d.ts",
|
|
53
|
-
"default": "./dist/lib/payments/index.js"
|
|
54
46
|
}
|
|
55
47
|
},
|
|
56
48
|
"./payments": {
|