@quickdapp/cli 3.11.1 → 3.11.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7793,7 +7793,7 @@ Next steps:`);
7793
7793
  console.log(` bun run dev`);
7794
7794
  console.log(`
7795
7795
  \uD83D\uDCA1 Using an AI code editor? Install the QuickDapp LLM plugin for a better experience:`);
7796
- console.log(` https://docs.quickdapp.xyz/vibe-coding/llm-plugins`);
7796
+ console.log(` https://quickdapp.xyz/docs/latest/vibe-coding/llm-plugins`);
7797
7797
  } catch (error) {
7798
7798
  console.error(`
7799
7799
  Error:`, error instanceof Error ? error.message : String(error));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickdapp/cli",
3
- "version": "3.11.1",
3
+ "version": "3.11.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },