@xrystal/core 3.17.5 → 3.17.6

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Yusuf Yasir KAYGUSUZ",
3
3
  "name": "@xrystal/core",
4
- "version": "3.17.5",
4
+ "version": "3.17.6",
5
5
  "description": "Project core for xrystal",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -171,7 +171,8 @@ export default class LoggerService {
171
171
  id: id || null,
172
172
  env: this.#configsService.all.env
173
173
  }, this.safeReplacer)
174
- }]
174
+ }],
175
+ acks: 0
175
176
  });
176
177
  }
177
178
  catch (err) {