@trakit/react 0.0.6 → 0.0.7
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 +1 -1
- package/package.json +2 -2
- package/trakit-react.min.js +1 -1
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trakit/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"main": "./trakit-react.min.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@trakit/commands": "^0.1.2",
|
|
39
39
|
"@trakit/objects": "^0.1.2",
|
|
40
|
-
"@trakit/sync": "^0.1.
|
|
40
|
+
"@trakit/sync": "^0.1.4",
|
|
41
41
|
"@types/react": "^19.2.17"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
package/trakit-react.min.js
CHANGED
|
@@ -4,4 +4,4 @@ function n({children:n,restAddress:t,socketAddress:r}){return l(A,{children:l(e,
|
|
|
4
4
|
* {@link https://github.com/trakitwireless/trakit-ts-react|ReactJS controls.}
|
|
5
5
|
* Last updated on Thu June 11 2026 15:43:01
|
|
6
6
|
* @copyright Trak-iT Wireless Inc. 2026
|
|
7
|
-
*/import{jsx as l}from"react/jsx-runtime";import{Machine as d,storage as a}from"@trakit/objects";import{TrakitSyncCommander as f,TrakitRestfulCommander as m,TrakitSocketCommander as p}from"@trakit/sync";import{createContext as h,useRef as w,useState as g,useEffect as k,useContext as y,useSyncExternalStore as x}from"react";import{CookiesProvider as A,useCookies as b}from"react-cookie";const j="ghostId",I="aK",v="aS",D={path:"/",secure:!0,sameSite:"strict",expires:new Date(0)},z=h(null),C="0.0.
|
|
7
|
+
*/import{jsx as l}from"react/jsx-runtime";import{Machine as d,storage as a}from"@trakit/objects";import{TrakitSyncCommander as f,TrakitRestfulCommander as m,TrakitSocketCommander as p}from"@trakit/sync";import{createContext as h,useRef as w,useState as g,useEffect as k,useContext as y,useSyncExternalStore as x}from"react";import{CookiesProvider as A,useCookies as b}from"react-cookie";const j="ghostId",I="aK",v="aS",D={path:"/",secure:!0,sameSite:"strict",expires:new Date(0)},z=h(null),C="0.0.7";export{n as ConnectionProvider,t as useConnection,s as useIsOnline,u as useSingle,c as useSync,C as version};
|