@funnycode/myclaude 0.1.97 → 0.1.98
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/myclaude.js +7 -5
- package/dist/myclaude.mjs +7 -5
- package/package.json +1 -1
package/dist/myclaude.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
// MACRO - build-time constants (injected by build.ts)
|
|
5
5
|
// MACRO injected by build script
|
|
6
6
|
globalThis.MACRO = {
|
|
7
|
-
VERSION: "0.1.
|
|
8
|
-
BUILD_TIME: "2026-07-
|
|
7
|
+
VERSION: "0.1.98",
|
|
8
|
+
BUILD_TIME: "2026-07-18T16:40:48.567Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117484,7 +117484,7 @@ var package_default;
|
|
|
117484
117484
|
var init_package = __esm(() => {
|
|
117485
117485
|
package_default = {
|
|
117486
117486
|
name: "@funnycode/myclaude",
|
|
117487
|
-
version: "0.1.
|
|
117487
|
+
version: "0.1.98",
|
|
117488
117488
|
private: false,
|
|
117489
117489
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117490
117490
|
license: "MIT",
|
|
@@ -453802,8 +453802,10 @@ async function fetchReferralEligibility(campaign = "claude_code_guest_pass") {
|
|
|
453802
453802
|
};
|
|
453803
453803
|
const url3 = `${getOauthConfig().BASE_API_URL}/api/oauth/organizations/${orgUUID}/referral/eligibility`;
|
|
453804
453804
|
let resolvePromise;
|
|
453805
|
-
|
|
453805
|
+
let rejectPromise;
|
|
453806
|
+
const promise3 = new Promise((resolve47, reject2) => {
|
|
453806
453807
|
resolvePromise = resolve47;
|
|
453808
|
+
rejectPromise = reject2;
|
|
453807
453809
|
});
|
|
453808
453810
|
fetchInProgressMap.set(orgUUID, promise3);
|
|
453809
453811
|
(async () => {
|
|
@@ -453817,7 +453819,7 @@ async function fetchReferralEligibility(campaign = "claude_code_guest_pass") {
|
|
|
453817
453819
|
} catch (error49) {
|
|
453818
453820
|
logError2(error49);
|
|
453819
453821
|
fetchInProgressMap.delete(orgUUID);
|
|
453820
|
-
|
|
453822
|
+
rejectPromise(error49);
|
|
453821
453823
|
}
|
|
453822
453824
|
})();
|
|
453823
453825
|
return promise3;
|
package/dist/myclaude.mjs
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
// MACRO - build-time constants (injected by build.ts)
|
|
5
5
|
// MACRO injected by build script
|
|
6
6
|
globalThis.MACRO = {
|
|
7
|
-
VERSION: "0.1.
|
|
8
|
-
BUILD_TIME: "2026-07-
|
|
7
|
+
VERSION: "0.1.98",
|
|
8
|
+
BUILD_TIME: "2026-07-18T16:40:48.567Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117484,7 +117484,7 @@ var package_default;
|
|
|
117484
117484
|
var init_package = __esm(() => {
|
|
117485
117485
|
package_default = {
|
|
117486
117486
|
name: "@funnycode/myclaude",
|
|
117487
|
-
version: "0.1.
|
|
117487
|
+
version: "0.1.98",
|
|
117488
117488
|
private: false,
|
|
117489
117489
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117490
117490
|
license: "MIT",
|
|
@@ -453802,8 +453802,10 @@ async function fetchReferralEligibility(campaign = "claude_code_guest_pass") {
|
|
|
453802
453802
|
};
|
|
453803
453803
|
const url3 = `${getOauthConfig().BASE_API_URL}/api/oauth/organizations/${orgUUID}/referral/eligibility`;
|
|
453804
453804
|
let resolvePromise;
|
|
453805
|
-
|
|
453805
|
+
let rejectPromise;
|
|
453806
|
+
const promise3 = new Promise((resolve47, reject2) => {
|
|
453806
453807
|
resolvePromise = resolve47;
|
|
453808
|
+
rejectPromise = reject2;
|
|
453807
453809
|
});
|
|
453808
453810
|
fetchInProgressMap.set(orgUUID, promise3);
|
|
453809
453811
|
(async () => {
|
|
@@ -453817,7 +453819,7 @@ async function fetchReferralEligibility(campaign = "claude_code_guest_pass") {
|
|
|
453817
453819
|
} catch (error49) {
|
|
453818
453820
|
logError2(error49);
|
|
453819
453821
|
fetchInProgressMap.delete(orgUUID);
|
|
453820
|
-
|
|
453822
|
+
rejectPromise(error49);
|
|
453821
453823
|
}
|
|
453822
453824
|
})();
|
|
453823
453825
|
return promise3;
|