@trakit/sync 0.0.49 → 0.0.50

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/index.d.ts CHANGED
@@ -19,7 +19,7 @@ import { TrakitSocketCommander, TrakitSocketStatus } from "./WebSocket/TrakitSoc
19
19
  /**
20
20
  * Version number for this release.
21
21
  */
22
- export declare const version = "0.0.49";
22
+ export declare const version = "0.0.50";
23
23
  /**
24
24
  * API exports
25
25
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trakit/sync",
3
3
  "type": "module",
4
- "version": "0.0.49",
4
+ "version": "0.0.50",
5
5
  "main": "./trakit-sync.min.js",
6
6
  "types": "./index.d.ts",
7
7
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  "vitest": "^4.0.7"
36
36
  },
37
37
  "dependencies": {
38
- "@trakit/commands": "^0.0.24",
38
+ "@trakit/commands": "^0.0.25",
39
39
  "@trakit/objects": "^0.0.28"
40
40
  }
41
41
  }
@@ -4,4 +4,4 @@ function e(e,t){return{errorCode:h.unknown,message:"Client exception",errorDetai
4
4
  * {@link https://github.com/trakitwireless/trakit-ts-sync|Client synchronization library.}
5
5
  * Last updated on Thu Feb 27 2025 11:59:01
6
6
  * @copyright Trak-iT Wireless Inc. 2025
7
- */const Er="0.0.49";export{Cr as SubscribedRegions,pr as TrakitBaseCommander,or as TrakitEvent,cr as TrakitEventAccount,dr as TrakitEventDelete,hr as TrakitEventList,Mr as TrakitEventSocketClose,Ar as TrakitEventSocketMessage,ar as TrakitEventSync,ur as TrakitEventUpdate,lr as TrakitObjectCommander,vr as TrakitRestfulCommander,Ur as TrakitSocketCommander,Gr as TrakitSocketStatus,Jr as TrakitSyncCommander,e as createClientErrorResponse,n as createCorsRequest,s as fetchJsonObject,i as payloadToCommandName,r as payloadToVerbRoute,Er as version};
7
+ */const Er="0.0.50";export{Cr as SubscribedRegions,pr as TrakitBaseCommander,or as TrakitEvent,cr as TrakitEventAccount,dr as TrakitEventDelete,hr as TrakitEventList,Mr as TrakitEventSocketClose,Ar as TrakitEventSocketMessage,ar as TrakitEventSync,ur as TrakitEventUpdate,lr as TrakitObjectCommander,vr as TrakitRestfulCommander,Ur as TrakitSocketCommander,Gr as TrakitSocketStatus,Jr as TrakitSyncCommander,e as createClientErrorResponse,n as createCorsRequest,s as fetchJsonObject,i as payloadToCommandName,r as payloadToVerbRoute,Er as version};