@treatwell/moleculer-essentials 1.1.0 → 1.2.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/README.md +2 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -32,10 +32,10 @@ and middlewares.
32
32
 
33
33
  ## Installation
34
34
 
35
- Install `moleculer-essentials` with your package manager:
35
+ You need to add both `moleculer-essentials` and `moleculer` in your dependencies:
36
36
 
37
37
  ```bash
38
- yarn add @treatwell/moleculer-essentials
38
+ yarn add @treatwell/moleculer-essentials moleculer
39
39
  ```
40
40
 
41
41
  ## Companion Packages
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "type": "git",
7
7
  "url": "https://github.com/treatwell/moleculer-essentials"
8
8
  },
9
- "version": "1.1.0",
9
+ "version": "1.2.0",
10
10
  "main": "./dist/index.cjs",
11
11
  "module": "./dist/index.mjs",
12
12
  "types": "./dist/index.d.cts",
@@ -109,7 +109,6 @@
109
109
  "bson": "^6.2.0",
110
110
  "date-fns": "^2.21.3",
111
111
  "lodash-es": "^4.17.21",
112
- "moleculer": "^0.14.33",
113
112
  "pino": "^9.9.0",
114
113
  "pino-pretty": "^13.1.1"
115
114
  },
@@ -119,6 +118,7 @@
119
118
  "ioredis": "^5.2.3",
120
119
  "jsonwebtoken": "^9.0.2",
121
120
  "jwks-rsa": "^3.0.1",
121
+ "moleculer": "^0.14.33",
122
122
  "mongodb": "^6.15.0",
123
123
  "redlock": "^4.2.0",
124
124
  "zod": "^3.25.0 || ^4.0.0"
@@ -165,6 +165,7 @@
165
165
  "jiti": "^2.5.1",
166
166
  "jsonwebtoken": "^9.0.2",
167
167
  "jwks-rsa": "^3.0.1",
168
+ "moleculer": "^0.14.33",
168
169
  "mongodb": "^6.15.0",
169
170
  "mongodb-memory-server": "^10.2.0",
170
171
  "pkgroll": "^2.15.3",