socket-function 0.8.3 → 0.8.4

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.
@@ -1,10 +1,12 @@
1
+ module.allowclient = true;
2
+
1
3
  import { SocketFunction } from "../SocketFunction";
2
4
  import { cache, lazy } from "../src/caching";
3
5
  import * as fs from "fs";
4
6
 
5
7
  /** Hot reloads server and client files, just trigger a refresh clientside,
6
8
  * while triggering per file re-evaluation and export updates serverside.
7
- * - Requires HotReloadController to be exposed.
9
+ * - Requires HotReloadController to be exposed both serverside and clientside.
8
10
  */
9
11
  export function watchFilesAndTriggerHotReloading() {
10
12
  setInterval(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socket-function",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {