@astral/mobx-query 1.2.0 → 1.2.1

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.
@@ -16,6 +16,10 @@ export class AuxiliaryQuery {
16
16
  * @description флаг обозначающий, что последний запрос был зафейлен
17
17
  */
18
18
  this.isError = false;
19
+ /**
20
+ * @description данные о последней ошибке
21
+ */
22
+ this.error = undefined;
19
23
  /**
20
24
  * @description флаг, обозначающий успешность завершения последнего запроса
21
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/mobx-query",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "dependencies": {