@rbxts/charm
Advanced tools
Comparing version 0.6.2 to 0.7.0
{ | ||
"name": "@rbxts/charm", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "Atomic state management for Roblox", | ||
@@ -5,0 +5,0 @@ "main": "src/init.lua", |
@@ -293,2 +293,7 @@ export = Charm; | ||
atoms: Atoms; | ||
/** | ||
* Whether to ignore patches sent before the client has been hydrated. | ||
* Defaults to `true`. | ||
*/ | ||
ignoreUnhydrated?: boolean; | ||
} | ||
@@ -295,0 +300,0 @@ |
Sorry, the diff of this file is not supported yet
60488
319