as-model 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -258,5 +258,5 @@ export declare function config(configuration: Config): {
258
258
  createStore: typeof createStore;
259
259
  createKey: typeof createKey;
260
260
  createStores: typeof createStores;
261
- model: typeof model;
261
+ model: model;
262
262
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "as-model",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "description": "This is a model state management tool",
6
6
  "license": "MIT",
7
7
  "author": "Jimmy.Harding",