react-use-action-cable-ts
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-use-action-cable-ts", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Hooks to easily use Rails Action Cable in your React application", | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -8,0 +12,0 @@ "scripts": { |
10508