cross-state 1.9.4 → 1.9.5

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.cjs CHANGED
@@ -87,6 +87,7 @@ function findOrDefault(array, predicate, defaultValue) {
87
87
  //#endregion
88
88
  exports.Cache = require_scope.Cache;
89
89
  exports.InstanceCache = require_scope.InstanceCache;
90
+ exports.PagedCache = PagedCache;
90
91
  exports.ResourceGroup = require_scope.ResourceGroup;
91
92
  exports.Scope = require_scope.Scope;
92
93
  exports.Store = require_store.Store;
package/dist/index.js CHANGED
@@ -85,5 +85,5 @@ function findOrDefault(array, predicate, defaultValue) {
85
85
  }
86
86
 
87
87
  //#endregion
88
- export { Cache, InstanceCache, ResourceGroup, Scope, Store, allResources, applyPatches, arrayMethods, calcDuration, createCache, createPagedCache, createResourceGroup, createScope, createStore, deepEqual, diff, findOrDefault, fromExtendedJson, fromExtendedJsonString, get, hash, mapMethods, persist, recordMethods, set, setMethods, shallowEqual, simpleHash, strictEqual, toExtendedJson, toExtendedJsonString };
88
+ export { Cache, InstanceCache, PagedCache, ResourceGroup, Scope, Store, allResources, applyPatches, arrayMethods, calcDuration, createCache, createPagedCache, createResourceGroup, createScope, createStore, deepEqual, diff, findOrDefault, fromExtendedJson, fromExtendedJsonString, get, hash, mapMethods, persist, recordMethods, set, setMethods, shallowEqual, simpleHash, strictEqual, toExtendedJson, toExtendedJsonString };
89
89
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-state",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "(React) state library",
5
5
  "license": "ISC",
6
6
  "repository": "schummar/cross-state",