@astral/mobx-query 1.18.1 → 1.18.2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -437,7 +437,7 @@ await editDocMutation.async({ params: { id: 'docID', name: 'test' } });
437
437
 
438
438
  ```ts
439
439
  class DocStore {
440
- private readonly creationDocMutation: Mutation<DocsDTO.CreateDocResponse, DocsDTO.CreateDocInput>;
440
+ private readonly creationDocMutation;
441
441
 
442
442
  public constructor(
443
443
  private readonly _docsFetcher: DocsFetcher,
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "peerDependencies": {
11
11
  "mobx": "^6.0.0"
12
12
  },
13
- "version": "1.18.1",
13
+ "version": "1.18.2",
14
14
  "author": "Astral.Soft",
15
15
  "license": "MIT",
16
16
  "repository": {