@signageos/lib 12.0.0 → 12.1.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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [12.1.0] - 2023-09-14
8
+ ### Added
9
+ - AmqpEventConsumer - high level abstraction for consuming events from AMQP with a simple interface
10
+ - InMemoryEventConsumer - easy to use in-memory event consumer for testing purposes
11
+
7
12
  ## [12.0.0] - 2023-09-12
8
13
  ### Changed
9
14
  - Webpack Major version upgrade to 5 (for NpmPackPlugin)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "12.0.0",
3
+ "version": "12.1.0",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",