gtx-cli 2.5.41 → 2.5.42

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.5.42
4
+
5
+ ### Patch Changes
6
+
7
+ - [#932](https://github.com/generaltranslation/gt/pull/932) [`dcdd751`](https://github.com/generaltranslation/gt/commit/dcdd7516edfe2e51ed633c79bc2045fb14fd938b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: compiler cli deps when installed at the same time caused an bug in npm with the esbuild version
8
+
3
9
  ## 2.5.41
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.5.41";
1
+ export declare const PACKAGE_VERSION = "2.5.42";
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const PACKAGE_VERSION = '2.5.41';
2
+ export const PACKAGE_VERSION = '2.5.42';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.5.41",
3
+ "version": "2.5.42",
4
4
  "main": "dist/index.js",
5
5
  "bin": "dist/main.js",
6
6
  "files": [
@@ -85,7 +85,7 @@
85
85
  "commander": "^12.1.0",
86
86
  "dotenv": "^16.4.5",
87
87
  "enhanced-resolve": "^5.18.3",
88
- "esbuild": "^0.25.4",
88
+ "esbuild": "^0.27.2",
89
89
  "fast-glob": "^3.3.3",
90
90
  "fast-json-stable-stringify": "^2.1.0",
91
91
  "gt-remark": "^1.0.1",