@auto-engineer/generate-react-client 1.14.0 → 1.15.0

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @auto-engineer/generate-react-client
2
2
 
3
+ ## 1.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c94c72e`](https://github.com/BeOnAuto/auto-engineer/commit/c94c72ea47ee902caff8e41e6fdeee6d514fff5d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: adds app implementer to auto config
8
+ - **global**: version packages
9
+
10
+ - [`a8a75f0`](https://github.com/BeOnAuto/auto-engineer/commit/a8a75f058bc9f640294c46a4e62f24de28e90d2f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added client and server integration to the typical example for improved loading speed
11
+
12
+ ### Patch Changes
13
+
14
+ - [`08b53d0`](https://github.com/BeOnAuto/auto-engineer/commit/08b53d0063263fca60d781ded67b50cfbcb1974f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an issue where the postinstall script could dirty the git tree in CI environments
15
+ - Improved publish reliability by resetting the working tree before pulling latest changes
16
+ - Updated dependencies [[`08b53d0`](https://github.com/BeOnAuto/auto-engineer/commit/08b53d0063263fca60d781ded67b50cfbcb1974f), [`c94c72e`](https://github.com/BeOnAuto/auto-engineer/commit/c94c72ea47ee902caff8e41e6fdeee6d514fff5d), [`a8a75f0`](https://github.com/BeOnAuto/auto-engineer/commit/a8a75f058bc9f640294c46a4e62f24de28e90d2f)]:
17
+ - @auto-engineer/message-bus@1.15.0
18
+
3
19
  ## 1.14.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -19,12 +19,12 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "debug": "^4.4.1",
22
- "@auto-engineer/message-bus": "1.14.0"
22
+ "@auto-engineer/message-bus": "1.15.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/debug": "^4.1.12"
26
26
  },
27
- "version": "1.14.0",
27
+ "version": "1.15.0",
28
28
  "scripts": {
29
29
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r starter dist/",
30
30
  "test-cli": "tsx test-cli.ts",