@xyo-network/plugins 2.53.2 → 2.53.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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -133000,7 +133000,7 @@
133000
133000
  "fileName": "plugins/src/index.ts",
133001
133001
  "line": 1,
133002
133002
  "character": 0,
133003
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/49811225dbc/packages/plugins/src/index.ts#L1"
133003
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/plugins/src/index.ts#L1"
133004
133004
  }
133005
133005
  ]
133006
133006
  }
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.53.2",
14
- "@xyo-network/payloadset-plugins": "^2.53.2"
13
+ "@xyo-network/payload-plugins": "^2.53.3",
14
+ "@xyo-network/payloadset-plugins": "^2.53.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.16.1",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.53.2"
54
+ "version": "2.53.3"
55
55
  }