as-model 0.1.26 → 0.1.27

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.js CHANGED
@@ -975,7 +975,6 @@
975
975
  };
976
976
  signal.stopStatistics = function stopStatistics() {
977
977
  signalStore.started = false;
978
- signalStore.collection = {};
979
978
  };
980
979
  signal.subscribe = function subscribe(dispatchCallback) {
981
980
  return store.subscribe(dispatchCallback);
@@ -65,7 +65,6 @@ function createSignal(store) {
65
65
  };
66
66
  signal.stopStatistics = function stopStatistics() {
67
67
  signalStore.started = false;
68
- signalStore.collection = {};
69
68
  };
70
69
  signal.subscribe = function subscribe(dispatchCallback) {
71
70
  return store.subscribe(dispatchCallback);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "as-model",
4
- "version": "0.1.26",
4
+ "version": "0.1.27",
5
5
  "description": "This is a model state management tool",
6
6
  "license": "MIT",
7
7
  "author": "Jimmy.Harding",