@auto-engineer/message-store 1.111.0 → 1.112.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/message-store@1.111.0 build /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.112.0 build /home/runner/work/auto-engineer/auto-engineer/packages/message-store
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,13 +1,13 @@
1
1
 
2
- > @auto-engineer/message-store@1.110.7 test /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.111.0 test /home/runner/work/auto-engineer/auto-engineer/packages/message-store
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/message-store
7
7
 
8
- include: **/*.specs.{js,ts,tsx}
9
- exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
10
8
 
11
9
  No test files found, exiting with code 0
12
10
 
11
+ include: **/*.specs.{js,ts,tsx}
12
+ exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
13
13
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/message-store@1.110.7 type-check /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.111.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/message-store
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @auto-engineer/message-store
2
2
 
3
+ ## 1.112.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: improvements
8
+ - **app-assembler**: sort exports
9
+ - **server-generator-apollo-emmett**: remove slice-type guard from findEventSource data.items check
10
+ - **server-generator-apollo-emmett**: extract data.items events for command slices
11
+ - **server-generator-apollo-emmett**: exclude custom input type args from enum imports
12
+
13
+ ### Patch Changes
14
+
15
+ - [`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: align version with other packages for npm publish
16
+
17
+ - Updated dependencies [[`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9), [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c)]:
18
+ - @auto-engineer/message-bus@1.112.0
19
+
3
20
  ## 1.111.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@auto-engineer/message-store",
3
3
  "type": "module",
4
- "version": "1.111.0",
4
+ "version": "1.112.0",
5
5
  "description": "Message store for commands and events with pluggable backends",
6
6
  "main": "./dist/src/index.js",
7
7
  "types": "./dist/src/index.d.ts",
8
8
  "dependencies": {
9
9
  "debug": "^4.3.4",
10
10
  "nanoid": "^5.0.0",
11
- "@auto-engineer/message-bus": "1.111.0"
11
+ "@auto-engineer/message-bus": "1.112.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.0"