@xyo-network/payloadset-plugins 2.75.0 → 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.d.cts +14 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/docs.json +412575 -0
- package/dist/node/index.d.cts +14 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.js +3 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/index.mjs +2 -1
- package/dist/node/index.mjs.map +1 -1
- package/package.json +15 -15
|
@@ -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"}
|
package/dist/node/index.js
CHANGED
|
@@ -17,6 +17,8 @@ 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
|
|
20
22
|
var src_exports = {};
|
|
21
23
|
__export(src_exports, {
|
|
22
24
|
PayloadSetPlugins: () => PayloadSetPlugins,
|
|
@@ -43,7 +45,7 @@ var import_location_plugin = require("@xyo-network/location-plugin");
|
|
|
43
45
|
var import_module_instance_plugin = require("@xyo-network/module-instance-plugin");
|
|
44
46
|
var import_schema_plugin = require("@xyo-network/schema-plugin");
|
|
45
47
|
var import_system_plugins = require("@xyo-network/system-plugins");
|
|
46
|
-
|
|
48
|
+
var PayloadSetPlugins = [
|
|
47
49
|
...import_system_plugins.SystemPlugins,
|
|
48
50
|
...import_blockchain_plugins.BlockchainPlugins,
|
|
49
51
|
...import_crypto_plugins.CryptoPlugins,
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +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":"
|
|
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":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// src/index.ts
|
|
1
2
|
export * from "@xyo-network/blockchain-plugins";
|
|
2
3
|
export * from "@xyo-network/crypto-plugins";
|
|
3
4
|
export * from "@xyo-network/domain-plugin";
|
|
@@ -18,7 +19,7 @@ import { LocationPlugin } from "@xyo-network/location-plugin";
|
|
|
18
19
|
import { AbstractModuleInstancePlugin } from "@xyo-network/module-instance-plugin";
|
|
19
20
|
import { SchemaPlugin } from "@xyo-network/schema-plugin";
|
|
20
21
|
import { SystemPlugins } from "@xyo-network/system-plugins";
|
|
21
|
-
|
|
22
|
+
var PayloadSetPlugins = [
|
|
22
23
|
...SystemPlugins,
|
|
23
24
|
...BlockchainPlugins,
|
|
24
25
|
...CryptoPlugins,
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +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,
|
|
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":[]}
|
package/package.json
CHANGED
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-plugins": "~2.75.
|
|
14
|
-
"@xyo-network/crypto-plugins": "~2.75.
|
|
15
|
-
"@xyo-network/domain-plugin": "~2.75.
|
|
16
|
-
"@xyo-network/elevation-plugin": "~2.75.
|
|
17
|
-
"@xyo-network/id-plugin": "~2.75.
|
|
18
|
-
"@xyo-network/location-certainty-plugin": "~2.75.
|
|
19
|
-
"@xyo-network/location-plugin": "~2.75.
|
|
20
|
-
"@xyo-network/module-instance-plugin": "~2.75.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "~2.75.
|
|
22
|
-
"@xyo-network/schema-plugin": "~2.75.
|
|
23
|
-
"@xyo-network/system-plugins": "~2.75.
|
|
13
|
+
"@xyo-network/blockchain-plugins": "~2.75.2",
|
|
14
|
+
"@xyo-network/crypto-plugins": "~2.75.2",
|
|
15
|
+
"@xyo-network/domain-plugin": "~2.75.2",
|
|
16
|
+
"@xyo-network/elevation-plugin": "~2.75.2",
|
|
17
|
+
"@xyo-network/id-plugin": "~2.75.2",
|
|
18
|
+
"@xyo-network/location-certainty-plugin": "~2.75.2",
|
|
19
|
+
"@xyo-network/location-plugin": "~2.75.2",
|
|
20
|
+
"@xyo-network/module-instance-plugin": "~2.75.2",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "~2.75.2",
|
|
22
|
+
"@xyo-network/schema-plugin": "~2.75.2",
|
|
23
|
+
"@xyo-network/system-plugins": "~2.75.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
27
|
-
"@xylabs/tsconfig": "^3.0.
|
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.77",
|
|
27
|
+
"@xylabs/tsconfig": "^3.0.77",
|
|
28
28
|
"typescript": "^5.2.2"
|
|
29
29
|
},
|
|
30
30
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
".": {
|
|
35
35
|
"browser": {
|
|
36
36
|
"require": {
|
|
37
|
-
"types": "./dist/browser/index.d.
|
|
37
|
+
"types": "./dist/browser/index.d.cts",
|
|
38
38
|
"default": "./dist/browser/index.cjs"
|
|
39
39
|
},
|
|
40
40
|
"import": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
71
71
|
},
|
|
72
72
|
"sideEffects": false,
|
|
73
|
-
"version": "2.75.
|
|
73
|
+
"version": "2.75.2"
|
|
74
74
|
}
|