@funnycode/myclaude 0.1.115 → 0.1.116

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 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.115",
8
- BUILD_TIME: "2026-07-21T18:00:14.161Z",
7
+ VERSION: "0.1.116",
8
+ BUILD_TIME: "2026-07-21T19:45:42.352Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -117115,7 +117115,7 @@ var package_default;
117115
117115
  var init_package = __esm(() => {
117116
117116
  package_default = {
117117
117117
  name: "@funnycode/myclaude",
117118
- version: "0.1.115",
117118
+ version: "0.1.116",
117119
117119
  private: false,
117120
117120
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117121
117121
  license: "MIT",
@@ -300858,6 +300858,7 @@ function memoizeWithTTL(fn, ttlMs) {
300858
300858
  return refreshPromise;
300859
300859
  } finally {
300860
300860
  release();
300861
+ keyMutexes.delete(key2);
300861
300862
  }
300862
300863
  }
300863
300864
  try {
@@ -300875,6 +300876,7 @@ function memoizeWithTTL(fn, ttlMs) {
300875
300876
  clear: () => {
300876
300877
  originalClear();
300877
300878
  lastCachedAt = 0;
300879
+ keyMutexes.clear();
300878
300880
  }
300879
300881
  };
300880
300882
  return wrapped;
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.115",
8
- BUILD_TIME: "2026-07-21T18:00:14.161Z",
7
+ VERSION: "0.1.116",
8
+ BUILD_TIME: "2026-07-21T19:45:42.352Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -117115,7 +117115,7 @@ var package_default;
117115
117115
  var init_package = __esm(() => {
117116
117116
  package_default = {
117117
117117
  name: "@funnycode/myclaude",
117118
- version: "0.1.115",
117118
+ version: "0.1.116",
117119
117119
  private: false,
117120
117120
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117121
117121
  license: "MIT",
@@ -300858,6 +300858,7 @@ function memoizeWithTTL(fn, ttlMs) {
300858
300858
  return refreshPromise;
300859
300859
  } finally {
300860
300860
  release();
300861
+ keyMutexes.delete(key2);
300861
300862
  }
300862
300863
  }
300863
300864
  try {
@@ -300875,6 +300876,7 @@ function memoizeWithTTL(fn, ttlMs) {
300875
300876
  clear: () => {
300876
300877
  originalClear();
300877
300878
  lastCachedAt = 0;
300879
+ keyMutexes.clear();
300878
300880
  }
300879
300881
  };
300880
300882
  return wrapped;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.115",
3
+ "version": "0.1.116",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",