arvo-core 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {