@xyo-network/payload-plugin 5.1.23 → 5.1.24

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/package.json +8 -8
  2. package/src/Plugin.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/payload-plugin",
3
- "version": "5.1.23",
3
+ "version": "5.1.24",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -36,13 +36,13 @@
36
36
  "!**/*.test.*"
37
37
  ],
38
38
  "dependencies": {
39
- "@xylabs/assert": "~5.0.33",
40
- "@xylabs/object": "~5.0.33",
41
- "@xylabs/typeof": "~5.0.33",
42
- "@xyo-network/payload-builder": "~5.1.23",
43
- "@xyo-network/payload-model": "~5.1.23",
44
- "@xyo-network/payload-validator": "~5.1.23",
45
- "@xyo-network/payload-wrapper": "~5.1.23",
39
+ "@xylabs/assert": "~5.0.37",
40
+ "@xylabs/object": "~5.0.37",
41
+ "@xylabs/typeof": "~5.0.37",
42
+ "@xyo-network/payload-builder": "~5.1.24",
43
+ "@xyo-network/payload-model": "~5.1.24",
44
+ "@xyo-network/payload-validator": "~5.1.24",
45
+ "@xyo-network/payload-wrapper": "~5.1.24",
46
46
  "ajv": "~8.17.1"
47
47
  },
48
48
  "devDependencies": {
package/src/Plugin.ts CHANGED
@@ -16,4 +16,4 @@ export type PayloadPlugin<TPayload extends Payload = Payload> = {
16
16
  wrap?: (payload: Payload) => PayloadWrapper
17
17
  }
18
18
 
19
- /* Note: We use PartialWitnessConfig to allow people to config witnesses without having to pass in all the schema info */
19
+ /* We use PartialWitnessConfig to allow people to config witnesses without having to pass in all the schema info */