@webkrafters/react-observable-context 4.1.6 → 4.1.7

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.
@@ -14,7 +14,7 @@ export function createContext<T extends import("../types").State>(): ObservableC
14
14
  * @template {State} STATE
15
15
  * @template {SelectorMap<STATE>} [SELECTOR_MAP=SelectorMap<STATE>]
16
16
  * @see {ObservableContext<STATE,SELECTOR_MAP>}
17
- * @exampleS
17
+ * @example
18
18
  * a valid property path follows the `lodash` object property path convention.
19
19
  * for a state = { a: 1, b: 2, c: 3, d: { e: 5, f: [6, { x: 7, y: 8, z: 9 } ] } }
20
20
  * Any of the following is an applicable selector map.
package/package.json CHANGED
@@ -133,5 +133,5 @@
133
133
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
134
134
  },
135
135
  "types": "dist/main/index.d.ts",
136
- "version": "4.1.6"
136
+ "version": "4.1.7"
137
137
  }