@xyo-network/payload-plugin 2.110.19 → 2.111.0

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.
@@ -71,4 +71,4 @@ export {
71
71
  createPayloadPlugin,
72
72
  defaultPayloadPluginFunctions
73
73
  };
74
- //# sourceMappingURL=index.js.map
74
+ //# sourceMappingURL=index.mjs.map
@@ -71,4 +71,4 @@ export {
71
71
  createPayloadPlugin,
72
72
  defaultPayloadPluginFunctions
73
73
  };
74
- //# sourceMappingURL=index.js.map
74
+ //# sourceMappingURL=index.mjs.map
@@ -73,4 +73,4 @@ export {
73
73
  createPayloadPlugin,
74
74
  defaultPayloadPluginFunctions
75
75
  };
76
- //# sourceMappingURL=index.js.map
76
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,16 +10,16 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.6.6",
14
- "@xylabs/object": "^3.6.6",
15
- "@xyo-network/payload-builder": "^2.110.19",
16
- "@xyo-network/payload-model": "^2.110.19",
17
- "@xyo-network/payload-validator": "^2.110.19",
18
- "@xyo-network/payload-wrapper": "^2.110.19"
13
+ "@xylabs/assert": "^3.6.8",
14
+ "@xylabs/object": "^3.6.8",
15
+ "@xyo-network/payload-builder": "^2.111.0",
16
+ "@xyo-network/payload-model": "^2.111.0",
17
+ "@xyo-network/payload-validator": "^2.111.0",
18
+ "@xyo-network/payload-wrapper": "^2.111.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
22
- "@xylabs/tsconfig": "^3.14.1",
21
+ "@xylabs/ts-scripts-yarn3": "^3.15.5",
22
+ "@xylabs/tsconfig": "^3.15.5",
23
23
  "typescript": "^5.5.4"
24
24
  },
25
25
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "import": {
34
34
  "types": "./dist/browser/index.d.mts",
35
- "default": "./dist/browser/index.js"
35
+ "default": "./dist/browser/index.mjs"
36
36
  }
37
37
  },
38
38
  "node": {
@@ -42,14 +42,14 @@
42
42
  },
43
43
  "import": {
44
44
  "types": "./dist/node/index.d.mts",
45
- "default": "./dist/node/index.js"
45
+ "default": "./dist/node/index.mjs"
46
46
  }
47
47
  }
48
48
  },
49
49
  "./package.json": "./package.json"
50
50
  },
51
51
  "main": "dist/node/index.cjs",
52
- "module": "dist/node/index.js",
52
+ "module": "dist/node/index.mjs",
53
53
  "types": "dist/node/index.d.mts",
54
54
  "homepage": "https://xyo.network",
55
55
  "license": "LGPL-3.0-only",
@@ -61,6 +61,6 @@
61
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
62
62
  },
63
63
  "sideEffects": false,
64
- "version": "2.110.19",
64
+ "version": "2.111.0",
65
65
  "type": "module"
66
66
  }
package/src/Plugin.ts CHANGED
@@ -14,4 +14,4 @@ export type PayloadPlugin<TPayload extends Payload = Payload> = {
14
14
  wrap?: (payload: Payload) => PayloadWrapper
15
15
  }
16
16
 
17
- /* Note: We use PartialWitnessConfig to allow people to config witnesses without having to pass in all the schema info*/
17
+ /* Note: We use PartialWitnessConfig to allow people to config witnesses without having to pass in all the schema info */
File without changes
File without changes
File without changes