@auto-engineer/generate-react-client 1.128.0 → 1.128.2
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 +25 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @auto-engineer/generate-react-client
|
|
2
2
|
|
|
3
|
+
## 1.128.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b1af764`](https://github.com/BeOnAuto/auto-engineer/commit/b1af764fd17c33716914902ce01d95b2923735e1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: return persist on settled success path to reset history between batches
|
|
8
|
+
- **global**: version packages
|
|
9
|
+
- Updated dependencies [[`b1af764`](https://github.com/BeOnAuto/auto-engineer/commit/b1af764fd17c33716914902ce01d95b2923735e1)]:
|
|
10
|
+
- @auto-engineer/file-upload@1.128.2
|
|
11
|
+
- @auto-engineer/message-bus@1.128.2
|
|
12
|
+
|
|
13
|
+
## 1.128.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **typical**: return persist on settled success path to reset history between batches
|
|
18
|
+
|
|
19
|
+
- [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
|
|
20
|
+
- **global**: version packages
|
|
21
|
+
- **global**: mark all ESLint removal bursts as done in ketchup plan
|
|
22
|
+
- **global**: remove dead eslint-disable comments across packages
|
|
23
|
+
- **global**: remove dead ESLint config references
|
|
24
|
+
- Updated dependencies [[`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8), [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad)]:
|
|
25
|
+
- @auto-engineer/file-upload@1.128.1
|
|
26
|
+
- @auto-engineer/message-bus@1.128.1
|
|
27
|
+
|
|
3
28
|
## 1.128.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"debug": "^4.4.1",
|
|
22
|
-
"@auto-engineer/file-upload": "1.128.
|
|
23
|
-
"@auto-engineer/message-bus": "1.128.
|
|
22
|
+
"@auto-engineer/file-upload": "1.128.2",
|
|
23
|
+
"@auto-engineer/message-bus": "1.128.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/debug": "^4.1.12"
|
|
27
27
|
},
|
|
28
|
-
"version": "1.128.
|
|
28
|
+
"version": "1.128.2",
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/starter && cp -r starter dist/",
|
|
31
31
|
"test-cli": "tsx test-cli.ts",
|