eddev 2.2.2 → 2.2.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,5 +1,5 @@
1
1
  import { startTransition, useEffect, useState } from "react";
2
- let isSSR = true;
2
+ let isSSR = env.serverless;
3
3
  /**
4
4
  * Use this function to help with SSR edge-cases.
5
5
  *
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.2.2";
1
+ export declare const VERSION = "2.2.4";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- export const VERSION = "2.2.2";
1
+ export const VERSION = "2.2.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",