flightdeck 0.2.22 → 0.2.24

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.
@@ -1685,7 +1685,7 @@ var buildTransaction = (store, key, params, id) => {
1685
1685
  setIntoStore(child, ...ps);
1686
1686
  },
1687
1687
  run: (token, identifier = arbitrary()) => actUponStore(child, token, identifier),
1688
- find: (token, k) => findInStore(child, token, k),
1688
+ find: (...ps) => findInStore(store, ...ps),
1689
1689
  json: (token) => getJsonToken(child, token),
1690
1690
  dispose: (...ps) => {
1691
1691
  disposeFromStore(child, ...ps);
@@ -2182,7 +2182,7 @@ var registerSelector = (selectorKey, covered, store) => ({
2182
2182
  const state = withdraw(target, token);
2183
2183
  setAtomOrSelector(target, state, value);
2184
2184
  },
2185
- find: (token, key) => findInStore(store, token, key),
2185
+ find: (...args) => findInStore(store, ...args),
2186
2186
  json: (token) => getJsonToken(store, token)
2187
2187
  });
2188
2188
 
@@ -2403,8 +2403,8 @@ function createWritableSelectorFamily(store, options, internalRoles) {
2403
2403
  default: (key) => {
2404
2404
  const getFn = options.get(key);
2405
2405
  return getFn({
2406
- get: (...ps) => getFromStore(store, ...ps),
2407
- find: (token, k) => findInStore(store, token, k),
2406
+ get: (...args) => getFromStore(store, ...args),
2407
+ find: (...args) => findInStore(store, ...args),
2408
2408
  json: (token) => getJsonToken(store, token)
2409
2409
  });
2410
2410
  }
@@ -4776,5 +4776,5 @@ var FlightDeckLogger = class {
4776
4776
  };
4777
4777
 
4778
4778
  export { FLIGHTDECK_ERROR, FLIGHTDECK_INFO, FLIGHTDECK_LNAV_FORMAT, FLIGHTDECK_SETUP_PHASES, FLIGHTDECK_UPDATE_PHASES, FLIGHTDECK_WARN, FlightDeck, FlightDeckLogger, flightDeckLogSchema, isVersionNumber };
4779
- //# sourceMappingURL=chunk-DA573NJD.js.map
4780
- //# sourceMappingURL=chunk-DA573NJD.js.map
4779
+ //# sourceMappingURL=chunk-IUFRJGSW.js.map
4780
+ //# sourceMappingURL=chunk-IUFRJGSW.js.map