@xyo-network/system-payload-plugins 2.99.4 → 2.99.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.cjs +3 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/{index.js → index.mjs} +4 -2
- package/dist/{node/index.js.map → browser/index.mjs.map} +1 -1
- package/dist/neutral/index.cjs +3 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/{node/index.js → neutral/index.mjs} +4 -2
- package/dist/{browser/index.js.map → neutral/index.mjs.map} +1 -1
- package/dist/node/index.cjs +3 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/{neutral/index.js → node/index.mjs} +4 -2
- package/dist/{neutral/index.js.map → node/index.mjs.map} +1 -1
- package/package.json +9 -9
package/dist/browser/index.cjs
CHANGED
|
@@ -27,6 +27,8 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/info-system-payload-plugins"), module.exports);
|
|
29
29
|
var import_info_system_payload_plugins = require("@xyo-network/info-system-payload-plugins");
|
|
30
|
-
var SystemPlugins = [
|
|
30
|
+
var SystemPlugins = [
|
|
31
|
+
...import_info_system_payload_plugins.SystemInfoPayloadPlugins
|
|
32
|
+
];
|
|
31
33
|
var src_default = SystemPlugins;
|
|
32
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,qDAAd;AAEA,yCAAyC;AAGlC,IAAMA,gBAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["SystemPlugins","SystemInfoPayloadPlugins"]}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/info-system-payload-plugins";
|
|
3
3
|
import { SystemInfoPayloadPlugins } from "@xyo-network/info-system-payload-plugins";
|
|
4
|
-
var SystemPlugins = [
|
|
4
|
+
var SystemPlugins = [
|
|
5
|
+
...SystemInfoPayloadPlugins
|
|
6
|
+
];
|
|
5
7
|
var src_default = SystemPlugins;
|
|
6
8
|
export {
|
|
7
9
|
SystemPlugins,
|
|
8
10
|
src_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAASA,gCAAgC;AAGlC,IAAMC,gBAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["SystemInfoPayloadPlugins","SystemPlugins"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -27,6 +27,8 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/info-system-payload-plugins"), module.exports);
|
|
29
29
|
var import_info_system_payload_plugins = require("@xyo-network/info-system-payload-plugins");
|
|
30
|
-
var SystemPlugins = [
|
|
30
|
+
var SystemPlugins = [
|
|
31
|
+
...import_info_system_payload_plugins.SystemInfoPayloadPlugins
|
|
32
|
+
];
|
|
31
33
|
var src_default = SystemPlugins;
|
|
32
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,qDAAd;AAEA,yCAAyC;AAGlC,IAAMA,gBAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["SystemPlugins","SystemInfoPayloadPlugins"]}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/info-system-payload-plugins";
|
|
3
3
|
import { SystemInfoPayloadPlugins } from "@xyo-network/info-system-payload-plugins";
|
|
4
|
-
var SystemPlugins = [
|
|
4
|
+
var SystemPlugins = [
|
|
5
|
+
...SystemInfoPayloadPlugins
|
|
6
|
+
];
|
|
5
7
|
var src_default = SystemPlugins;
|
|
6
8
|
export {
|
|
7
9
|
SystemPlugins,
|
|
8
10
|
src_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAASA,gCAAgC;AAGlC,IAAMC,gBAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["SystemInfoPayloadPlugins","SystemPlugins"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -27,7 +27,9 @@ __export(src_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/info-system-payload-plugins"), module.exports);
|
|
29
29
|
var import_info_system_payload_plugins = require("@xyo-network/info-system-payload-plugins");
|
|
30
|
-
var SystemPlugins = [
|
|
30
|
+
var SystemPlugins = [
|
|
31
|
+
...import_info_system_payload_plugins.SystemInfoPayloadPlugins
|
|
32
|
+
];
|
|
31
33
|
var src_default = SystemPlugins;
|
|
32
34
|
// Annotate the CommonJS export names for ESM import in node:
|
|
33
35
|
0 && (module.exports = {
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,qDAAd;AAEA,yCAAyC;AAGlC,IAAMA,gBAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["SystemPlugins","SystemInfoPayloadPlugins"]}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/info-system-payload-plugins";
|
|
3
3
|
import { SystemInfoPayloadPlugins } from "@xyo-network/info-system-payload-plugins";
|
|
4
|
-
var SystemPlugins = [
|
|
4
|
+
var SystemPlugins = [
|
|
5
|
+
...SystemInfoPayloadPlugins
|
|
6
|
+
];
|
|
5
7
|
var src_default = SystemPlugins;
|
|
6
8
|
export {
|
|
7
9
|
SystemPlugins,
|
|
8
10
|
src_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAASA,gCAAgC;AAGlC,IAAMC,gBAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["SystemInfoPayloadPlugins","SystemPlugins"]}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/info-system-payload-plugins": "^2.99.
|
|
14
|
-
"@xyo-network/payload-plugin": "^2.
|
|
13
|
+
"@xyo-network/info-system-payload-plugins": "^2.99.5",
|
|
14
|
+
"@xyo-network/payload-plugin": "^2.111.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
18
|
-
"@xylabs/tsconfig": "^3.
|
|
19
|
-
"typescript": "^5.5.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.13",
|
|
18
|
+
"@xylabs/tsconfig": "^3.15.13",
|
|
19
|
+
"typescript": "^5.5.4"
|
|
20
20
|
},
|
|
21
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
22
22
|
"exports": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"import": {
|
|
30
30
|
"types": "./dist/browser/index.d.mts",
|
|
31
|
-
"default": "./dist/browser/index.
|
|
31
|
+
"default": "./dist/browser/index.mjs"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"import": {
|
|
40
40
|
"types": "./dist/node/index.d.mts",
|
|
41
|
-
"default": "./dist/node/index.
|
|
41
|
+
"default": "./dist/node/index.mjs"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
47
|
"main": "dist/node/index.cjs",
|
|
48
|
-
"module": "dist/node/index.
|
|
48
|
+
"module": "dist/node/index.mjs",
|
|
49
49
|
"types": "dist/node/index.d.ts",
|
|
50
50
|
"homepage": "https://xyo.network",
|
|
51
51
|
"license": "LGPL-3.0-only",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.99.
|
|
60
|
+
"version": "2.99.5",
|
|
61
61
|
"type": "module"
|
|
62
62
|
}
|