@chainfuse/helpers 3.2.5 → 3.2.7
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/discord.d.mts +1 -1
- package/dist/net.d.mts +1 -1
- package/package.json +8 -8
package/dist/discord.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExecutionContext } from '@cloudflare/workers-types/experimental';
|
|
2
2
|
import { CDN, type RESTOptions } from '@discordjs/rest';
|
|
3
|
-
import type { z } from 'zod';
|
|
3
|
+
import type { z } from 'zod/v3';
|
|
4
4
|
export declare class DiscordHelpers {
|
|
5
5
|
/**
|
|
6
6
|
* Discord Epoch, the first second of 2015 or 1420070400000
|
package/dist/net.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/helpers",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/helpers#readme",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@discordjs/rest": "^2.5.0",
|
|
52
52
|
"chalk": "^5.4.1",
|
|
53
|
-
"cloudflare": "^4.
|
|
53
|
+
"cloudflare": "^4.3.0",
|
|
54
54
|
"strip-ansi": "^7.1.0",
|
|
55
55
|
"uuid": "^11.1.0",
|
|
56
|
-
"zod": "^3.25.
|
|
56
|
+
"zod": "^3.25.20"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@builder.io/qwik-city": "^1.
|
|
60
|
-
"@chainfuse/types": "^2.10.
|
|
61
|
-
"@cloudflare/workers-types": "^4.
|
|
62
|
-
"@types/node": "^22.15.
|
|
59
|
+
"@builder.io/qwik-city": "^1.14.1",
|
|
60
|
+
"@chainfuse/types": "^2.10.12",
|
|
61
|
+
"@cloudflare/workers-types": "^4.20250521.0",
|
|
62
|
+
"@types/node": "^22.15.21",
|
|
63
63
|
"wrangler": "^4.16.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "8219e1206d620aa362f76107d3f7fe21e5c913b1"
|
|
66
66
|
}
|