@xyo-network/xns-payload-plugins 2.97.0 → 2.97.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/dist/browser/index.cjs +32 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +10 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +32 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +10 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +37 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +10 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +5 -5
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,33 @@
|
|
|
1
|
-
"use strict";
|
|
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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
XnsRecordPayloadPlugins: () => XnsRecordPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/xns-record-payload-plugins"), module.exports);
|
|
29
|
+
var XnsRecordPayloadPlugins = [
|
|
30
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
31
|
+
];
|
|
32
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
2
33
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oDAAd;AAIO,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/xns-record-payload-plugins";
|
|
3
|
+
var XnsRecordPayloadPlugins = [
|
|
4
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
5
|
+
];
|
|
6
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
XnsRecordPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,2 +1,33 @@
|
|
|
1
|
-
"use strict";
|
|
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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
XnsRecordPayloadPlugins: () => XnsRecordPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/xns-record-payload-plugins"), module.exports);
|
|
29
|
+
var XnsRecordPayloadPlugins = [
|
|
30
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
31
|
+
];
|
|
32
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
2
33
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oDAAd;AAIO,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/xns-record-payload-plugins";
|
|
3
|
+
var XnsRecordPayloadPlugins = [
|
|
4
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
5
|
+
];
|
|
6
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
XnsRecordPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,38 @@
|
|
|
1
|
-
"use strict";
|
|
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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
XnsRecordPayloadPlugins: () => XnsRecordPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/xns-record-payload-plugins"), module.exports);
|
|
29
|
+
var XnsRecordPayloadPlugins = [
|
|
30
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
31
|
+
];
|
|
32
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
XnsRecordPayloadPlugins,
|
|
36
|
+
...require("@xyo-network/xns-record-payload-plugins")
|
|
37
|
+
});
|
|
2
38
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oDAAd;AAIO,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/xns-record-payload-plugins";
|
|
3
|
+
var XnsRecordPayloadPlugins = [
|
|
4
|
+
// TODO: Exports from xns-record-payload-plugins
|
|
5
|
+
];
|
|
6
|
+
var src_default = XnsRecordPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
XnsRecordPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/payload-plugin": "^2.107.
|
|
14
|
-
"@xyo-network/xns-record-payload-plugins": "~2.97.
|
|
13
|
+
"@xyo-network/payload-plugin": "^2.107.4",
|
|
14
|
+
"@xyo-network/xns-record-payload-plugins": "~2.97.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
18
|
-
"@xylabs/tsconfig": "^3.11.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
18
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
19
19
|
"typescript": "^5.5.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.97.
|
|
60
|
+
"version": "2.97.1",
|
|
61
61
|
"type": "module"
|
|
62
62
|
}
|