@poolzin/pool-bot 2026.3.32 → 2026.3.34
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.
- package/dist/build-info.json +2 -2
- package/package.json +8 -1
package/dist/build-info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poolzin/pool-bot",
|
|
3
|
-
"version": "2026.3.
|
|
3
|
+
"version": "2026.3.34",
|
|
4
4
|
"description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -299,5 +299,12 @@
|
|
|
299
299
|
"gauge": "^5.0.2",
|
|
300
300
|
"tar": "^7.5.8",
|
|
301
301
|
"node-domexception": "^2.0.0"
|
|
302
|
+
},
|
|
303
|
+
"resolutions": {
|
|
304
|
+
"npmlog": "^7.0.1",
|
|
305
|
+
"are-we-there-yet": "^4.0.2",
|
|
306
|
+
"gauge": "^5.0.2",
|
|
307
|
+
"tar": "^7.5.8",
|
|
308
|
+
"node-domexception": "^2.0.0"
|
|
302
309
|
}
|
|
303
310
|
}
|