arvo-core 1.0.10 → 1.0.11

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.
@@ -92,5 +92,5 @@ export default class ArvoContract<TUri extends string = string, TType extends st
92
92
  * - accepts: An object containing the accepted input type and its JSON Schema representation
93
93
  * - emits: An array of objects, each containing an emitted event type and its JSON Schema representation
94
94
  */
95
- toJsonSchema(): Object;
95
+ toJsonSchema(): Record<string, any>;
96
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {