@xyo-network/info-system-plugins 3.0.1 → 3.0.3
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.mjs.map +1 -1
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/node/index.mjs.map +1 -1
- package/package.json +9 -9
- package/src/browser/index.ts +1 -1
- package/src/index.ts +1 -1
- package/src/node/index.ts +1 -1
- package/xy.config.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,oBAA4C,CAAC,sBAAsB;AAGhF,IAAO,kBAAQ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,oBAA4C,CAAC,sBAAsB;AAGhF,IAAO,kBAAQ;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAGtG,IAAO,cAAQ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAGtG,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,oBAAoB;AAG9E,IAAO,eAAQ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,oBAAoB;AAG9E,IAAO,eAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
},
|
|
8
8
|
"bugs": {
|
|
9
9
|
"email": "support@xyo.network",
|
|
10
|
-
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
10
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/bowser-system-info-payload-plugin": "^3.0.
|
|
14
|
-
"@xyo-network/bowser-system-info-plugin": "^3.0.
|
|
15
|
-
"@xyo-network/node-system-info-plugin": "^3.0.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "^3.0.
|
|
13
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^3.0.3",
|
|
14
|
+
"@xyo-network/bowser-system-info-plugin": "^3.0.3",
|
|
15
|
+
"@xyo-network/node-system-info-plugin": "^3.0.3",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "^3.0.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
|
20
|
-
"@xylabs/tsconfig": "^4.0.0-rc.
|
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
|
|
20
|
+
"@xylabs/tsconfig": "^4.0.0-rc.20",
|
|
21
21
|
"typescript": "^5.5.4"
|
|
22
22
|
},
|
|
23
23
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
|
-
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
47
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins.git"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
|
-
"version": "3.0.
|
|
50
|
+
"version": "3.0.3"
|
|
51
51
|
}
|
package/src/browser/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from '@xyo-network/bowser-system-info-plugin'
|
|
2
2
|
|
|
3
3
|
import { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
4
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
5
5
|
|
|
6
6
|
export const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]
|
|
7
7
|
|
package/src/index.ts
CHANGED
|
@@ -2,7 +2,7 @@ export * from '@xyo-network/bowser-system-info-payload-plugin'
|
|
|
2
2
|
|
|
3
3
|
import { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'
|
|
4
4
|
import { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'
|
|
5
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
5
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
6
6
|
|
|
7
7
|
export const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]
|
|
8
8
|
|
package/src/node/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from '@xyo-network/node-system-info-plugin'
|
|
2
2
|
|
|
3
3
|
import { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
4
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
5
5
|
|
|
6
6
|
export const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]
|
|
7
7
|
|
package/xy.config.ts
CHANGED