@xyo-network/payloadset-plugins 3.0.2 → 3.0.4
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.d.ts +5 -6
- package/dist/browser/indexBrowser.d.ts.map +1 -0
- package/dist/browser/indexBrowser.mjs +1 -1
- package/dist/browser/indexBrowser.mjs.map +1 -1
- package/dist/browser/indexNode.d.ts +20 -0
- package/dist/browser/indexNode.d.ts.map +1 -0
- package/dist/neutral/indexBrowser.d.ts +18 -0
- package/dist/neutral/indexBrowser.d.ts.map +1 -0
- package/dist/neutral/indexNode.d.ts +5 -6
- package/dist/neutral/indexNode.d.ts.map +1 -0
- package/dist/neutral/indexNode.mjs +1 -1
- package/dist/neutral/indexNode.mjs.map +1 -1
- package/dist/node/indexBrowser.d.ts +18 -0
- package/dist/node/indexBrowser.d.ts.map +1 -0
- package/dist/node/indexNode.d.ts +5 -6
- package/dist/node/indexNode.d.ts.map +1 -0
- package/dist/node/indexNode.mjs +1 -1
- package/dist/node/indexNode.mjs.map +1 -1
- package/package.json +40 -40
- package/src/indexBrowser.ts +1 -1
- package/src/indexNode.ts +1 -1
- package/xy.config.ts +4 -16
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from '@xyo-network/api-call-witness';
|
|
2
1
|
export * from '@xyo-network/blockchain-plugins';
|
|
3
2
|
export * from '@xyo-network/crypto-plugins';
|
|
4
3
|
export * from '@xyo-network/domain-plugin';
|
|
5
4
|
export * from '@xyo-network/elevation-plugin';
|
|
6
5
|
export * from '@xyo-network/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
7
|
export * from '@xyo-network/id-plugin';
|
|
8
8
|
export * from '@xyo-network/location-certainty-plugin';
|
|
9
9
|
export * from '@xyo-network/location-plugin';
|
|
@@ -12,8 +12,7 @@ export * from '@xyo-network/schema-plugin';
|
|
|
12
12
|
export * from '@xyo-network/system-plugins';
|
|
13
13
|
export * from '@xyo-network/url-plugin';
|
|
14
14
|
export * from '@xyo-network/url-safety-plugin';
|
|
15
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export { PayloadSetPlugins, PayloadSetPlugins as default };
|
|
15
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
16
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
17
|
+
export default PayloadSetPlugins;
|
|
18
|
+
//# sourceMappingURL=indexBrowser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// src/indexBrowser.ts
|
|
2
|
-
export * from "@xyo-network/api-call-witness";
|
|
3
2
|
export * from "@xyo-network/blockchain-plugins";
|
|
4
3
|
export * from "@xyo-network/crypto-plugins";
|
|
5
4
|
export * from "@xyo-network/domain-plugin";
|
|
6
5
|
export * from "@xyo-network/elevation-plugin";
|
|
7
6
|
export * from "@xyo-network/file-plugins";
|
|
7
|
+
export * from "@xyo-network/http-call-witness";
|
|
8
8
|
export * from "@xyo-network/id-plugin";
|
|
9
9
|
export * from "@xyo-network/location-certainty-plugin";
|
|
10
10
|
export * from "@xyo-network/location-plugin";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/indexBrowser.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/file-plugins'\nexport * from '@xyo-network/http-call-witness'\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-x/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":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
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/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
|
+
export * from '@xyo-network/id-plugin';
|
|
8
|
+
export * from '@xyo-network/image-thumbnail-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/prometheus-node-plugin';
|
|
13
|
+
export * from '@xyo-network/schema-plugin';
|
|
14
|
+
export * from '@xyo-network/system-plugins';
|
|
15
|
+
export * from '@xyo-network/url-plugin';
|
|
16
|
+
export * from '@xyo-network/url-safety-plugin';
|
|
17
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
18
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
19
|
+
export default PayloadSetPlugins;
|
|
20
|
+
//# sourceMappingURL=indexNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
|
+
export * from '@xyo-network/id-plugin';
|
|
8
|
+
export * from '@xyo-network/location-certainty-plugin';
|
|
9
|
+
export * from '@xyo-network/location-plugin';
|
|
10
|
+
export * from '@xyo-network/module-instance-plugin';
|
|
11
|
+
export * from '@xyo-network/schema-plugin';
|
|
12
|
+
export * from '@xyo-network/system-plugins';
|
|
13
|
+
export * from '@xyo-network/url-plugin';
|
|
14
|
+
export * from '@xyo-network/url-safety-plugin';
|
|
15
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
16
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
17
|
+
export default PayloadSetPlugins;
|
|
18
|
+
//# sourceMappingURL=indexBrowser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from '@xyo-network/api-call-witness';
|
|
2
1
|
export * from '@xyo-network/blockchain-plugins';
|
|
3
2
|
export * from '@xyo-network/crypto-plugins';
|
|
4
3
|
export * from '@xyo-network/domain-plugin';
|
|
5
4
|
export * from '@xyo-network/elevation-plugin';
|
|
6
5
|
export * from '@xyo-network/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
7
|
export * from '@xyo-network/id-plugin';
|
|
8
8
|
export * from '@xyo-network/image-thumbnail-plugin';
|
|
9
9
|
export * from '@xyo-network/location-certainty-plugin';
|
|
@@ -14,8 +14,7 @@ export * from '@xyo-network/schema-plugin';
|
|
|
14
14
|
export * from '@xyo-network/system-plugins';
|
|
15
15
|
export * from '@xyo-network/url-plugin';
|
|
16
16
|
export * from '@xyo-network/url-safety-plugin';
|
|
17
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export { PayloadSetPlugins, PayloadSetPlugins as default };
|
|
17
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
18
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
19
|
+
export default PayloadSetPlugins;
|
|
20
|
+
//# sourceMappingURL=indexNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// src/indexNode.ts
|
|
2
|
-
export * from "@xyo-network/api-call-witness";
|
|
3
2
|
export * from "@xyo-network/blockchain-plugins";
|
|
4
3
|
export * from "@xyo-network/crypto-plugins";
|
|
5
4
|
export * from "@xyo-network/domain-plugin";
|
|
6
5
|
export * from "@xyo-network/elevation-plugin";
|
|
7
6
|
export * from "@xyo-network/file-plugins";
|
|
7
|
+
export * from "@xyo-network/http-call-witness";
|
|
8
8
|
export * from "@xyo-network/id-plugin";
|
|
9
9
|
export * from "@xyo-network/image-thumbnail-plugin";
|
|
10
10
|
export * from "@xyo-network/location-certainty-plugin";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.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/file-plugins'\nexport * from '@xyo-network/http-call-witness'\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-x/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":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
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/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
|
+
export * from '@xyo-network/id-plugin';
|
|
8
|
+
export * from '@xyo-network/location-certainty-plugin';
|
|
9
|
+
export * from '@xyo-network/location-plugin';
|
|
10
|
+
export * from '@xyo-network/module-instance-plugin';
|
|
11
|
+
export * from '@xyo-network/schema-plugin';
|
|
12
|
+
export * from '@xyo-network/system-plugins';
|
|
13
|
+
export * from '@xyo-network/url-plugin';
|
|
14
|
+
export * from '@xyo-network/url-safety-plugin';
|
|
15
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
16
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
17
|
+
export default PayloadSetPlugins;
|
|
18
|
+
//# sourceMappingURL=indexBrowser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
package/dist/node/indexNode.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from '@xyo-network/api-call-witness';
|
|
2
1
|
export * from '@xyo-network/blockchain-plugins';
|
|
3
2
|
export * from '@xyo-network/crypto-plugins';
|
|
4
3
|
export * from '@xyo-network/domain-plugin';
|
|
5
4
|
export * from '@xyo-network/elevation-plugin';
|
|
6
5
|
export * from '@xyo-network/file-plugins';
|
|
6
|
+
export * from '@xyo-network/http-call-witness';
|
|
7
7
|
export * from '@xyo-network/id-plugin';
|
|
8
8
|
export * from '@xyo-network/image-thumbnail-plugin';
|
|
9
9
|
export * from '@xyo-network/location-certainty-plugin';
|
|
@@ -14,8 +14,7 @@ export * from '@xyo-network/schema-plugin';
|
|
|
14
14
|
export * from '@xyo-network/system-plugins';
|
|
15
15
|
export * from '@xyo-network/url-plugin';
|
|
16
16
|
export * from '@xyo-network/url-safety-plugin';
|
|
17
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export { PayloadSetPlugins, PayloadSetPlugins as default };
|
|
17
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
18
|
+
export declare const PayloadSetPlugins: PayloadSetPluginFunc[];
|
|
19
|
+
export default PayloadSetPlugins;
|
|
20
|
+
//# sourceMappingURL=indexNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA;AACnD,cAAc,qCAAqC,CAAA;AACnD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAU9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAI1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAWnD,CAAA;AAGD,eAAe,iBAAiB,CAAA"}
|
package/dist/node/indexNode.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// src/indexNode.ts
|
|
2
|
-
export * from "@xyo-network/api-call-witness";
|
|
3
2
|
export * from "@xyo-network/blockchain-plugins";
|
|
4
3
|
export * from "@xyo-network/crypto-plugins";
|
|
5
4
|
export * from "@xyo-network/domain-plugin";
|
|
6
5
|
export * from "@xyo-network/elevation-plugin";
|
|
7
6
|
export * from "@xyo-network/file-plugins";
|
|
7
|
+
export * from "@xyo-network/http-call-witness";
|
|
8
8
|
export * from "@xyo-network/id-plugin";
|
|
9
9
|
export * from "@xyo-network/image-thumbnail-plugin";
|
|
10
10
|
export * from "@xyo-network/location-certainty-plugin";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/indexNode.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/file-plugins'\nexport * from '@xyo-network/http-call-witness'\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-x/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
|
@@ -1,39 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/payloadset-plugins",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"url": "https://xyo.network"
|
|
7
|
-
},
|
|
3
|
+
"version": "3.0.4",
|
|
4
|
+
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
|
+
"homepage": "https://xyo.network",
|
|
8
6
|
"bugs": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
7
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins/issues",
|
|
8
|
+
"email": "support@xyo.network"
|
|
11
9
|
},
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"@xyo-network/crypto-plugins": "^3.0.2",
|
|
16
|
-
"@xyo-network/domain-plugin": "^3.0.2",
|
|
17
|
-
"@xyo-network/elevation-plugin": "^3.0.2",
|
|
18
|
-
"@xyo-network/file-plugins": "^3.0.2",
|
|
19
|
-
"@xyo-network/id-plugin": "^3.0.2",
|
|
20
|
-
"@xyo-network/image-thumbnail-plugin": "^3.0.2",
|
|
21
|
-
"@xyo-network/location-certainty-plugin": "^3.0.2",
|
|
22
|
-
"@xyo-network/location-plugin": "^3.0.2",
|
|
23
|
-
"@xyo-network/module-instance-plugin": "^3.0.2",
|
|
24
|
-
"@xyo-network/payloadset-plugin": "^3.0.2",
|
|
25
|
-
"@xyo-network/prometheus-node-plugin": "^3.0.2",
|
|
26
|
-
"@xyo-network/schema-plugin": "^3.0.2",
|
|
27
|
-
"@xyo-network/system-plugins": "^3.0.2",
|
|
28
|
-
"@xyo-network/url-plugin": "^3.0.2",
|
|
29
|
-
"@xyo-network/url-safety-plugin": "^3.0.2"
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins.git"
|
|
30
13
|
},
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
"
|
|
14
|
+
"license": "LGPL-3.0-only",
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "XYO Development Team",
|
|
17
|
+
"email": "support@xyo.network",
|
|
18
|
+
"url": "https://xyo.network"
|
|
35
19
|
},
|
|
36
|
-
"
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"type": "module",
|
|
37
22
|
"exports": {
|
|
38
23
|
".": {
|
|
39
24
|
"browser": {
|
|
@@ -49,16 +34,31 @@
|
|
|
49
34
|
},
|
|
50
35
|
"module": "dist/node/indexNode.mjs",
|
|
51
36
|
"types": "dist/node/indexNode.d.ts",
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@xyo-network/blockchain-plugins": "^3.0.4",
|
|
39
|
+
"@xyo-network/crypto-plugins": "^3.0.4",
|
|
40
|
+
"@xyo-network/domain-plugin": "^3.0.4",
|
|
41
|
+
"@xyo-network/elevation-plugin": "^3.0.4",
|
|
42
|
+
"@xyo-network/file-plugins": "^3.0.4",
|
|
43
|
+
"@xyo-network/http-call-witness": "^3.0.4",
|
|
44
|
+
"@xyo-network/id-plugin": "^3.0.4",
|
|
45
|
+
"@xyo-network/image-thumbnail-plugin": "^3.0.4",
|
|
46
|
+
"@xyo-network/location-certainty-plugin": "^3.0.4",
|
|
47
|
+
"@xyo-network/location-plugin": "^3.0.4",
|
|
48
|
+
"@xyo-network/module-instance-plugin": "^3.0.4",
|
|
49
|
+
"@xyo-network/payloadset-plugin": "^3.0.10",
|
|
50
|
+
"@xyo-network/prometheus-node-plugin": "^3.0.4",
|
|
51
|
+
"@xyo-network/schema-plugin": "^3.0.4",
|
|
52
|
+
"@xyo-network/system-plugins": "^3.0.4",
|
|
53
|
+
"@xyo-network/url-plugin": "^3.0.4",
|
|
54
|
+
"@xyo-network/url-safety-plugin": "^3.0.4"
|
|
56
55
|
},
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
58
|
+
"@xylabs/tsconfig": "^4.0.7",
|
|
59
|
+
"typescript": "^5.5.4"
|
|
60
60
|
},
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
"publishConfig": {
|
|
62
|
+
"access": "public"
|
|
63
|
+
}
|
|
64
64
|
}
|
package/src/indexBrowser.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from '@xyo-network/api-call-witness'
|
|
2
1
|
export * from '@xyo-network/blockchain-plugins'
|
|
3
2
|
export * from '@xyo-network/crypto-plugins'
|
|
4
3
|
export * from '@xyo-network/domain-plugin'
|
|
5
4
|
export * from '@xyo-network/elevation-plugin'
|
|
6
5
|
export * from '@xyo-network/file-plugins'
|
|
6
|
+
export * from '@xyo-network/http-call-witness'
|
|
7
7
|
export * from '@xyo-network/id-plugin'
|
|
8
8
|
export * from '@xyo-network/location-certainty-plugin'
|
|
9
9
|
export * from '@xyo-network/location-plugin'
|
package/src/indexNode.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from '@xyo-network/api-call-witness'
|
|
2
1
|
export * from '@xyo-network/blockchain-plugins'
|
|
3
2
|
export * from '@xyo-network/crypto-plugins'
|
|
4
3
|
export * from '@xyo-network/domain-plugin'
|
|
5
4
|
export * from '@xyo-network/elevation-plugin'
|
|
6
5
|
export * from '@xyo-network/file-plugins'
|
|
6
|
+
export * from '@xyo-network/http-call-witness'
|
|
7
7
|
export * from '@xyo-network/id-plugin'
|
|
8
8
|
export * from '@xyo-network/image-thumbnail-plugin'
|
|
9
9
|
export * from '@xyo-network/location-certainty-plugin'
|
package/xy.config.ts
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
|
|
1
|
+
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
|
|
2
2
|
const config: XyTsupConfig = {
|
|
3
3
|
compile: {
|
|
4
|
-
browser: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
},
|
|
9
|
-
neutral: {
|
|
10
|
-
src: {
|
|
11
|
-
entry: ['src/indexNode.ts'],
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
node: {
|
|
15
|
-
src: {
|
|
16
|
-
entry: ['src/indexNode.ts'],
|
|
17
|
-
},
|
|
18
|
-
},
|
|
4
|
+
browser: { src: { entry: ['src/indexBrowser.ts'] } },
|
|
5
|
+
neutral: { src: { entry: ['src/indexNode.ts'] } },
|
|
6
|
+
node: { src: { entry: ['src/indexNode.ts'] } },
|
|
19
7
|
},
|
|
20
8
|
}
|
|
21
9
|
|