@equinor/fusion-query
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -17,3 +17,6 @@ import { ReplaySubject } from 'rxjs'; | ||
retry: createAction('client/retry', (payload) => ({ payload })), | ||
success: createAction('client/success', (payload, meta) => ({ payload, meta })), | ||
success: createAction('client/success', (payload, meta) => ({ | ||
payload, | ||
meta, | ||
})), | ||
cancel: createAction('client/cancel', (payload) => ({ payload })), | ||
@@ -20,0 +23,0 @@ failure: createAction('client/failure', (payload, meta) => ({ |
@@ -46,3 +46,3 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) { | ||
}; | ||
class Query { | ||
export class Query { | ||
get client() { | ||
@@ -154,4 +154,3 @@ return __classPrivateFieldGet(this, _Query_client, "f"); | ||
Query.extractQueryValue = queryValue; | ||
export { Query }; | ||
export default Query; | ||
//# sourceMappingURL=Query.js.map |
{ | ||
"name": "@equinor/fusion-query", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "WIP", | ||
@@ -60,4 +60,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@equinor/fusion-observable": "^8.0.2", | ||
"immer": "^9.0.16", | ||
"@equinor/fusion-observable": "^8.0.3", | ||
"rxjs": "^7.5.7", | ||
@@ -70,3 +69,3 @@ "uuid": "^9.0.0" | ||
"react": "^17.0.2", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -73,0 +72,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168436
5
77
1034
- Removedimmer@^9.0.16