rxtutils 1.0.3 → 1.0.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,3 +1,3 @@
1
- export { default as Cache, ICache, ICacheOptions, StorageMap } from './cache/index.cjs';
1
+ export { default as Cache, ICache, ICacheOptions, StorageMap, StorageType } from './cache/index.cjs';
2
2
  export { ErrorHandlerReturnType, Options, RequestOptions, default as createBaseRequest } from './request/index.cjs';
3
3
  export { IHookStateInitAction, IHookStateInitialSetter, IHookStateResolvable, IHookStateSetAction, IHookStateSetter, default as createStateStore } from './createStateStore/index.cjs';
package/dist/es/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- export { default as Cache, ICache, ICacheOptions, StorageMap } from './cache/index.mjs';
1
+ export { default as Cache, ICache, ICacheOptions, StorageMap, StorageType } from './cache/index.mjs';
2
2
  export { ErrorHandlerReturnType, Options, RequestOptions, default as createBaseRequest } from './request/index.mjs';
3
3
  export { IHookStateInitAction, IHookStateInitialSetter, IHookStateResolvable, IHookStateSetAction, IHookStateSetter, default as createStateStore } from './createStateStore/index.mjs';
@@ -1,3 +1,3 @@
1
- export { default as Cache, ICache, ICacheOptions, StorageMap } from './cache/index.js';
1
+ export { default as Cache, ICache, ICacheOptions, StorageMap, StorageType } from './cache/index.js';
2
2
  export { ErrorHandlerReturnType, Options, RequestOptions, default as createBaseRequest } from './request/index.js';
3
3
  export { IHookStateInitAction, IHookStateInitialSetter, IHookStateResolvable, IHookStateSetAction, IHookStateSetter, default as createStateStore } from './createStateStore/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxtutils",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "dist/cjs/index.cjs",
5
5
  "module": "dist/es/index.mjs",
6
6
  "types": "dist/types/index.d.ts",