@builder6/steedos 0.16.6 → 0.16.8

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.
@@ -561,7 +561,7 @@ __decorate([
561
561
  __metadata("design:returntype", Promise)
562
562
  ], MongodbController.prototype, "deleteMultiple", null);
563
563
  exports.MongodbController = MongodbController = __decorate([
564
- (0, swagger_1.ApiTags)('Records'),
564
+ (0, swagger_1.ApiTags)('Mongodb'),
565
565
  (0, common_1.Controller)('api/v6/direct'),
566
566
  (0, common_1.UseGuards)(core_1.AdminGuard),
567
567
  (0, swagger_1.ApiBearerAuth)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder6/steedos",
3
- "version": "0.16.6",
3
+ "version": "0.16.8",
4
4
  "main": "dist/plugin.module.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -12,12 +12,12 @@
12
12
  "build:watch": "rimraf dist && tsc --watch"
13
13
  },
14
14
  "dependencies": {
15
- "@builder6/core": "0.16.6",
16
- "@builder6/moleculer": "0.16.6",
15
+ "@builder6/core": "0.16.8",
16
+ "@builder6/moleculer": "0.16.8",
17
17
  "nodemailer": "^6.9.16"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
- "gitHead": "0d746465ce5c0710de5baecd1e2e3271c66a74d2"
22
+ "gitHead": "12be2c3f8b0d67b5e6178668c4aa8ddd1daca574"
23
23
  }