@xyo-network/url-plugin 2.74.4 → 2.75.0
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/dist/node/Plugin.d.mts.map +1 -0
- package/dist/node/Plugin.d.ts.map +1 -0
- package/dist/node/Plugin.js +41 -0
- package/dist/node/Plugin.js.map +1 -0
- package/dist/node/Plugin.mjs +17 -0
- package/dist/node/Plugin.mjs.map +1 -0
- package/dist/node/Witness/Config.d.mts.map +1 -0
- package/dist/node/Witness/Config.d.ts.map +1 -0
- package/dist/node/Witness/Config.js +30 -0
- package/dist/node/Witness/Config.js.map +1 -0
- package/dist/node/Witness/Config.mjs +6 -0
- package/dist/node/Witness/Config.mjs.map +1 -0
- package/dist/node/Witness/Params.d.mts.map +1 -0
- package/dist/node/Witness/Params.d.ts.map +1 -0
- package/dist/node/Witness/Params.js +17 -0
- package/dist/node/Witness/Params.js.map +1 -0
- package/dist/node/Witness/Params.mjs +1 -0
- package/dist/node/Witness/Params.mjs.map +1 -0
- package/dist/node/Witness/Witness.d.mts.map +1 -0
- package/dist/node/Witness/Witness.d.ts.map +1 -0
- package/dist/node/Witness/Witness.js +49 -0
- package/dist/node/Witness/Witness.js.map +1 -0
- package/dist/node/Witness/Witness.mjs +25 -0
- package/dist/node/Witness/Witness.mjs.map +1 -0
- package/dist/node/Witness/index.d.mts.map +1 -0
- package/dist/node/Witness/index.d.ts.map +1 -0
- package/dist/node/Witness/index.js +27 -0
- package/dist/node/Witness/index.js.map +1 -0
- package/dist/node/Witness/index.mjs +4 -0
- package/dist/node/Witness/index.mjs.map +1 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +34 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +8 -0
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/util/hashFile.d.mts.map +1 -0
- package/dist/node/util/hashFile.d.ts.map +1 -0
- package/dist/node/util/hashFile.js +58 -0
- package/dist/node/util/hashFile.js.map +1 -0
- package/dist/node/util/hashFile.mjs +24 -0
- package/dist/node/util/hashFile.mjs.map +1 -0
- package/dist/node/util/hashHttpUrl.d.mts.map +1 -0
- package/dist/node/util/hashHttpUrl.d.ts.map +1 -0
- package/dist/node/util/hashHttpUrl.js +58 -0
- package/dist/node/util/hashHttpUrl.js.map +1 -0
- package/dist/node/util/hashHttpUrl.mjs +24 -0
- package/dist/node/util/hashHttpUrl.mjs.map +1 -0
- package/dist/node/util/hashUrl.d.mts.map +1 -0
- package/dist/node/util/hashUrl.d.ts.map +1 -0
- package/dist/node/util/hashUrl.js +42 -0
- package/dist/node/util/hashUrl.js.map +1 -0
- package/dist/node/util/hashUrl.mjs +18 -0
- package/dist/node/util/hashUrl.mjs.map +1 -0
- package/dist/node/util/index.d.mts.map +1 -0
- package/dist/node/util/index.d.ts.map +1 -0
- package/dist/node/util/index.js +23 -0
- package/dist/node/util/index.js.map +1 -0
- package/dist/node/util/index.mjs +2 -0
- package/dist/node/util/index.mjs.map +1 -0
- package/package.json +28 -27
- package/src/util/hashHttpUrl.ts +1 -1
- package/dist/Plugin.d.mts.map +0 -1
- package/dist/Plugin.d.ts.map +0 -1
- package/dist/Witness/Config.d.mts.map +0 -1
- package/dist/Witness/Config.d.ts.map +0 -1
- package/dist/Witness/Params.d.mts.map +0 -1
- package/dist/Witness/Params.d.ts.map +0 -1
- package/dist/Witness/Witness.d.mts.map +0 -1
- package/dist/Witness/Witness.d.ts.map +0 -1
- package/dist/Witness/index.d.mts.map +0 -1
- package/dist/Witness/index.d.ts.map +0 -1
- package/dist/docs.json +0 -22503
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -149
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -110
- package/dist/index.mjs.map +0 -1
- package/dist/util/hashFile.d.mts.map +0 -1
- package/dist/util/hashFile.d.ts.map +0 -1
- package/dist/util/hashHttpUrl.d.mts.map +0 -1
- package/dist/util/hashHttpUrl.d.ts.map +0 -1
- package/dist/util/hashUrl.d.mts.map +0 -1
- package/dist/util/hashUrl.d.ts.map +0 -1
- package/dist/util/index.d.mts.map +0 -1
- package/dist/util/index.d.ts.map +0 -1
- /package/dist/{Plugin.d.mts → node/Plugin.d.mts} +0 -0
- /package/dist/{Plugin.d.ts → node/Plugin.d.ts} +0 -0
- /package/dist/{Witness → node/Witness}/Config.d.mts +0 -0
- /package/dist/{Witness → node/Witness}/Config.d.ts +0 -0
- /package/dist/{Witness → node/Witness}/Params.d.mts +0 -0
- /package/dist/{Witness → node/Witness}/Params.d.ts +0 -0
- /package/dist/{Witness → node/Witness}/Witness.d.mts +0 -0
- /package/dist/{Witness → node/Witness}/Witness.d.ts +0 -0
- /package/dist/{Witness → node/Witness}/index.d.mts +0 -0
- /package/dist/{Witness → node/Witness}/index.d.ts +0 -0
- /package/dist/{index.d.mts → node/index.d.mts} +0 -0
- /package/dist/{index.d.ts → node/index.d.ts} +0 -0
- /package/dist/{util → node/util}/hashFile.d.mts +0 -0
- /package/dist/{util → node/util}/hashFile.d.ts +0 -0
- /package/dist/{util → node/util}/hashHttpUrl.d.mts +0 -0
- /package/dist/{util → node/util}/hashHttpUrl.d.ts +0 -0
- /package/dist/{util → node/util}/hashUrl.d.mts +0 -0
- /package/dist/{util → node/util}/hashUrl.d.ts +0 -0
- /package/dist/{util → node/util}/index.d.mts +0 -0
- /package/dist/{util → node/util}/index.d.ts +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var hashUrl_exports = {};
|
|
20
|
+
__export(hashUrl_exports, {
|
|
21
|
+
hashUrl: () => hashUrl
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(hashUrl_exports);
|
|
24
|
+
var import_hashFile = require("./hashFile");
|
|
25
|
+
var import_hashHttpUrl = require("./hashHttpUrl");
|
|
26
|
+
const hashUrl = (url) => {
|
|
27
|
+
const scheme = url.split("://")[0]?.toLowerCase();
|
|
28
|
+
switch (scheme) {
|
|
29
|
+
case "file":
|
|
30
|
+
return (0, import_hashFile.hashFile)(url);
|
|
31
|
+
case "http":
|
|
32
|
+
case "https":
|
|
33
|
+
return (0, import_hashHttpUrl.hashHttpUrl)(url);
|
|
34
|
+
default:
|
|
35
|
+
throw new Error(`Unsupported URL scheme: ${scheme}`);
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
39
|
+
0 && (module.exports = {
|
|
40
|
+
hashUrl
|
|
41
|
+
});
|
|
42
|
+
//# sourceMappingURL=hashUrl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/util/hashUrl.ts"],"sourcesContent":["import { hashFile } from './hashFile'\nimport { hashHttpUrl } from './hashHttpUrl'\n\nexport const hashUrl = (url: string): Promise<string> => {\n const scheme = url.split('://')[0]?.toLowerCase()\n switch (scheme) {\n case 'file':\n return hashFile(url)\n case 'http':\n case 'https':\n return hashHttpUrl(url)\n default:\n throw new Error(`Unsupported URL scheme: ${scheme}`)\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sBAAyB;AACzB,yBAA4B;AAErB,MAAM,UAAU,CAAC,QAAiC;AACvD,QAAM,SAAS,IAAI,MAAM,KAAK,EAAE,CAAC,GAAG,YAAY;AAChD,UAAQ,QAAQ;AAAA,IACd,KAAK;AACH,iBAAO,0BAAS,GAAG;AAAA,IACrB,KAAK;AAAA,IACL,KAAK;AACH,iBAAO,gCAAY,GAAG;AAAA,IACxB;AACE,YAAM,IAAI,MAAM,2BAA2B,MAAM,EAAE;AAAA,EACvD;AACF;","names":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { hashFile } from "./hashFile";
|
|
2
|
+
import { hashHttpUrl } from "./hashHttpUrl";
|
|
3
|
+
const hashUrl = (url) => {
|
|
4
|
+
const scheme = url.split("://")[0]?.toLowerCase();
|
|
5
|
+
switch (scheme) {
|
|
6
|
+
case "file":
|
|
7
|
+
return hashFile(url);
|
|
8
|
+
case "http":
|
|
9
|
+
case "https":
|
|
10
|
+
return hashHttpUrl(url);
|
|
11
|
+
default:
|
|
12
|
+
throw new Error(`Unsupported URL scheme: ${scheme}`);
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
hashUrl
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=hashUrl.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/util/hashUrl.ts"],"sourcesContent":["import { hashFile } from './hashFile'\nimport { hashHttpUrl } from './hashHttpUrl'\n\nexport const hashUrl = (url: string): Promise<string> => {\n const scheme = url.split('://')[0]?.toLowerCase()\n switch (scheme) {\n case 'file':\n return hashFile(url)\n case 'http':\n case 'https':\n return hashHttpUrl(url)\n default:\n throw new Error(`Unsupported URL scheme: ${scheme}`)\n }\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AACzB,SAAS,mBAAmB;AAErB,MAAM,UAAU,CAAC,QAAiC;AACvD,QAAM,SAAS,IAAI,MAAM,KAAK,EAAE,CAAC,GAAG,YAAY;AAChD,UAAQ,QAAQ;AAAA,IACd,KAAK;AACH,aAAO,SAAS,GAAG;AAAA,IACrB,KAAK;AAAA,IACL,KAAK;AACH,aAAO,YAAY,GAAG;AAAA,IACxB;AACE,YAAM,IAAI,MAAM,2BAA2B,MAAM,EAAE;AAAA,EACvD;AACF;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var util_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(util_exports);
|
|
18
|
+
__reExport(util_exports, require("./hashUrl"), module.exports);
|
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
+
0 && (module.exports = {
|
|
21
|
+
...require("./hashUrl")
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/util/index.ts"],"sourcesContent":["export * from './hashUrl'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yBAAc,sBAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/util/index.ts"],"sourcesContent":["export * from './hashUrl'\n"],"mappings":"AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,47 +10,40 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/module": "~2.
|
|
14
|
-
"@xyo-network/payload-model": "~2.
|
|
15
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
16
|
-
"@xyo-network/url-payload-plugin": "~2.
|
|
17
|
-
"@xyo-network/witness": "~2.
|
|
13
|
+
"@xyo-network/module": "~2.75.0",
|
|
14
|
+
"@xyo-network/payload-model": "~2.75.0",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "~2.75.0",
|
|
16
|
+
"@xyo-network/url-payload-plugin": "~2.75.0",
|
|
17
|
+
"@xyo-network/witness": "~2.75.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
21
|
-
"@xylabs/tsconfig": "^3.0.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.70",
|
|
21
|
+
"@xylabs/tsconfig": "^3.0.70",
|
|
22
22
|
"typescript": "^5.2.2"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
25
25
|
"docs": "dist/docs.json",
|
|
26
|
-
"types": "dist/index.d.ts",
|
|
26
|
+
"types": "dist/node/index.d.ts",
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
29
|
+
"node": {
|
|
30
|
+
"require": {
|
|
31
|
+
"types": "./dist/node/index.d.ts",
|
|
32
|
+
"default": "./dist/node/index.js"
|
|
33
|
+
},
|
|
34
|
+
"import": {
|
|
35
|
+
"types": "./dist/node/index.d.mts",
|
|
36
|
+
"default": "./dist/node/index.mjs"
|
|
37
|
+
}
|
|
36
38
|
}
|
|
37
39
|
},
|
|
38
|
-
"./dist/docs.json": {
|
|
39
|
-
"default": "./dist/docs.json"
|
|
40
|
-
},
|
|
41
|
-
"./cjs": {
|
|
42
|
-
"default": "./dist/index.js"
|
|
43
|
-
},
|
|
44
40
|
"./docs": {
|
|
45
41
|
"default": "./dist/docs.json"
|
|
46
42
|
},
|
|
47
|
-
"./esm": {
|
|
48
|
-
"default": "./dist/index.mjs"
|
|
49
|
-
},
|
|
50
43
|
"./package.json": "./package.json"
|
|
51
44
|
},
|
|
52
|
-
"main": "dist/index.js",
|
|
53
|
-
"module": "dist/index.mjs",
|
|
45
|
+
"main": "dist/node/index.js",
|
|
46
|
+
"module": "dist/node/index.mjs",
|
|
54
47
|
"homepage": "https://xyo.network",
|
|
55
48
|
"license": "LGPL-3.0",
|
|
56
49
|
"publishConfig": {
|
|
@@ -61,5 +54,13 @@
|
|
|
61
54
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
55
|
},
|
|
63
56
|
"sideEffects": false,
|
|
64
|
-
"version": "2.
|
|
57
|
+
"version": "2.75.0",
|
|
58
|
+
"xy": {
|
|
59
|
+
"compile": {
|
|
60
|
+
"browser": false,
|
|
61
|
+
"node": {
|
|
62
|
+
"src": true
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
65
66
|
}
|
package/src/util/hashHttpUrl.ts
CHANGED
package/dist/Plugin.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnB,CAAA"}
|
package/dist/Plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Witness/Config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,eAAO,MAAM,sBAAsB,kCAAyC,CAAA;AAC5E,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA;AAElE,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC;IAC3C,MAAM,EAAE,sBAAsB,CAAA;IAC9B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAChB,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Witness/Config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,eAAO,MAAM,sBAAsB,kCAAyC,CAAA;AAC5E,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA;AAElE,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC;IAC3C,MAAM,EAAE,sBAAsB,CAAA;IAC9B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAChB,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Witness/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Witness/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAItD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,qBAAa,UAAU,CAAC,OAAO,SAAS,gBAAgB,GAAG,gBAAgB,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IAC3G,OAAgB,aAAa,qCAA2B;IAExD,IAAI,IAAI,yBAEP;cAEwB,cAAc,CAAC,QAAQ,GAAE,OAAO,EAAO,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAiBtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAItD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,qBAAa,UAAU,CAAC,OAAO,SAAS,gBAAgB,GAAG,gBAAgB,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IAC3G,OAAgB,aAAa,qCAA2B;IAExD,IAAI,IAAI,yBAEP;cAEwB,cAAc,CAAC,QAAQ,GAAE,OAAO,EAAO,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAiBtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Witness/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Witness/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA"}
|