gtx-cli 2.5.29-bin.0 → 2.5.29-bin.1

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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.5.30-alpha.10";
1
+ export declare const PACKAGE_VERSION = "2.5.29-bin.1";
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const PACKAGE_VERSION = '2.5.30-alpha.10';
2
+ export const PACKAGE_VERSION = '2.5.29-bin.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.5.29-bin.0",
3
+ "version": "2.5.29-bin.1",
4
4
  "main": "dist/index.js",
5
5
  "bin": "dist/bin/bin-main.js",
6
6
  "files": [
@@ -133,7 +133,7 @@
133
133
  "build": "node scripts/generate-version.js && tsc",
134
134
  "build:clean": "sh ../../scripts/clean.sh && pnpm restore-bin-release && rm -rf binaries && pnpm run build",
135
135
  "build:release": "pnpm run build:clean",
136
- "build:bin": "tsc && sh scripts/build-exe.sh all",
136
+ "build:bin": "node scripts/generate-version.js && tsc && sh scripts/build-exe.sh all",
137
137
  "build:bin:clean": "sh ../../scripts/clean.sh && rm -rf binaries && pnpm run build:bin",
138
138
  "build:bin:release": "pnpm run build:bin:clean && pnpm run build:bin",
139
139
  "build:bin:darwin-x64": "sh scripts/build-exe.sh darwin-x64",