@akanjs/cli 1.0.19 → 1.0.20

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ > 🎉 **Akanjs v2 has been released!**
2
+ >
3
+ > This package is under maintenance for existing users, but we recommend using Akanjs v2 for new projects.
4
+ >
5
+ > For the unified and latest version package, please visit [akanjs](https://www.npmjs.com/package/akanjs).
6
+
1
7
  # ⚡ Akan.js CLI
2
8
 
3
9
  The official command-line interface for the Akan.js ecosystem, providing powerful development tools for creating, managing, and deploying modern web applications with ease.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "sourceType": "module",
4
4
  "name": "@akanjs/cli",
5
- "version": "1.0.19",
5
+ "version": "1.0.20",
6
6
  "bin": {
7
7
  "akan": "esm/index.js"
8
8
  },