@common-stack/frontend-stack-react 8.3.1-alpha.0 → 8.3.1-alpha.2

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/store-redis/lib/core/index.js';import {config}from'./env-config.server.js';let redisClient;
1
+ import {Cluster}from'ioredis';import {UpstashRedisClient}from'@common-stack/store-redis/lib/core/upstash-redis.js';import {IORedisClient}from'@common-stack/store-redis/lib/core/ioredis.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.1-alpha.0",
3
+ "version": "8.3.1-alpha.2",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -32,14 +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.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",
35
+ "@common-stack/cache-api-server": "8.3.1-alpha.1",
36
+ "@common-stack/client-core": "8.3.1-alpha.1",
37
+ "@common-stack/client-react": "8.3.1-alpha.1",
38
+ "@common-stack/components-pro": "8.3.1-alpha.1",
39
+ "@common-stack/core": "8.3.1-alpha.1",
40
40
  "@common-stack/remix-router-redux": "8.2.5-alpha.15",
41
- "@common-stack/server-core": "8.3.1-alpha.0",
42
- "@common-stack/store-redis": "8.3.1-alpha.0",
41
+ "@common-stack/server-core": "8.3.1-alpha.1",
42
+ "@common-stack/store-redis": "8.3.1-alpha.1",
43
43
  "@reduxjs/toolkit": "^2.2.6",
44
44
  "@remix-run/express": "~2.15.3",
45
45
  "@remix-run/node": "~2.15.3",
@@ -103,5 +103,5 @@
103
103
  "typescript": {
104
104
  "definition": "lib/index.d.ts"
105
105
  },
106
- "gitHead": "896a0a80a57b2ec62925bdda9ed35e61cd5c1e9f"
106
+ "gitHead": "c73c3f69a76d6c6ec641dad28fb360c7b6710b9d"
107
107
  }