moparmeg 1.0.0 → 1.0.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.
- package/dist/cli.js +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +6 -7
package/dist/cli.js
CHANGED
|
@@ -180459,7 +180459,7 @@ var init_metadata = __esm(() => {
|
|
|
180459
180459
|
isClaudeAiAuth: isClaudeAISubscriber(),
|
|
180460
180460
|
version: "1.0.0",
|
|
180461
180461
|
versionBase: getVersionBase(),
|
|
180462
|
-
buildTime: "2026-04-04T05:
|
|
180462
|
+
buildTime: "2026-04-04T05:26:42.650Z",
|
|
180463
180463
|
deploymentEnvironment: env4.detectDeploymentEnvironment(),
|
|
180464
180464
|
...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
|
|
180465
180465
|
githubEventName: process.env.GITHUB_EVENT_NAME,
|
|
@@ -413418,7 +413418,7 @@ function getAnthropicEnvMetadata() {
|
|
|
413418
413418
|
function getBuildAgeMinutes() {
|
|
413419
413419
|
if (false)
|
|
413420
413420
|
;
|
|
413421
|
-
const buildTime = new Date("2026-04-04T05:
|
|
413421
|
+
const buildTime = new Date("2026-04-04T05:26:42.650Z").getTime();
|
|
413422
413422
|
if (isNaN(buildTime))
|
|
413423
413423
|
return;
|
|
413424
413424
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -506854,7 +506854,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
506854
506854
|
var call56 = async () => {
|
|
506855
506855
|
return {
|
|
506856
506856
|
type: "text",
|
|
506857
|
-
value: `${"1.0.0"} (built ${"2026-04-04T05:
|
|
506857
|
+
value: `${"1.0.0"} (built ${"2026-04-04T05:26:42.650Z"})`
|
|
506858
506858
|
};
|
|
506859
506859
|
}, version5, version_default;
|
|
506860
506860
|
var init_version = __esm(() => {
|
|
@@ -601235,6 +601235,6 @@ async function main2() {
|
|
|
601235
601235
|
}
|
|
601236
601236
|
main2();
|
|
601237
601237
|
|
|
601238
|
-
//# debugId=
|
|
601238
|
+
//# debugId=E67893CC9EC520EB64756E2164756E21
|
|
601239
601239
|
|
|
601240
601240
|
//# sourceMappingURL=cli.js.map
|