modality-kit 0.14.16 → 0.14.17

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.
package/dist/index.js CHANGED
@@ -6037,6 +6037,7 @@ export {
6037
6037
  exports_schemas_symbol as SymbolTypes,
6038
6038
  SimpleCache,
6039
6039
  LruCache,
6040
+ JSONRPC_VERSION,
6040
6041
  JSONRPCUtils,
6041
6042
  JSONRPCManager,
6042
6043
  JSONRPCErrorCode,
@@ -14,7 +14,7 @@ export type { DataPendingOperation, PendingOperation } from "./util_pending";
14
14
  */
15
15
  export { JSONRPCUtils } from "./JSONRPCUtils";
16
16
  export { JSONRPCManager } from "./jsonrpc-manager";
17
- export { JSONRPCErrorCode } from "./schemas/jsonrpc";
17
+ export { JSONRPCErrorCode, JSONRPC_VERSION } from "./schemas/jsonrpc";
18
18
  export type { JSONRPCManagerEvents, JSONRPCManagerConfig, } from "./jsonrpc-manager";
19
19
  export type { JSONRPCMessage, JSONRPCRequest, JSONRPCNotification, JSONRPCResponse, JSONRPCBatchRequest, JSONRPCBatchResponse, JSONRPCErrorResponse, JSONRPCValidationResult, JSONRPCError, JSONRPCParams, JSONRPCId, CommandExecuteParams, NotificationSendParams, } from "./schemas/jsonrpc";
20
20
  export { ERROR_METHOD_NOT_FOUND } from "./jsonrpc-manager";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.14.16",
2
+ "version": "0.14.17",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",