@rbxts/replion 1.0.14 → 1.0.15

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/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  ## Install
4
4
  Install with [wally](https://wally.run/):\
5
- `Replion = "shouxtech/replion@1.0.14"`
5
+ `Replion = "shouxtech/replion@1.0.15"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/replion",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "src/init.lua",
6
6
  "scripts": {},
package/src/Server.lua CHANGED
@@ -135,7 +135,7 @@ function Server:_recursiveSignalCheck(currentPath: { string }, updateTree: any)
135
135
  end;
136
136
  end;
137
137
 
138
- function Server:set(path: {string}, value: any)
138
+ function Server:set(path: { string }, value: any)
139
139
  if self._destroyed then return; end;
140
140
 
141
141
  local topKey = path[1];