@trucore/atf 1.0.1 → 1.0.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.
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
// @trucore/atf v1.0.
|
|
5
|
-
// Built: 2026-02-
|
|
4
|
+
// @trucore/atf v1.0.2 — Agent Transaction Firewall CLI
|
|
5
|
+
// Built: 2026-02-27T23:06:46.876Z
|
|
6
6
|
// Commit: 809c30e
|
|
7
7
|
|
|
8
8
|
// ---- src/constants.mjs ----
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
* by build.mjs during the bundling step.
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
|
-
const VERSION = "1.0.
|
|
16
|
+
const VERSION = "1.0.2";
|
|
17
17
|
const DEFAULT_BASE_URL = "https://api.trucore.xyz";
|
|
18
18
|
const BUILD_COMMIT = "809c30e";
|
|
19
|
-
const BUILD_DATE = "2026-02-
|
|
19
|
+
const BUILD_DATE = "2026-02-27T23:06:46.876Z";
|
|
20
20
|
const SIMULATE_PATHS = ["/api/simulate", "/v1/simulate"];
|
|
21
21
|
|
|
22
22
|
// ---- src/redact.mjs ----
|