@tanstack/query-core
Advanced tools
Comparing version 5.0.0-alpha.38 to 5.0.0-alpha.42
@@ -7,2 +7,3 @@ import { classPrivateFieldLooseBase as _classPrivateFieldLooseBase, classPrivateFieldLooseKey as _classPrivateFieldLooseKey } from './_virtual/_rollupPluginBabelHelpers.esm.js'; | ||
// TYPES | ||
var _queries = /*#__PURE__*/_classPrivateFieldLooseKey("queries"); | ||
@@ -9,0 +10,0 @@ // CLASS |
@@ -9,2 +9,3 @@ 'use strict'; | ||
// TYPES | ||
var _queries = /*#__PURE__*/_rollupPluginBabelHelpers.classPrivateFieldLooseKey("queries"); | ||
@@ -11,0 +12,0 @@ // CLASS |
@@ -33,5 +33,2 @@ import { classPrivateFieldLooseBase as _classPrivateFieldLooseBase, classPrivateFieldLooseKey as _classPrivateFieldLooseKey } from './_virtual/_rollupPluginBabelHelpers.esm.js'; | ||
class QueryObserver extends Subscribable { | ||
// This property keeps track of the last query with defined data. | ||
// It will be used to pass the previous data and query to the placeholder function between renders. | ||
constructor(client, options) { | ||
@@ -105,2 +102,4 @@ super(); | ||
}); | ||
// This property keeps track of the last query with defined data. | ||
// It will be used to pass the previous data and query to the placeholder function between renders. | ||
Object.defineProperty(this, _lastQueryWithDefinedData, { | ||
@@ -107,0 +106,0 @@ writable: true, |
@@ -35,5 +35,2 @@ 'use strict'; | ||
class QueryObserver extends subscribable.Subscribable { | ||
// This property keeps track of the last query with defined data. | ||
// It will be used to pass the previous data and query to the placeholder function between renders. | ||
constructor(client, options) { | ||
@@ -107,2 +104,4 @@ super(); | ||
}); | ||
// This property keeps track of the last query with defined data. | ||
// It will be used to pass the previous data and query to the placeholder function between renders. | ||
Object.defineProperty(this, _lastQueryWithDefinedData, { | ||
@@ -109,0 +108,0 @@ writable: true, |
@@ -5,2 +5,4 @@ import { focusManager } from './focusManager.esm.js'; | ||
// TYPES | ||
function defaultRetryDelay(failureCount) { | ||
@@ -7,0 +9,0 @@ return Math.min(1000 * 2 ** failureCount, 30000); |
@@ -7,2 +7,4 @@ 'use strict'; | ||
// TYPES | ||
function defaultRetryDelay(failureCount) { | ||
@@ -9,0 +11,0 @@ return Math.min(1000 * 2 ** failureCount, 30000); |
{ | ||
"name": "@tanstack/query-core", | ||
"version": "5.0.0-alpha.38", | ||
"version": "5.0.0-alpha.42", | ||
"description": "The framework agnostic core that powers TanStack Query", | ||
@@ -36,4 +36,6 @@ "author": "tannerlinsley", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"build": "pnpm build:rollup && pnpm build:types", | ||
"build:rollup": "rollup --config rollup.config.mjs", | ||
"build:types": "tsc --build" | ||
} | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 too big to display
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
2006584
22808