@appxdigital/appx-core 0.1.92 → 0.1.93

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.
@@ -104,7 +104,7 @@ __decorate([
104
104
  ], CoreController.prototype, "update", null);
105
105
  __decorate([
106
106
  (0, common_1.Delete)(':id'),
107
- (0, permission_decorator_1.Permission)('delete'),
107
+ (0, permission_decorator_1.Permission)('deleteMany'),
108
108
  __param(0, (0, common_1.Param)('id')),
109
109
  __metadata("design:type", Function),
110
110
  __metadata("design:paramtypes", [String]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appxdigital/appx-core",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
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",