@common-stack/frontend-stack-react 8.2.5-alpha.34 → 8.3.1-alpha.0
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,4 +1,4 @@
|
|
|
1
|
-
import {Cluster}from'ioredis';import {UpstashRedisClient,IORedisClient}from'@common-stack/
|
|
1
|
+
import {Cluster}from'ioredis';import {UpstashRedisClient,IORedisClient}from'@common-stack/store-redis/lib/core/index.js';import {config}from'./env-config.server.js';let redisClient;
|
|
2
2
|
function getRedisClient(logger) {
|
|
3
3
|
if (!redisClient) {
|
|
4
4
|
// Initialize Redis client if it doesn't exist
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/frontend-stack-react",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.1-alpha.0",
|
|
4
4
|
"description": "Client Module for react app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -32,13 +32,14 @@
|
|
|
32
32
|
"@apollo/client": "^3.9.0",
|
|
33
33
|
"@cdm-logger/client": "^9.0.17",
|
|
34
34
|
"@cdm-logger/server": "^9.0.17",
|
|
35
|
-
"@common-stack/cache-api-server": "8.
|
|
36
|
-
"@common-stack/client-core": "8.
|
|
37
|
-
"@common-stack/client-react": "8.
|
|
38
|
-
"@common-stack/components-pro": "8.
|
|
39
|
-
"@common-stack/core": "8.
|
|
35
|
+
"@common-stack/cache-api-server": "8.3.1-alpha.0",
|
|
36
|
+
"@common-stack/client-core": "8.3.1-alpha.0",
|
|
37
|
+
"@common-stack/client-react": "8.3.1-alpha.0",
|
|
38
|
+
"@common-stack/components-pro": "8.3.1-alpha.0",
|
|
39
|
+
"@common-stack/core": "8.3.1-alpha.0",
|
|
40
40
|
"@common-stack/remix-router-redux": "8.2.5-alpha.15",
|
|
41
|
-
"@common-stack/server-core": "8.
|
|
41
|
+
"@common-stack/server-core": "8.3.1-alpha.0",
|
|
42
|
+
"@common-stack/store-redis": "8.3.1-alpha.0",
|
|
42
43
|
"@reduxjs/toolkit": "^2.2.6",
|
|
43
44
|
"@remix-run/express": "~2.15.3",
|
|
44
45
|
"@remix-run/node": "~2.15.3",
|
|
@@ -102,5 +103,5 @@
|
|
|
102
103
|
"typescript": {
|
|
103
104
|
"definition": "lib/index.d.ts"
|
|
104
105
|
},
|
|
105
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "896a0a80a57b2ec62925bdda9ed35e61cd5c1e9f"
|
|
106
107
|
}
|