@anansi/cli 3.0.12 → 3.0.14

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/CHANGELOG.md +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.0.14](https://github.com/ntucker/anansi/compare/@anansi/cli@3.0.13...@anansi/cli@3.0.14) (2023-08-27)
7
+
8
+ ### 💅 Enhancement
9
+
10
+ * Rename based on Reactive Data Client usage ([#2146](https://github.com/ntucker/anansi/issues/2146)) ([43ce219](https://github.com/ntucker/anansi/commit/43ce21998642a6e9a64779b65f808d1aaaac0f29))
11
+
12
+ ### 📦 Package
13
+
14
+ * Update `execa` to v8 ([#2133](https://github.com/ntucker/anansi/issues/2133)) ([338108c](https://github.com/ntucker/anansi/commit/338108cda8f9edd8b5260178d5b43efa7018ddd5))
15
+
16
+ ### [3.0.13](https://github.com/ntucker/anansi/compare/@anansi/cli@3.0.12...@anansi/cli@3.0.13) (2023-07-29)
17
+
18
+ ### 📦 Package
19
+
20
+ * Update all non-major dependencies ([#2102](https://github.com/ntucker/anansi/issues/2102)) ([ad4be27](https://github.com/ntucker/anansi/commit/ad4be27a6a8c0a3377fd4db0fddac7d9ff7d90ad))
21
+
6
22
  ### [3.0.12](https://github.com/ntucker/anansi/compare/@anansi/cli@3.0.11...@anansi/cli@3.0.12) (2023-07-23)
7
23
 
8
24
  **Note:** Version bump only for package @anansi/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/cli",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "description": "Fast React Web Apps",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
6
6
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "yeoman-generator",
39
39
  "yeoman",
40
40
  "typescript",
41
- "rest-hooks",
41
+ "data-client",
42
42
  "webpack",
43
43
  "sdk",
44
44
  "scss",
@@ -54,11 +54,11 @@
54
54
  "@types/node": "^20.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "@anansi/generator-js": "^12.0.10",
57
+ "@anansi/generator-js": "^12.0.12",
58
58
  "bin-version-check": "^5.1.0",
59
59
  "chalk": "^4.1.2",
60
60
  "commander": "^11.0.0",
61
- "execa": "^7.1.1",
61
+ "execa": "^8.0.1",
62
62
  "import-meta-resolve": "^3.0.0",
63
63
  "latest-version": "^7.0.0",
64
64
  "yo": "^4.3.1"