gramio 0.4.13 → 0.4.14
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gramio",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.14",
|
|
5
5
|
"description": "Powerful, extensible and really type-safe Telegram Bot API framework",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -48,23 +48,23 @@
|
|
|
48
48
|
"type": "tsc --noEmit",
|
|
49
49
|
"lint": "bunx @biomejs/biome check ./src",
|
|
50
50
|
"lint:fix": "bun lint --apply",
|
|
51
|
-
"prepublishOnly": "bunx pkgroll",
|
|
51
|
+
"prepublishOnly": "bun test && bunx tsc --noEmit && bunx pkgroll",
|
|
52
52
|
"jsr": "bun scripts/release-jsr.ts",
|
|
53
53
|
"try-deno": "deno publish --unstable-sloppy-imports --dry-run --allow-slow-types --allow-dirty"
|
|
54
54
|
},
|
|
55
55
|
"author": "kravets",
|
|
56
56
|
"license": "MIT",
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@biomejs/biome": "2.3.
|
|
58
|
+
"@biomejs/biome": "2.3.15",
|
|
59
59
|
"@types/bun": "^1.3.9",
|
|
60
60
|
"@types/debug": "^4.1.12",
|
|
61
61
|
"expect-type": "^1.3.0",
|
|
62
|
-
"pkgroll": "^2.
|
|
62
|
+
"pkgroll": "^2.25.2",
|
|
63
63
|
"typescript": "^5.9.3"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@gramio/callback-data": "^0.0.3",
|
|
67
|
-
"@gramio/contexts": "^0.
|
|
67
|
+
"@gramio/contexts": "^0.4.0",
|
|
68
68
|
"@gramio/files": "^0.3.0",
|
|
69
69
|
"@gramio/format": "^0.3.4",
|
|
70
70
|
"@gramio/keyboards": "^1.3.0",
|