@xyo-network/system-payload-plugins 2.57.5 → 2.57.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.
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "src/index.ts",
17
17
  "line": 9,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/plugins/packages/payload/packages/system/src/index.ts#L9"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/plugins/packages/payload/packages/system/src/index.ts#L9"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -207,7 +207,7 @@
207
207
  "fileName": "src/index.ts",
208
208
  "line": 6,
209
209
  "character": 13,
210
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/plugins/packages/payload/packages/system/src/index.ts#L6"
210
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/plugins/packages/payload/packages/system/src/index.ts#L6"
211
211
  }
212
212
  ],
213
213
  "type": {
@@ -17,7 +17,7 @@
17
17
  <h1>Variable XyoSystemPlugins<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature"><span class="tsd-kind-variable">Xyo<wbr/>System<wbr/>Plugins</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">PayloadPluginFunc</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
19
19
  <ul>
20
- <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/plugins/packages/payload/packages/system/src/index.ts#L6">src/index.ts:6</a></li></ul></aside></div>
20
+ <li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/plugins/packages/payload/packages/system/src/index.ts#L6">src/index.ts:6</a></li></ul></aside></div>
21
21
  <div class="col-sidebar">
22
22
  <div class="page-menu">
23
23
  <div class="tsd-navigation settings">
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/info-system-payload-plugins": "^2.57.5",
14
- "@xyo-network/payload-plugin": "^2.57.5"
13
+ "@xyo-network/info-system-payload-plugins": "^2.57.6",
14
+ "@xyo-network/payload-plugin": "^2.57.6"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.17.12",
18
- "@xylabs/tsconfig": "^2.17.12",
17
+ "@xylabs/ts-scripts-yarn3": "^2.17.13",
18
+ "@xylabs/tsconfig": "^2.17.13",
19
19
  "typescript": "^5.0.4"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.57.5"
54
+ "version": "2.57.6"
55
55
  }