@xyo-network/payloadset-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/indexBrowser.cjs +64 -1
- package/dist/browser/indexBrowser.cjs.map +1 -1
- package/dist/browser/indexBrowser.js +42 -1
- package/dist/browser/indexBrowser.js.map +1 -1
- package/dist/neutral/indexNode.cjs +66 -1
- package/dist/neutral/indexNode.cjs.map +1 -1
- package/dist/neutral/indexNode.js +44 -1
- package/dist/neutral/indexNode.js.map +1 -1
- package/dist/node/indexNode.cjs +86 -1
- package/dist/node/indexNode.cjs.map +1 -1
- package/dist/node/indexNode.js +44 -1
- package/dist/node/indexNode.js.map +1 -1
- package/package.json +20 -20
|
@@ -1,2 +1,65 @@
|
|
|
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/indexBrowser.ts
|
|
22
|
+
var indexBrowser_exports = {};
|
|
23
|
+
__export(indexBrowser_exports, {
|
|
24
|
+
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
25
|
+
default: () => indexBrowser_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(indexBrowser_exports);
|
|
28
|
+
__reExport(indexBrowser_exports, require("@xyo-network/api-call-witness"), module.exports);
|
|
29
|
+
__reExport(indexBrowser_exports, require("@xyo-network/blockchain-plugins"), module.exports);
|
|
30
|
+
__reExport(indexBrowser_exports, require("@xyo-network/crypto-plugins"), module.exports);
|
|
31
|
+
__reExport(indexBrowser_exports, require("@xyo-network/domain-plugin"), module.exports);
|
|
32
|
+
__reExport(indexBrowser_exports, require("@xyo-network/elevation-plugin"), module.exports);
|
|
33
|
+
__reExport(indexBrowser_exports, require("@xyo-network/file-plugins"), module.exports);
|
|
34
|
+
__reExport(indexBrowser_exports, require("@xyo-network/id-plugin"), module.exports);
|
|
35
|
+
__reExport(indexBrowser_exports, require("@xyo-network/location-certainty-plugin"), module.exports);
|
|
36
|
+
__reExport(indexBrowser_exports, require("@xyo-network/location-plugin"), module.exports);
|
|
37
|
+
__reExport(indexBrowser_exports, require("@xyo-network/module-instance-plugin"), module.exports);
|
|
38
|
+
__reExport(indexBrowser_exports, require("@xyo-network/schema-plugin"), module.exports);
|
|
39
|
+
__reExport(indexBrowser_exports, require("@xyo-network/system-plugins"), module.exports);
|
|
40
|
+
__reExport(indexBrowser_exports, require("@xyo-network/url-plugin"), module.exports);
|
|
41
|
+
__reExport(indexBrowser_exports, require("@xyo-network/url-safety-plugin"), module.exports);
|
|
42
|
+
var import_blockchain_plugins = require("@xyo-network/blockchain-plugins");
|
|
43
|
+
var import_crypto_plugins = require("@xyo-network/crypto-plugins");
|
|
44
|
+
var import_domain_plugin = require("@xyo-network/domain-plugin");
|
|
45
|
+
var import_elevation_plugin = require("@xyo-network/elevation-plugin");
|
|
46
|
+
var import_id_plugin = require("@xyo-network/id-plugin");
|
|
47
|
+
var import_location_certainty_plugin = require("@xyo-network/location-certainty-plugin");
|
|
48
|
+
var import_location_plugin = require("@xyo-network/location-plugin");
|
|
49
|
+
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
50
|
+
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
51
|
+
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
52
|
+
var PayloadSetPlugins = [
|
|
53
|
+
...import_system_plugins.SystemPlugins,
|
|
54
|
+
...import_blockchain_plugins.BlockchainPlugins,
|
|
55
|
+
...import_crypto_plugins.CryptoPlugins,
|
|
56
|
+
import_domain_plugin.DomainPlugin,
|
|
57
|
+
import_elevation_plugin.ElevationPlugin,
|
|
58
|
+
import_id_plugin.IdPlugin,
|
|
59
|
+
import_location_plugin.LocationPlugin,
|
|
60
|
+
import_module_instance_plugin.AbstractModuleInstancePlugin,
|
|
61
|
+
import_schema_plugin.SchemaPlugin,
|
|
62
|
+
import_location_certainty_plugin.LocationCertaintyPlugin
|
|
63
|
+
];
|
|
64
|
+
var indexBrowser_default = PayloadSetPlugins;
|
|
2
65
|
//# sourceMappingURL=indexBrowser.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\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'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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":"
|
|
1
|
+
{"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\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'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,iCAAc,0CAAd;AACA,iCAAc,4CADd;AAEA,iCAAc,wCAFd;AAGA,iCAAc,uCAHd;AAIA,iCAAc,0CAJd;AAKA,iCAAc,sCALd;AAMA,iCAAc,mCANd;AAOA,iCAAc,mDAPd;AAQA,iCAAc,yCARd;AASA,iCAAc,gDATd;AAUA,iCAAc,uCAVd;AAWA,iCAAc,wCAXd;AAYA,iCAAc,oCAZd;AAaA,iCAAc,2CAbd;AAeA,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,uBAAQ;","names":[]}
|
|
@@ -1,2 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
// src/indexBrowser.ts
|
|
2
|
+
export * from "@xyo-network/api-call-witness";
|
|
3
|
+
export * from "@xyo-network/blockchain-plugins";
|
|
4
|
+
export * from "@xyo-network/crypto-plugins";
|
|
5
|
+
export * from "@xyo-network/domain-plugin";
|
|
6
|
+
export * from "@xyo-network/elevation-plugin";
|
|
7
|
+
export * from "@xyo-network/file-plugins";
|
|
8
|
+
export * from "@xyo-network/id-plugin";
|
|
9
|
+
export * from "@xyo-network/location-certainty-plugin";
|
|
10
|
+
export * from "@xyo-network/location-plugin";
|
|
11
|
+
export * from "@xyo-network/module-instance-plugin";
|
|
12
|
+
export * from "@xyo-network/schema-plugin";
|
|
13
|
+
export * from "@xyo-network/system-plugins";
|
|
14
|
+
export * from "@xyo-network/url-plugin";
|
|
15
|
+
export * from "@xyo-network/url-safety-plugin";
|
|
16
|
+
import { BlockchainPlugins } from "@xyo-network/blockchain-plugins";
|
|
17
|
+
import { CryptoPlugins } from "@xyo-network/crypto-plugins";
|
|
18
|
+
import { DomainPlugin } from "@xyo-network/domain-plugin";
|
|
19
|
+
import { ElevationPlugin } from "@xyo-network/elevation-plugin";
|
|
20
|
+
import { IdPlugin } from "@xyo-network/id-plugin";
|
|
21
|
+
import { LocationCertaintyPlugin } from "@xyo-network/location-certainty-plugin";
|
|
22
|
+
import { LocationPlugin } from "@xyo-network/location-plugin";
|
|
23
|
+
import { AbstractModuleInstancePlugin } from "@xyo-network/module-instance-plugin";
|
|
24
|
+
import { SchemaPlugin } from "@xyo-network/schema-plugin";
|
|
25
|
+
import { SystemPlugins } from "@xyo-network/system-plugins";
|
|
26
|
+
var PayloadSetPlugins = [
|
|
27
|
+
...SystemPlugins,
|
|
28
|
+
...BlockchainPlugins,
|
|
29
|
+
...CryptoPlugins,
|
|
30
|
+
DomainPlugin,
|
|
31
|
+
ElevationPlugin,
|
|
32
|
+
IdPlugin,
|
|
33
|
+
LocationPlugin,
|
|
34
|
+
AbstractModuleInstancePlugin,
|
|
35
|
+
SchemaPlugin,
|
|
36
|
+
LocationCertaintyPlugin
|
|
37
|
+
];
|
|
38
|
+
var indexBrowser_default = PayloadSetPlugins;
|
|
39
|
+
export {
|
|
40
|
+
PayloadSetPlugins,
|
|
41
|
+
indexBrowser_default as default
|
|
42
|
+
};
|
|
2
43
|
//# sourceMappingURL=indexBrowser.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\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'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,
|
|
1
|
+
{"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\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'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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;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,uBAAQ;","names":[]}
|
|
@@ -1,2 +1,67 @@
|
|
|
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/indexNode.ts
|
|
22
|
+
var indexNode_exports = {};
|
|
23
|
+
__export(indexNode_exports, {
|
|
24
|
+
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
25
|
+
default: () => indexNode_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(indexNode_exports);
|
|
28
|
+
__reExport(indexNode_exports, require("@xyo-network/api-call-witness"), module.exports);
|
|
29
|
+
__reExport(indexNode_exports, require("@xyo-network/blockchain-plugins"), module.exports);
|
|
30
|
+
__reExport(indexNode_exports, require("@xyo-network/crypto-plugins"), module.exports);
|
|
31
|
+
__reExport(indexNode_exports, require("@xyo-network/domain-plugin"), module.exports);
|
|
32
|
+
__reExport(indexNode_exports, require("@xyo-network/elevation-plugin"), module.exports);
|
|
33
|
+
__reExport(indexNode_exports, require("@xyo-network/file-plugins"), module.exports);
|
|
34
|
+
__reExport(indexNode_exports, require("@xyo-network/id-plugin"), module.exports);
|
|
35
|
+
__reExport(indexNode_exports, require("@xyo-network/image-thumbnail-plugin"), module.exports);
|
|
36
|
+
__reExport(indexNode_exports, require("@xyo-network/location-certainty-plugin"), module.exports);
|
|
37
|
+
__reExport(indexNode_exports, require("@xyo-network/location-plugin"), module.exports);
|
|
38
|
+
__reExport(indexNode_exports, require("@xyo-network/module-instance-plugin"), module.exports);
|
|
39
|
+
__reExport(indexNode_exports, require("@xyo-network/prometheus-node-plugin"), module.exports);
|
|
40
|
+
__reExport(indexNode_exports, require("@xyo-network/schema-plugin"), module.exports);
|
|
41
|
+
__reExport(indexNode_exports, require("@xyo-network/system-plugins"), module.exports);
|
|
42
|
+
__reExport(indexNode_exports, require("@xyo-network/url-plugin"), module.exports);
|
|
43
|
+
__reExport(indexNode_exports, require("@xyo-network/url-safety-plugin"), module.exports);
|
|
44
|
+
var import_blockchain_plugins = require("@xyo-network/blockchain-plugins");
|
|
45
|
+
var import_crypto_plugins = require("@xyo-network/crypto-plugins");
|
|
46
|
+
var import_domain_plugin = require("@xyo-network/domain-plugin");
|
|
47
|
+
var import_elevation_plugin = require("@xyo-network/elevation-plugin");
|
|
48
|
+
var import_id_plugin = require("@xyo-network/id-plugin");
|
|
49
|
+
var import_location_certainty_plugin = require("@xyo-network/location-certainty-plugin");
|
|
50
|
+
var import_location_plugin = require("@xyo-network/location-plugin");
|
|
51
|
+
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
52
|
+
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
53
|
+
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
54
|
+
var PayloadSetPlugins = [
|
|
55
|
+
...import_system_plugins.SystemPlugins,
|
|
56
|
+
...import_blockchain_plugins.BlockchainPlugins,
|
|
57
|
+
...import_crypto_plugins.CryptoPlugins,
|
|
58
|
+
import_domain_plugin.DomainPlugin,
|
|
59
|
+
import_elevation_plugin.ElevationPlugin,
|
|
60
|
+
import_id_plugin.IdPlugin,
|
|
61
|
+
import_location_plugin.LocationPlugin,
|
|
62
|
+
import_module_instance_plugin.AbstractModuleInstancePlugin,
|
|
63
|
+
import_schema_plugin.SchemaPlugin,
|
|
64
|
+
import_location_certainty_plugin.LocationCertaintyPlugin
|
|
65
|
+
];
|
|
66
|
+
var indexNode_default = PayloadSetPlugins;
|
|
2
67
|
//# sourceMappingURL=indexNode.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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":"
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,8BAAc,0CAAd;AACA,8BAAc,4CADd;AAEA,8BAAc,wCAFd;AAGA,8BAAc,uCAHd;AAIA,8BAAc,0CAJd;AAKA,8BAAc,sCALd;AAMA,8BAAc,mCANd;AAOA,8BAAc,gDAPd;AAQA,8BAAc,mDARd;AASA,8BAAc,yCATd;AAUA,8BAAc,gDAVd;AAWA,8BAAc,gDAXd;AAYA,8BAAc,uCAZd;AAaA,8BAAc,wCAbd;AAcA,8BAAc,oCAdd;AAeA,8BAAc,2CAfd;AAiBA,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,oBAAQ;","names":[]}
|
|
@@ -1,2 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
// src/indexNode.ts
|
|
2
|
+
export * from "@xyo-network/api-call-witness";
|
|
3
|
+
export * from "@xyo-network/blockchain-plugins";
|
|
4
|
+
export * from "@xyo-network/crypto-plugins";
|
|
5
|
+
export * from "@xyo-network/domain-plugin";
|
|
6
|
+
export * from "@xyo-network/elevation-plugin";
|
|
7
|
+
export * from "@xyo-network/file-plugins";
|
|
8
|
+
export * from "@xyo-network/id-plugin";
|
|
9
|
+
export * from "@xyo-network/image-thumbnail-plugin";
|
|
10
|
+
export * from "@xyo-network/location-certainty-plugin";
|
|
11
|
+
export * from "@xyo-network/location-plugin";
|
|
12
|
+
export * from "@xyo-network/module-instance-plugin";
|
|
13
|
+
export * from "@xyo-network/prometheus-node-plugin";
|
|
14
|
+
export * from "@xyo-network/schema-plugin";
|
|
15
|
+
export * from "@xyo-network/system-plugins";
|
|
16
|
+
export * from "@xyo-network/url-plugin";
|
|
17
|
+
export * from "@xyo-network/url-safety-plugin";
|
|
18
|
+
import { BlockchainPlugins } from "@xyo-network/blockchain-plugins";
|
|
19
|
+
import { CryptoPlugins } from "@xyo-network/crypto-plugins";
|
|
20
|
+
import { DomainPlugin } from "@xyo-network/domain-plugin";
|
|
21
|
+
import { ElevationPlugin } from "@xyo-network/elevation-plugin";
|
|
22
|
+
import { IdPlugin } from "@xyo-network/id-plugin";
|
|
23
|
+
import { LocationCertaintyPlugin } from "@xyo-network/location-certainty-plugin";
|
|
24
|
+
import { LocationPlugin } from "@xyo-network/location-plugin";
|
|
25
|
+
import { AbstractModuleInstancePlugin } from "@xyo-network/module-instance-plugin";
|
|
26
|
+
import { SchemaPlugin } from "@xyo-network/schema-plugin";
|
|
27
|
+
import { SystemPlugins } from "@xyo-network/system-plugins";
|
|
28
|
+
var PayloadSetPlugins = [
|
|
29
|
+
...SystemPlugins,
|
|
30
|
+
...BlockchainPlugins,
|
|
31
|
+
...CryptoPlugins,
|
|
32
|
+
DomainPlugin,
|
|
33
|
+
ElevationPlugin,
|
|
34
|
+
IdPlugin,
|
|
35
|
+
LocationPlugin,
|
|
36
|
+
AbstractModuleInstancePlugin,
|
|
37
|
+
SchemaPlugin,
|
|
38
|
+
LocationCertaintyPlugin
|
|
39
|
+
];
|
|
40
|
+
var indexNode_default = PayloadSetPlugins;
|
|
41
|
+
export {
|
|
42
|
+
PayloadSetPlugins,
|
|
43
|
+
indexNode_default as default
|
|
44
|
+
};
|
|
2
45
|
//# sourceMappingURL=indexNode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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;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,oBAAQ;","names":[]}
|
package/dist/node/indexNode.cjs
CHANGED
|
@@ -1,2 +1,87 @@
|
|
|
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/indexNode.ts
|
|
22
|
+
var indexNode_exports = {};
|
|
23
|
+
__export(indexNode_exports, {
|
|
24
|
+
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
25
|
+
default: () => indexNode_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(indexNode_exports);
|
|
28
|
+
__reExport(indexNode_exports, require("@xyo-network/api-call-witness"), module.exports);
|
|
29
|
+
__reExport(indexNode_exports, require("@xyo-network/blockchain-plugins"), module.exports);
|
|
30
|
+
__reExport(indexNode_exports, require("@xyo-network/crypto-plugins"), module.exports);
|
|
31
|
+
__reExport(indexNode_exports, require("@xyo-network/domain-plugin"), module.exports);
|
|
32
|
+
__reExport(indexNode_exports, require("@xyo-network/elevation-plugin"), module.exports);
|
|
33
|
+
__reExport(indexNode_exports, require("@xyo-network/file-plugins"), module.exports);
|
|
34
|
+
__reExport(indexNode_exports, require("@xyo-network/id-plugin"), module.exports);
|
|
35
|
+
__reExport(indexNode_exports, require("@xyo-network/image-thumbnail-plugin"), module.exports);
|
|
36
|
+
__reExport(indexNode_exports, require("@xyo-network/location-certainty-plugin"), module.exports);
|
|
37
|
+
__reExport(indexNode_exports, require("@xyo-network/location-plugin"), module.exports);
|
|
38
|
+
__reExport(indexNode_exports, require("@xyo-network/module-instance-plugin"), module.exports);
|
|
39
|
+
__reExport(indexNode_exports, require("@xyo-network/prometheus-node-plugin"), module.exports);
|
|
40
|
+
__reExport(indexNode_exports, require("@xyo-network/schema-plugin"), module.exports);
|
|
41
|
+
__reExport(indexNode_exports, require("@xyo-network/system-plugins"), module.exports);
|
|
42
|
+
__reExport(indexNode_exports, require("@xyo-network/url-plugin"), module.exports);
|
|
43
|
+
__reExport(indexNode_exports, require("@xyo-network/url-safety-plugin"), module.exports);
|
|
44
|
+
var import_blockchain_plugins = require("@xyo-network/blockchain-plugins");
|
|
45
|
+
var import_crypto_plugins = require("@xyo-network/crypto-plugins");
|
|
46
|
+
var import_domain_plugin = require("@xyo-network/domain-plugin");
|
|
47
|
+
var import_elevation_plugin = require("@xyo-network/elevation-plugin");
|
|
48
|
+
var import_id_plugin = require("@xyo-network/id-plugin");
|
|
49
|
+
var import_location_certainty_plugin = require("@xyo-network/location-certainty-plugin");
|
|
50
|
+
var import_location_plugin = require("@xyo-network/location-plugin");
|
|
51
|
+
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
52
|
+
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
53
|
+
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
54
|
+
var PayloadSetPlugins = [
|
|
55
|
+
...import_system_plugins.SystemPlugins,
|
|
56
|
+
...import_blockchain_plugins.BlockchainPlugins,
|
|
57
|
+
...import_crypto_plugins.CryptoPlugins,
|
|
58
|
+
import_domain_plugin.DomainPlugin,
|
|
59
|
+
import_elevation_plugin.ElevationPlugin,
|
|
60
|
+
import_id_plugin.IdPlugin,
|
|
61
|
+
import_location_plugin.LocationPlugin,
|
|
62
|
+
import_module_instance_plugin.AbstractModuleInstancePlugin,
|
|
63
|
+
import_schema_plugin.SchemaPlugin,
|
|
64
|
+
import_location_certainty_plugin.LocationCertaintyPlugin
|
|
65
|
+
];
|
|
66
|
+
var indexNode_default = PayloadSetPlugins;
|
|
67
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
68
|
+
0 && (module.exports = {
|
|
69
|
+
PayloadSetPlugins,
|
|
70
|
+
...require("@xyo-network/api-call-witness"),
|
|
71
|
+
...require("@xyo-network/blockchain-plugins"),
|
|
72
|
+
...require("@xyo-network/crypto-plugins"),
|
|
73
|
+
...require("@xyo-network/domain-plugin"),
|
|
74
|
+
...require("@xyo-network/elevation-plugin"),
|
|
75
|
+
...require("@xyo-network/file-plugins"),
|
|
76
|
+
...require("@xyo-network/id-plugin"),
|
|
77
|
+
...require("@xyo-network/image-thumbnail-plugin"),
|
|
78
|
+
...require("@xyo-network/location-certainty-plugin"),
|
|
79
|
+
...require("@xyo-network/location-plugin"),
|
|
80
|
+
...require("@xyo-network/module-instance-plugin"),
|
|
81
|
+
...require("@xyo-network/prometheus-node-plugin"),
|
|
82
|
+
...require("@xyo-network/schema-plugin"),
|
|
83
|
+
...require("@xyo-network/system-plugins"),
|
|
84
|
+
...require("@xyo-network/url-plugin"),
|
|
85
|
+
...require("@xyo-network/url-safety-plugin")
|
|
86
|
+
});
|
|
2
87
|
//# sourceMappingURL=indexNode.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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":"
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,8BAAc,0CAAd;AACA,8BAAc,4CADd;AAEA,8BAAc,wCAFd;AAGA,8BAAc,uCAHd;AAIA,8BAAc,0CAJd;AAKA,8BAAc,sCALd;AAMA,8BAAc,mCANd;AAOA,8BAAc,gDAPd;AAQA,8BAAc,mDARd;AASA,8BAAc,yCATd;AAUA,8BAAc,gDAVd;AAWA,8BAAc,gDAXd;AAYA,8BAAc,uCAZd;AAaA,8BAAc,wCAbd;AAcA,8BAAc,oCAdd;AAeA,8BAAc,2CAfd;AAiBA,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,oBAAQ;","names":[]}
|
package/dist/node/indexNode.js
CHANGED
|
@@ -1,2 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
// src/indexNode.ts
|
|
2
|
+
export * from "@xyo-network/api-call-witness";
|
|
3
|
+
export * from "@xyo-network/blockchain-plugins";
|
|
4
|
+
export * from "@xyo-network/crypto-plugins";
|
|
5
|
+
export * from "@xyo-network/domain-plugin";
|
|
6
|
+
export * from "@xyo-network/elevation-plugin";
|
|
7
|
+
export * from "@xyo-network/file-plugins";
|
|
8
|
+
export * from "@xyo-network/id-plugin";
|
|
9
|
+
export * from "@xyo-network/image-thumbnail-plugin";
|
|
10
|
+
export * from "@xyo-network/location-certainty-plugin";
|
|
11
|
+
export * from "@xyo-network/location-plugin";
|
|
12
|
+
export * from "@xyo-network/module-instance-plugin";
|
|
13
|
+
export * from "@xyo-network/prometheus-node-plugin";
|
|
14
|
+
export * from "@xyo-network/schema-plugin";
|
|
15
|
+
export * from "@xyo-network/system-plugins";
|
|
16
|
+
export * from "@xyo-network/url-plugin";
|
|
17
|
+
export * from "@xyo-network/url-safety-plugin";
|
|
18
|
+
import { BlockchainPlugins } from "@xyo-network/blockchain-plugins";
|
|
19
|
+
import { CryptoPlugins } from "@xyo-network/crypto-plugins";
|
|
20
|
+
import { DomainPlugin } from "@xyo-network/domain-plugin";
|
|
21
|
+
import { ElevationPlugin } from "@xyo-network/elevation-plugin";
|
|
22
|
+
import { IdPlugin } from "@xyo-network/id-plugin";
|
|
23
|
+
import { LocationCertaintyPlugin } from "@xyo-network/location-certainty-plugin";
|
|
24
|
+
import { LocationPlugin } from "@xyo-network/location-plugin";
|
|
25
|
+
import { AbstractModuleInstancePlugin } from "@xyo-network/module-instance-plugin";
|
|
26
|
+
import { SchemaPlugin } from "@xyo-network/schema-plugin";
|
|
27
|
+
import { SystemPlugins } from "@xyo-network/system-plugins";
|
|
28
|
+
var PayloadSetPlugins = [
|
|
29
|
+
...SystemPlugins,
|
|
30
|
+
...BlockchainPlugins,
|
|
31
|
+
...CryptoPlugins,
|
|
32
|
+
DomainPlugin,
|
|
33
|
+
ElevationPlugin,
|
|
34
|
+
IdPlugin,
|
|
35
|
+
LocationPlugin,
|
|
36
|
+
AbstractModuleInstancePlugin,
|
|
37
|
+
SchemaPlugin,
|
|
38
|
+
LocationCertaintyPlugin
|
|
39
|
+
];
|
|
40
|
+
var indexNode_default = PayloadSetPlugins;
|
|
41
|
+
export {
|
|
42
|
+
PayloadSetPlugins,
|
|
43
|
+
indexNode_default as default
|
|
44
|
+
};
|
|
2
45
|
//# sourceMappingURL=indexNode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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,
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/api-call-witness'\nexport * 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/file-plugins'\nexport * from '@xyo-network/id-plugin'\nexport * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin'\nexport * from '@xyo-network/schema-plugin'\nexport * from '@xyo-network/system-plugins'\nexport * from '@xyo-network/url-plugin'\nexport * from '@xyo-network/url-safety-plugin'\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 type { 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;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,oBAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,27 +10,27 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/api-call-witness": "~2.97.
|
|
14
|
-
"@xyo-network/blockchain-plugins": "~2.97.
|
|
15
|
-
"@xyo-network/crypto-plugins": "~2.97.
|
|
16
|
-
"@xyo-network/domain-plugin": "~2.97.
|
|
17
|
-
"@xyo-network/elevation-plugin": "~2.97.
|
|
18
|
-
"@xyo-network/file-plugins": "~2.97.
|
|
19
|
-
"@xyo-network/id-plugin": "~2.97.
|
|
20
|
-
"@xyo-network/image-thumbnail-plugin": "~2.97.
|
|
21
|
-
"@xyo-network/location-certainty-plugin": "~2.97.
|
|
22
|
-
"@xyo-network/location-plugin": "~2.97.
|
|
23
|
-
"@xyo-network/module-instance-plugin": "~2.97.
|
|
24
|
-
"@xyo-network/payloadset-plugin": "^2.107.
|
|
25
|
-
"@xyo-network/prometheus-node-plugin": "~2.97.
|
|
26
|
-
"@xyo-network/schema-plugin": "~2.97.
|
|
27
|
-
"@xyo-network/system-plugins": "~2.97.
|
|
28
|
-
"@xyo-network/url-plugin": "~2.97.
|
|
29
|
-
"@xyo-network/url-safety-plugin": "~2.97.
|
|
13
|
+
"@xyo-network/api-call-witness": "~2.97.1",
|
|
14
|
+
"@xyo-network/blockchain-plugins": "~2.97.1",
|
|
15
|
+
"@xyo-network/crypto-plugins": "~2.97.1",
|
|
16
|
+
"@xyo-network/domain-plugin": "~2.97.1",
|
|
17
|
+
"@xyo-network/elevation-plugin": "~2.97.1",
|
|
18
|
+
"@xyo-network/file-plugins": "~2.97.1",
|
|
19
|
+
"@xyo-network/id-plugin": "~2.97.1",
|
|
20
|
+
"@xyo-network/image-thumbnail-plugin": "~2.97.1",
|
|
21
|
+
"@xyo-network/location-certainty-plugin": "~2.97.1",
|
|
22
|
+
"@xyo-network/location-plugin": "~2.97.1",
|
|
23
|
+
"@xyo-network/module-instance-plugin": "~2.97.1",
|
|
24
|
+
"@xyo-network/payloadset-plugin": "^2.107.4",
|
|
25
|
+
"@xyo-network/prometheus-node-plugin": "~2.97.1",
|
|
26
|
+
"@xyo-network/schema-plugin": "~2.97.1",
|
|
27
|
+
"@xyo-network/system-plugins": "~2.97.1",
|
|
28
|
+
"@xyo-network/url-plugin": "~2.97.1",
|
|
29
|
+
"@xyo-network/url-safety-plugin": "~2.97.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
33
|
-
"@xylabs/tsconfig": "^3.11.
|
|
32
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
33
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
34
34
|
"typescript": "^5.5.2"
|
|
35
35
|
},
|
|
36
36
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
|
-
"version": "2.97.
|
|
75
|
+
"version": "2.97.1",
|
|
76
76
|
"type": "module"
|
|
77
77
|
}
|