@xyo-network/payloadset-plugins 2.74.5 → 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/browser/index.cjs +61 -0
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/{index.mjs → browser/index.js} +1 -1
- package/dist/browser/index.js.map +1 -0
- package/dist/node/index.d.mts +14 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +14 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/{index.js → node/index.js} +1 -3
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +38 -0
- package/dist/node/index.mjs.map +1 -0
- package/package.json +35 -32
- package/dist/docs.json +0 -412575
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/blockchain-plugins"), module.exports);
|
|
29
|
+
__reExport(src_exports, require("@xyo-network/crypto-plugins"), module.exports);
|
|
30
|
+
__reExport(src_exports, require("@xyo-network/domain-plugin"), module.exports);
|
|
31
|
+
__reExport(src_exports, require("@xyo-network/elevation-plugin"), module.exports);
|
|
32
|
+
__reExport(src_exports, require("@xyo-network/id-plugin"), module.exports);
|
|
33
|
+
__reExport(src_exports, require("@xyo-network/location-certainty-plugin"), module.exports);
|
|
34
|
+
__reExport(src_exports, require("@xyo-network/location-plugin"), module.exports);
|
|
35
|
+
__reExport(src_exports, require("@xyo-network/module-instance-plugin"), module.exports);
|
|
36
|
+
__reExport(src_exports, require("@xyo-network/schema-plugin"), module.exports);
|
|
37
|
+
__reExport(src_exports, require("@xyo-network/system-plugins"), module.exports);
|
|
38
|
+
var import_blockchain_plugins = require("@xyo-network/blockchain-plugins");
|
|
39
|
+
var import_crypto_plugins = require("@xyo-network/crypto-plugins");
|
|
40
|
+
var import_domain_plugin = require("@xyo-network/domain-plugin");
|
|
41
|
+
var import_elevation_plugin = require("@xyo-network/elevation-plugin");
|
|
42
|
+
var import_id_plugin = require("@xyo-network/id-plugin");
|
|
43
|
+
var import_location_certainty_plugin = require("@xyo-network/location-certainty-plugin");
|
|
44
|
+
var import_location_plugin = require("@xyo-network/location-plugin");
|
|
45
|
+
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
46
|
+
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
47
|
+
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
48
|
+
var PayloadSetPlugins = [
|
|
49
|
+
...import_system_plugins.SystemPlugins,
|
|
50
|
+
...import_blockchain_plugins.BlockchainPlugins,
|
|
51
|
+
...import_crypto_plugins.CryptoPlugins,
|
|
52
|
+
import_domain_plugin.DomainPlugin,
|
|
53
|
+
import_elevation_plugin.ElevationPlugin,
|
|
54
|
+
import_id_plugin.IdPlugin,
|
|
55
|
+
import_location_plugin.LocationPlugin,
|
|
56
|
+
import_module_instance_plugin.AbstractModuleInstancePlugin,
|
|
57
|
+
import_schema_plugin.SchemaPlugin,
|
|
58
|
+
import_location_certainty_plugin.LocationCertaintyPlugin
|
|
59
|
+
];
|
|
60
|
+
var src_default = PayloadSetPlugins;
|
|
61
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/blockchain-plugins'\nexport * from '@xyo-network/crypto-plugins'\nexport * from '@xyo-network/domain-plugin'\nexport * from '@xyo-network/elevation-plugin'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/location-certainty-plugin'\nexport * from '@xyo-network/location-plugin'\nexport * from '@xyo-network/module-instance-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\n\nimport { BlockchainPlugins } from '@xyo-network/blockchain-plugins'\nimport { CryptoPlugins } from '@xyo-network/crypto-plugins'\nimport { DomainPlugin } from '@xyo-network/domain-plugin'\nimport { ElevationPlugin } from '@xyo-network/elevation-plugin'\nimport { IdPlugin } from '@xyo-network/id-plugin'\nimport { LocationCertaintyPlugin } from '@xyo-network/location-certainty-plugin'\nimport { LocationPlugin } from '@xyo-network/location-plugin'\nimport { AbstractModuleInstancePlugin } from '@xyo-network/module-instance-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { SchemaPlugin } from '@xyo-network/schema-plugin'\nimport { SystemPlugins } from '@xyo-network/system-plugins'\n\nexport const PayloadSetPlugins: PayloadSetPluginFunc[] = [\n ...SystemPlugins,\n ...BlockchainPlugins,\n ...CryptoPlugins,\n DomainPlugin,\n ElevationPlugin,\n IdPlugin,\n LocationPlugin,\n AbstractModuleInstancePlugin,\n SchemaPlugin,\n LocationCertaintyPlugin,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default PayloadSetPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4CAAd;AACA,wBAAc,wCADd;AAEA,wBAAc,uCAFd;AAGA,wBAAc,0CAHd;AAIA,wBAAc,mCAJd;AAKA,wBAAc,mDALd;AAMA,wBAAc,yCANd;AAOA,wBAAc,gDAPd;AAQA,wBAAc,uCARd;AASA,wBAAc,wCATd;AAWA,gCAAkC;AAClC,4BAA8B;AAC9B,2BAA6B;AAC7B,8BAAgC;AAChC,uBAAyB;AACzB,uCAAwC;AACxC,6BAA+B;AAC/B,oCAA6C;AAE7C,2BAA6B;AAC7B,4BAA8B;AAEvB,IAAM,oBAA4C;AAAA,EACvD,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAU3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAIrE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAU3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAIrE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/blockchain-plugins'\nexport * from '@xyo-network/crypto-plugins'\nexport * from '@xyo-network/domain-plugin'\nexport * from '@xyo-network/elevation-plugin'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/location-certainty-plugin'\nexport * from '@xyo-network/location-plugin'\nexport * from '@xyo-network/module-instance-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\n\nimport { BlockchainPlugins } from '@xyo-network/blockchain-plugins'\nimport { CryptoPlugins } from '@xyo-network/crypto-plugins'\nimport { DomainPlugin } from '@xyo-network/domain-plugin'\nimport { ElevationPlugin } from '@xyo-network/elevation-plugin'\nimport { IdPlugin } from '@xyo-network/id-plugin'\nimport { LocationCertaintyPlugin } from '@xyo-network/location-certainty-plugin'\nimport { LocationPlugin } from '@xyo-network/location-plugin'\nimport { AbstractModuleInstancePlugin } from '@xyo-network/module-instance-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { SchemaPlugin } from '@xyo-network/schema-plugin'\nimport { SystemPlugins } from '@xyo-network/system-plugins'\n\nexport const PayloadSetPlugins: PayloadSetPluginFunc[] = [\n ...SystemPlugins,\n ...BlockchainPlugins,\n ...CryptoPlugins,\n DomainPlugin,\n ElevationPlugin,\n IdPlugin,\n LocationPlugin,\n AbstractModuleInstancePlugin,\n SchemaPlugin,\n LocationCertaintyPlugin,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default PayloadSetPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,yBAAyB;AAClC,SAAS,qBAAqB;AAC9B,SAAS,oBAAoB;AAC7B,SAAS,uBAAuB;AAChC,SAAS,gBAAgB;AACzB,SAAS,+BAA+B;AACxC,SAAS,sBAAsB;AAC/B,SAAS,oCAAoC;AAE7C,SAAS,oBAAoB;AAC7B,SAAS,qBAAqB;AAEvB,IAAM,oBAA4C;AAAA,EACvD,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from '@xyo-network/blockchain-plugins';
|
|
2
|
+
export * from '@xyo-network/crypto-plugins';
|
|
3
|
+
export * from '@xyo-network/domain-plugin';
|
|
4
|
+
export * from '@xyo-network/elevation-plugin';
|
|
5
|
+
export * from '@xyo-network/id-plugin';
|
|
6
|
+
export * from '@xyo-network/location-certainty-plugin';
|
|
7
|
+
export * from '@xyo-network/location-plugin';
|
|
8
|
+
export * from '@xyo-network/module-instance-plugin';
|
|
9
|
+
export * from '@xyo-network/schema-plugin';
|
|
10
|
+
export * from '@xyo-network/system-plugins';
|
|
11
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
12
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
13
|
+
export default PayloadSetPlugins;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAU3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAIrE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from '@xyo-network/blockchain-plugins';
|
|
2
|
+
export * from '@xyo-network/crypto-plugins';
|
|
3
|
+
export * from '@xyo-network/domain-plugin';
|
|
4
|
+
export * from '@xyo-network/elevation-plugin';
|
|
5
|
+
export * from '@xyo-network/id-plugin';
|
|
6
|
+
export * from '@xyo-network/location-certainty-plugin';
|
|
7
|
+
export * from '@xyo-network/location-plugin';
|
|
8
|
+
export * from '@xyo-network/module-instance-plugin';
|
|
9
|
+
export * from '@xyo-network/schema-plugin';
|
|
10
|
+
export * from '@xyo-network/system-plugins';
|
|
11
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
12
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
13
|
+
export default PayloadSetPlugins;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAU3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAIrE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -17,8 +17,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
};
|
|
18
18
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
20
|
var src_exports = {};
|
|
23
21
|
__export(src_exports, {
|
|
24
22
|
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
@@ -45,7 +43,7 @@ var import_location_plugin = require("@xyo-network/location-plugin");
|
|
|
45
43
|
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
46
44
|
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
47
45
|
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
48
|
-
|
|
46
|
+
const PayloadSetPlugins = [
|
|
49
47
|
...import_system_plugins.SystemPlugins,
|
|
50
48
|
...import_blockchain_plugins.BlockchainPlugins,
|
|
51
49
|
...import_crypto_plugins.CryptoPlugins,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/blockchain-plugins'\nexport * from '@xyo-network/crypto-plugins'\nexport * from '@xyo-network/domain-plugin'\nexport * from '@xyo-network/elevation-plugin'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/location-certainty-plugin'\nexport * from '@xyo-network/location-plugin'\nexport * from '@xyo-network/module-instance-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\n\nimport { BlockchainPlugins } from '@xyo-network/blockchain-plugins'\nimport { CryptoPlugins } from '@xyo-network/crypto-plugins'\nimport { DomainPlugin } from '@xyo-network/domain-plugin'\nimport { ElevationPlugin } from '@xyo-network/elevation-plugin'\nimport { IdPlugin } from '@xyo-network/id-plugin'\nimport { LocationCertaintyPlugin } from '@xyo-network/location-certainty-plugin'\nimport { LocationPlugin } from '@xyo-network/location-plugin'\nimport { AbstractModuleInstancePlugin } from '@xyo-network/module-instance-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { SchemaPlugin } from '@xyo-network/schema-plugin'\nimport { SystemPlugins } from '@xyo-network/system-plugins'\n\nexport const PayloadSetPlugins: PayloadSetPluginFunc[] = [\n ...SystemPlugins,\n ...BlockchainPlugins,\n ...CryptoPlugins,\n DomainPlugin,\n ElevationPlugin,\n IdPlugin,\n LocationPlugin,\n AbstractModuleInstancePlugin,\n SchemaPlugin,\n LocationCertaintyPlugin,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default PayloadSetPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4CAAd;AACA,wBAAc,wCADd;AAEA,wBAAc,uCAFd;AAGA,wBAAc,0CAHd;AAIA,wBAAc,mCAJd;AAKA,wBAAc,mDALd;AAMA,wBAAc,yCANd;AAOA,wBAAc,gDAPd;AAQA,wBAAc,uCARd;AASA,wBAAc,wCATd;AAWA,gCAAkC;AAClC,4BAA8B;AAC9B,2BAA6B;AAC7B,8BAAgC;AAChC,uBAAyB;AACzB,uCAAwC;AACxC,6BAA+B;AAC/B,oCAA6C;AAE7C,2BAA6B;AAC7B,4BAA8B;AAEvB,MAAM,oBAA4C;AAAA,EACvD,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export * from "@xyo-network/blockchain-plugins";
|
|
2
|
+
export * from "@xyo-network/crypto-plugins";
|
|
3
|
+
export * from "@xyo-network/domain-plugin";
|
|
4
|
+
export * from "@xyo-network/elevation-plugin";
|
|
5
|
+
export * from "@xyo-network/id-plugin";
|
|
6
|
+
export * from "@xyo-network/location-certainty-plugin";
|
|
7
|
+
export * from "@xyo-network/location-plugin";
|
|
8
|
+
export * from "@xyo-network/module-instance-plugin";
|
|
9
|
+
export * from "@xyo-network/schema-plugin";
|
|
10
|
+
export * from "@xyo-network/system-plugins";
|
|
11
|
+
import { BlockchainPlugins } from "@xyo-network/blockchain-plugins";
|
|
12
|
+
import { CryptoPlugins } from "@xyo-network/crypto-plugins";
|
|
13
|
+
import { DomainPlugin } from "@xyo-network/domain-plugin";
|
|
14
|
+
import { ElevationPlugin } from "@xyo-network/elevation-plugin";
|
|
15
|
+
import { IdPlugin } from "@xyo-network/id-plugin";
|
|
16
|
+
import { LocationCertaintyPlugin } from "@xyo-network/location-certainty-plugin";
|
|
17
|
+
import { LocationPlugin } from "@xyo-network/location-plugin";
|
|
18
|
+
import { AbstractModuleInstancePlugin } from "@xyo-network/module-instance-plugin";
|
|
19
|
+
import { SchemaPlugin } from "@xyo-network/schema-plugin";
|
|
20
|
+
import { SystemPlugins } from "@xyo-network/system-plugins";
|
|
21
|
+
const PayloadSetPlugins = [
|
|
22
|
+
...SystemPlugins,
|
|
23
|
+
...BlockchainPlugins,
|
|
24
|
+
...CryptoPlugins,
|
|
25
|
+
DomainPlugin,
|
|
26
|
+
ElevationPlugin,
|
|
27
|
+
IdPlugin,
|
|
28
|
+
LocationPlugin,
|
|
29
|
+
AbstractModuleInstancePlugin,
|
|
30
|
+
SchemaPlugin,
|
|
31
|
+
LocationCertaintyPlugin
|
|
32
|
+
];
|
|
33
|
+
var src_default = PayloadSetPlugins;
|
|
34
|
+
export {
|
|
35
|
+
PayloadSetPlugins,
|
|
36
|
+
src_default as default
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/blockchain-plugins'\nexport * from '@xyo-network/crypto-plugins'\nexport * from '@xyo-network/domain-plugin'\nexport * from '@xyo-network/elevation-plugin'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/location-certainty-plugin'\nexport * from '@xyo-network/location-plugin'\nexport * from '@xyo-network/module-instance-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\n\nimport { BlockchainPlugins } from '@xyo-network/blockchain-plugins'\nimport { CryptoPlugins } from '@xyo-network/crypto-plugins'\nimport { DomainPlugin } from '@xyo-network/domain-plugin'\nimport { ElevationPlugin } from '@xyo-network/elevation-plugin'\nimport { IdPlugin } from '@xyo-network/id-plugin'\nimport { LocationCertaintyPlugin } from '@xyo-network/location-certainty-plugin'\nimport { LocationPlugin } from '@xyo-network/location-plugin'\nimport { AbstractModuleInstancePlugin } from '@xyo-network/module-instance-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { SchemaPlugin } from '@xyo-network/schema-plugin'\nimport { SystemPlugins } from '@xyo-network/system-plugins'\n\nexport const PayloadSetPlugins: PayloadSetPluginFunc[] = [\n ...SystemPlugins,\n ...BlockchainPlugins,\n ...CryptoPlugins,\n DomainPlugin,\n ElevationPlugin,\n IdPlugin,\n LocationPlugin,\n AbstractModuleInstancePlugin,\n SchemaPlugin,\n LocationCertaintyPlugin,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default PayloadSetPlugins\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,yBAAyB;AAClC,SAAS,qBAAqB;AAC9B,SAAS,oBAAoB;AAC7B,SAAS,uBAAuB;AAChC,SAAS,gBAAgB;AACzB,SAAS,+BAA+B;AACxC,SAAS,sBAAsB;AAC/B,SAAS,oCAAoC;AAE7C,SAAS,oBAAoB;AAC7B,SAAS,qBAAqB;AAEvB,MAAM,oBAA4C;AAAA,EACvD,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,53 +10,56 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-plugins": "~2.
|
|
14
|
-
"@xyo-network/crypto-plugins": "~2.
|
|
15
|
-
"@xyo-network/domain-plugin": "~2.
|
|
16
|
-
"@xyo-network/elevation-plugin": "~2.
|
|
17
|
-
"@xyo-network/id-plugin": "~2.
|
|
18
|
-
"@xyo-network/location-certainty-plugin": "~2.
|
|
19
|
-
"@xyo-network/location-plugin": "~2.
|
|
20
|
-
"@xyo-network/module-instance-plugin": "~2.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
22
|
-
"@xyo-network/schema-plugin": "~2.
|
|
23
|
-
"@xyo-network/system-plugins": "~2.
|
|
13
|
+
"@xyo-network/blockchain-plugins": "~2.75.0",
|
|
14
|
+
"@xyo-network/crypto-plugins": "~2.75.0",
|
|
15
|
+
"@xyo-network/domain-plugin": "~2.75.0",
|
|
16
|
+
"@xyo-network/elevation-plugin": "~2.75.0",
|
|
17
|
+
"@xyo-network/id-plugin": "~2.75.0",
|
|
18
|
+
"@xyo-network/location-certainty-plugin": "~2.75.0",
|
|
19
|
+
"@xyo-network/location-plugin": "~2.75.0",
|
|
20
|
+
"@xyo-network/module-instance-plugin": "~2.75.0",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "~2.75.0",
|
|
22
|
+
"@xyo-network/schema-plugin": "~2.75.0",
|
|
23
|
+
"@xyo-network/system-plugins": "~2.75.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
27
|
-
"@xylabs/tsconfig": "^3.0.
|
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.70",
|
|
27
|
+
"@xylabs/tsconfig": "^3.0.70",
|
|
28
28
|
"typescript": "^5.2.2"
|
|
29
29
|
},
|
|
30
30
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
31
31
|
"docs": "dist/docs.json",
|
|
32
|
-
"types": "dist/index.d.ts",
|
|
32
|
+
"types": "dist/node/index.d.ts",
|
|
33
33
|
"exports": {
|
|
34
34
|
".": {
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
|
|
35
|
+
"browser": {
|
|
36
|
+
"require": {
|
|
37
|
+
"types": "./dist/browser/index.d.ts",
|
|
38
|
+
"default": "./dist/browser/index.cjs"
|
|
39
|
+
},
|
|
40
|
+
"import": {
|
|
41
|
+
"types": "./dist/browser/index.d.mts",
|
|
42
|
+
"default": "./dist/browser/index.js"
|
|
43
|
+
}
|
|
38
44
|
},
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
45
|
+
"node": {
|
|
46
|
+
"require": {
|
|
47
|
+
"types": "./dist/node/index.d.ts",
|
|
48
|
+
"default": "./dist/node/index.js"
|
|
49
|
+
},
|
|
50
|
+
"import": {
|
|
51
|
+
"types": "./dist/node/index.d.mts",
|
|
52
|
+
"default": "./dist/node/index.mjs"
|
|
53
|
+
}
|
|
42
54
|
}
|
|
43
55
|
},
|
|
44
|
-
"./dist/docs.json": {
|
|
45
|
-
"default": "./dist/docs.json"
|
|
46
|
-
},
|
|
47
|
-
"./cjs": {
|
|
48
|
-
"default": "./dist/index.js"
|
|
49
|
-
},
|
|
50
56
|
"./docs": {
|
|
51
57
|
"default": "./dist/docs.json"
|
|
52
58
|
},
|
|
53
|
-
"./esm": {
|
|
54
|
-
"default": "./dist/index.mjs"
|
|
55
|
-
},
|
|
56
59
|
"./package.json": "./package.json"
|
|
57
60
|
},
|
|
58
|
-
"main": "dist/index.js",
|
|
59
|
-
"module": "dist/index.mjs",
|
|
61
|
+
"main": "dist/node/index.js",
|
|
62
|
+
"module": "dist/node/index.mjs",
|
|
60
63
|
"homepage": "https://xyo.network",
|
|
61
64
|
"license": "LGPL-3.0",
|
|
62
65
|
"publishConfig": {
|
|
@@ -67,5 +70,5 @@
|
|
|
67
70
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
68
71
|
},
|
|
69
72
|
"sideEffects": false,
|
|
70
|
-
"version": "2.
|
|
73
|
+
"version": "2.75.0"
|
|
71
74
|
}
|