@xyo-network/payloadset-plugins 2.74.5 → 2.75.2
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.cts.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts +14 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +38 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/docs.json +10416 -10416
- package/dist/node/index.d.cts +14 -0
- package/dist/node/index.d.cts.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/node/index.js.map +1 -0
- package/dist/node/index.mjs.map +1 -0
- package/package.json +35 -32
- 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.cts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
- /package/dist/{index.js → node/index.js} +0 -0
- /package/dist/{index.mjs → node/index.mjs} +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,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,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.js.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":[]}
|