@ti-engine/core 1.6.0 → 1.6.1

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This document contains the list of changes made to the framework. The format is based on the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
4
4
 
5
+ ## Version 1.6.1
6
+
7
+ * build(deps): update `@dotenvx/dotenvx` from ^1.73.1 to ^1.75.1
8
+ * build(deps): remove `zeromq` as optional dependency
9
+
5
10
  ## Version 1.6.0
6
11
 
7
12
  * refactor(exchange)!: replace the blake2 keyed hash with native `node:crypto` HMAC-SHA256 in the message integrity check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ti-engine/core",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "The ti-engine is an open source, free to use—both for personal and commercial projects—framework for the creation of microservice-based solutions using node.js.",
5
5
  "keywords": [
6
6
  "microservices",
@@ -59,7 +59,7 @@
59
59
  "#tools": "./utils/tools.js"
60
60
  },
61
61
  "dependencies": {
62
- "@dotenvx/dotenvx": "^1.73.1",
62
+ "@dotenvx/dotenvx": "^1.75.1",
63
63
  "ioredis": "^5.11.1",
64
64
  "lodash": "^4.18.1",
65
65
  "node-schedule": "^2.1.1"