blueprint-tsa 1.1.1 → 1.1.2
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.
|
@@ -4,9 +4,9 @@ export declare class Sym {
|
|
|
4
4
|
static ERR: string;
|
|
5
5
|
static WAIT: string;
|
|
6
6
|
}
|
|
7
|
-
export declare const TSA_VERSION = "v0.5.
|
|
8
|
-
export declare const TSA_NAME = "tsa-cli-v0.5.
|
|
9
|
-
export declare const TSA_URL = "https://github.com/espritoxyz/tsa/releases/download/v0.5.
|
|
7
|
+
export declare const TSA_VERSION = "v0.5.4";
|
|
8
|
+
export declare const TSA_NAME = "tsa-cli-v0.5.4.jar";
|
|
9
|
+
export declare const TSA_URL = "https://github.com/espritoxyz/tsa/releases/download/v0.5.4/tsa-cli.jar";
|
|
10
10
|
export declare const DRAIN_CHECK_SYMBOLIC_FILENAME = "drain-check-symbolic.fc";
|
|
11
11
|
export declare const DRAIN_CHECK_CONCRETE_FILENAME = "drain-check-concrete.fc";
|
|
12
12
|
export declare const DRAIN_CHECK_ID = "drain-check";
|
package/dist/common/constants.js
CHANGED
|
@@ -8,7 +8,7 @@ Sym.OK = "✅";
|
|
|
8
8
|
Sym.WARN = "⚠️";
|
|
9
9
|
Sym.ERR = "❌";
|
|
10
10
|
Sym.WAIT = "⏳";
|
|
11
|
-
exports.TSA_VERSION = "v0.5.
|
|
11
|
+
exports.TSA_VERSION = "v0.5.4";
|
|
12
12
|
exports.TSA_NAME = `tsa-cli-${exports.TSA_VERSION}.jar`;
|
|
13
13
|
exports.TSA_URL = `https://github.com/espritoxyz/tsa/releases/download/${exports.TSA_VERSION}/tsa-cli.jar`;
|
|
14
14
|
exports.DRAIN_CHECK_SYMBOLIC_FILENAME = "drain-check-symbolic.fc";
|