@anansi/cli 3.1.37 → 3.1.38

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [3.1.38](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.37...@anansi/cli@3.1.38) (2024-09-06)
7
+
8
+ ### 📝 Documentation
9
+
10
+ * No longer recommend installing yarn ([aa25c0b](https://github.com/ntucker/anansi/commit/aa25c0bd1bd144cad02e4a6d0069c118b721f64f))
11
+
6
12
  ### [3.1.37](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.36...@anansi/cli@3.1.37) (2024-09-06)
7
13
 
8
14
  **Note:** Version bump only for package @anansi/cli
package/README.md CHANGED
@@ -37,7 +37,7 @@ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
37
37
  Next install Anansi's CLI
38
38
 
39
39
  ```bash
40
- npm install -g @anansi/cli yarn
40
+ npm install -g @anansi/cli
41
41
  ```
42
42
 
43
43
  Then generate your new project:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/cli",
3
- "version": "3.1.37",
3
+ "version": "3.1.38",
4
4
  "description": "Fast React Web Apps",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  "@types/node": "^22.0.0"
56
56
  },
57
57
  "dependencies": {
58
- "@anansi/generator-js": "^12.6.0",
58
+ "@anansi/generator-js": "^12.6.1",
59
59
  "binary-version-check": "^6.1.0",
60
60
  "chalk": "^4.1.2",
61
61
  "commander": "^12.1.0",