@samet-it/be-redis-common 1.3.2 → 1.3.3

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 { EnvBase } from "@leyyo/env";
1
+ import { EnvBase } from "@samet-it/be-base-common";
2
2
  export interface RedisCommonConf extends EnvBase {
3
3
  /**
4
4
  * Redis Enabled
@@ -1 +1 @@
1
- export declare const loader_sametRedisCommon: import("@leyyo/common").LoaderLike;
1
+ export declare const loader_sametRedisCommon: import("@samet-it/be-base-common").LoaderLike;
@@ -1,4 +1,4 @@
1
- import { defineLoader } from "@leyyo/common";
1
+ import { defineLoader } from "@samet-it/be-base-common";
2
2
  import { FQN } from "./internal.js";
3
3
  import { loader_sametBaseCommon } from "@samet-it/be-base-common";
4
4
  import { loader_sametCacheCommon } from "@samet-it/be-cache-common/dist/index.loader.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samet-it/be-redis-common",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Redis common component",
5
5
  "keywords": [
6
6
  "redis",
@@ -68,8 +68,8 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@samet-it/be-base-common": "^1.3.4",
72
- "@samet-it/be-cache-common": "^1.3.5",
71
+ "@samet-it/be-base-common": "^1.3.6",
72
+ "@samet-it/be-cache-common": "^1.3.7",
73
73
  "redis": "^5.10.0"
74
74
  }
75
75
  }