@doist/twist-cli 2.36.2 → 2.36.3
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [2.36.3](https://github.com/Doist/twist-cli/compare/v2.36.2...v2.36.3) (2026-05-09)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** bump @doist/twist-sdk to 2.5.1 for Node 26 gzip fix ([#207](https://github.com/Doist/twist-cli/issues/207)) ([46732c6](https://github.com/Doist/twist-cli/commit/46732c6df42c13f15349e003fde379f25509f608))
|
|
6
|
+
|
|
1
7
|
## [2.36.2](https://github.com/Doist/twist-cli/compare/v2.36.1...v2.36.2) (2026-05-08)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doist/twist-cli",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.3",
|
|
4
4
|
"description": "TypeScript CLI for Twist",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"CHANGELOG.md"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@doist/twist-sdk": "2.5.
|
|
53
|
+
"@doist/twist-sdk": "2.5.1",
|
|
54
54
|
"@pnpm/tabtab": "0.5.4",
|
|
55
55
|
"chalk": "5.6.2",
|
|
56
56
|
"commander": "14.0.3",
|