@pagermon/ingest-core 1.0.2 → 1.0.4

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,3 +1,3 @@
1
1
  {
2
- ".": "1.0.2"
2
+ ".": "1.0.4"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.4](https://github.com/eopo/pagermon-ingest-core/compare/v1.0.2...v1.0.4) (2026-03-10)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * prepare release ([53359d1](https://github.com/eopo/pagermon-ingest-core/commit/53359d1ab5356c1c8b1fc322b65e8d993e15c921))
9
+
3
10
  ## [1.0.2](https://github.com/eopo/pagermon-ingest-core/compare/v1.0.1...v1.0.2) (2026-03-10)
4
11
 
5
12
 
package/README.md CHANGED
@@ -122,7 +122,7 @@ npm test
122
122
  Build core image:
123
123
 
124
124
  ```bash
125
- docker build -t shutterfire/ingest-core:latest .
125
+ docker build -t shutterfire/pagermon-ingest-core:latest .
126
126
  ```
127
127
 
128
128
  ## Using Ingest with PagerMon Server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagermon/ingest-core",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "PagerMon ingest core runtime",
5
5
  "type": "module",
6
6
  "main": "index.js",