@xyo-network/info-system-plugins 2.99.4 → 2.99.6

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.
@@ -7,4 +7,4 @@ export {
7
7
  SystemInfoPlugins,
8
8
  browser_default as default
9
9
  };
10
- //# sourceMappingURL=index.js.map
10
+ //# sourceMappingURL=index.mjs.map
@@ -8,4 +8,4 @@ export {
8
8
  SystemInfoPlugins,
9
9
  src_default as default
10
10
  };
11
- //# sourceMappingURL=index.js.map
11
+ //# sourceMappingURL=index.mjs.map
@@ -7,4 +7,4 @@ export {
7
7
  SystemInfoPlugins,
8
8
  node_default as default
9
9
  };
10
- //# sourceMappingURL=index.js.map
10
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/bowser-system-info-payload-plugin": "^2.99.4",
14
- "@xyo-network/bowser-system-info-plugin": "^2.99.4",
15
- "@xyo-network/node-system-info-plugin": "^2.99.4",
16
- "@xyo-network/payloadset-plugin": "^2.110.6"
13
+ "@xyo-network/bowser-system-info-payload-plugin": "^2.99.6",
14
+ "@xyo-network/bowser-system-info-plugin": "^2.99.6",
15
+ "@xyo-network/node-system-info-plugin": "^2.99.6",
16
+ "@xyo-network/payloadset-plugin": "^2.111.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.12.2",
20
- "@xylabs/tsconfig": "^3.12.2",
21
- "typescript": "^5.5.3"
19
+ "@xylabs/ts-scripts-yarn3": "^3.15.14",
20
+ "@xylabs/tsconfig": "^3.15.14",
21
+ "typescript": "^5.5.4"
22
22
  },
23
23
  "description": "Typescript/Javascript Plugins for XYO Platform",
24
24
  "exports": {
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "import": {
32
32
  "types": "./dist/browser/index.d.mts",
33
- "default": "./dist/browser/index.js"
33
+ "default": "./dist/browser/index.mjs"
34
34
  }
35
35
  },
36
36
  "node": {
@@ -40,14 +40,14 @@
40
40
  },
41
41
  "import": {
42
42
  "types": "./dist/node/index.d.mts",
43
- "default": "./dist/node/index.js"
43
+ "default": "./dist/node/index.mjs"
44
44
  }
45
45
  }
46
46
  },
47
47
  "./package.json": "./package.json"
48
48
  },
49
49
  "main": "dist/node/index.cjs",
50
- "module": "dist/node/index.js",
50
+ "module": "dist/node/index.mjs",
51
51
  "types": "dist/node/index.d.mts",
52
52
  "type": "module",
53
53
  "homepage": "https://xyo.network",
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/XYOracleNetwork/plugins.git"
61
61
  },
62
62
  "sideEffects": false,
63
- "version": "2.99.4"
63
+ "version": "2.99.6"
64
64
  }
File without changes
File without changes
File without changes