@funnycode/myclaude 0.1.100 → 0.1.101

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.100",
8
- BUILD_TIME: "2026-07-18T19:30:33.653Z",
7
+ VERSION: "0.1.101",
8
+ BUILD_TIME: "2026-07-18T21:06:13.336Z",
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.100",
117487
+ version: "0.1.101",
117488
117488
  private: false,
117489
117489
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117490
117490
  license: "MIT",
@@ -301266,8 +301266,8 @@ async function fetchAndStoreGroveConfig(accountId) {
301266
301266
  mutex = new Mutex;
301267
301267
  groveConfigMutexes.set(accountId, mutex);
301268
301268
  }
301269
- mapRelease();
301270
301269
  const release = await mutex.acquire();
301270
+ mapRelease();
301271
301271
  try {
301272
301272
  let lastError;
301273
301273
  for (let attempt = 0;attempt < 3; attempt++) {
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.100",
8
- BUILD_TIME: "2026-07-18T19:30:33.653Z",
7
+ VERSION: "0.1.101",
8
+ BUILD_TIME: "2026-07-18T21:06:13.336Z",
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.100",
117487
+ version: "0.1.101",
117488
117488
  private: false,
117489
117489
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
117490
117490
  license: "MIT",
@@ -301266,8 +301266,8 @@ async function fetchAndStoreGroveConfig(accountId) {
301266
301266
  mutex = new Mutex;
301267
301267
  groveConfigMutexes.set(accountId, mutex);
301268
301268
  }
301269
- mapRelease();
301270
301269
  const release = await mutex.acquire();
301270
+ mapRelease();
301271
301271
  try {
301272
301272
  let lastError;
301273
301273
  for (let attempt = 0;attempt < 3; attempt++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",