@plyaz/core 1.0.0 → 1.0.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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './domain';
2
2
  export * from './engine';
3
- export * from './cache';
3
+ export * from './base';
4
4
  export * from './backend';
5
5
  export * from './frontend';
6
6
  export * from './utils';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
package/dist/index.mjs CHANGED
@@ -971,7 +971,7 @@ var FeatureFlagEngine = class {
971
971
  }
972
972
  };
973
973
 
974
- // src/cache/strategies/memory.ts
974
+ // src/base/cache/strategies/memory.ts
975
975
  var MemoryCacheStrategy = class {
976
976
  static {
977
977
  __name(this, "MemoryCacheStrategy");
@@ -1151,7 +1151,7 @@ var MemoryCacheStrategy = class {
1151
1151
  }
1152
1152
  };
1153
1153
 
1154
- // src/cache/strategies/redis.ts
1154
+ // src/base/cache/strategies/redis.ts
1155
1155
  var RedisCacheStrategy = class {
1156
1156
  /**
1157
1157
  * Creates a new Redis cache strategy.
@@ -1331,7 +1331,7 @@ var RedisCacheStrategy = class {
1331
1331
  }
1332
1332
  };
1333
1333
 
1334
- // src/cache/index.ts
1334
+ // src/base/cache/index.ts
1335
1335
  var CacheManager = class {
1336
1336
  /**
1337
1337
  * Creates a new cache manager with the specified configuration.