@appxdigital/appx-core 0.1.116 → 0.1.117

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.
@@ -78,7 +78,7 @@ __decorate([
78
78
  ], CoreController.prototype, "findAll", null);
79
79
  __decorate([
80
80
  (0, common_1.Get)(':id'),
81
- (0, permission_decorator_1.Permission)('findUnique'),
81
+ (0, permission_decorator_1.Permission)('findFirst'),
82
82
  __param(0, (0, common_1.Param)('id')),
83
83
  __metadata("design:type", Function),
84
84
  __metadata("design:paramtypes", [String]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appxdigital/appx-core",
3
- "version": "0.1.116",
3
+ "version": "0.1.117",
4
4
  "description": "Appx Core is a library that provides a set of tools to help you build your application faster.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",