@funnycode/myclaude 0.1.6 → 0.1.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.7] - 2026-06-12
4
+
5
+ ### Fixed
6
+ - Force npm registry to refresh README display (added explicit readme field)
7
+
3
8
  ## [0.1.6] - 2026-06-12
4
9
 
5
10
  ### Fixed
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.6",
8
- BUILD_TIME: "2026-06-12T13:12:20.245Z",
7
+ VERSION: "0.1.7",
8
+ BUILD_TIME: "2026-06-12T13:15:43.792Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
+ "readme": "# @funnycode/myclaude\n\n**myclaude** — An open-source AI coding assistant that runs in your terminal.\nThis project is a fork/rebrand of Claude Code, committed to providing an independent, open AI coding experience.\n\nSee README.md for full documentation.",
6
7
  "license": "MIT",
7
8
  "type": "module",
8
9
  "packageManager": "bun@1.3.5",