@reactables/forms 0.7.1-alpha.1 → 0.7.1-alpha.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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1100,7 +1100,7 @@ var createReactable = function (initialBaseState, options, initialFormState) {
1100
1100
  effects: effects
1101
1101
  }, _b));
1102
1102
  }, {});
1103
- var _d = core.RxBuilder(__assign({ initialState: initialBaseState, name: "Stage 1 ".concat(name ? name : 'rxForm'), debug: debug, storeValue: storeValue, reducers: __assign({ updateValues: function (state, action, mergeChanges) {
1103
+ var _d = core.RxBuilder(__assign({ initialState: initialBaseState, name: "Stage 1 ".concat(name ? name : 'rxForm'), debug: debug, reducers: __assign({ updateValues: function (state, action, mergeChanges) {
1104
1104
  return updateValues(state, action, providers, mergeChanges);
1105
1105
  }, removeControl: function (state, action, mergeChanges) {
1106
1106
  return removeControl(state, action, providers, mergeChanges);
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "author": "David Lai",
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@reactables/core": "^0.7.1-alpha.1",
17
+ "@reactables/core": "^0.7.1-alpha.3",
18
18
  "lodash.isequal": "^4.5.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "lodash.clonedeep": "^4.5.0"
25
25
  },
26
- "version": "0.7.1-alpha.1"
26
+ "version": "0.7.1-alpha.3"
27
27
  }