@xyo-network/plugins 2.47.9 → 2.47.10

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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -124481,7 +124481,7 @@
124481
124481
  "fileName": "plugins/src/index.ts",
124482
124482
  "line": 1,
124483
124483
  "character": 0,
124484
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/src/index.ts#L1"
124484
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/e042f7772ec/packages/plugins/src/index.ts#L1"
124485
124485
  }
124486
124486
  ]
124487
124487
  }
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-plugins": "^2.47.9",
14
- "@xyo-network/payloadset-plugins": "^2.47.9"
13
+ "@xyo-network/payload-plugins": "^2.47.10",
14
+ "@xyo-network/payloadset-plugins": "^2.47.10"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.15.0",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.47.9"
54
+ "version": "2.47.10"
55
55
  }