diff --git a/libs/dispatch-decorator/package.json b/libs/dispatch-decorator/package.json index 44cd2d1..9fc717f 100644 --- a/libs/dispatch-decorator/package.json +++ b/libs/dispatch-decorator/package.json @@ -1,7 +1,6 @@ { - "$schema": "../node_modules/ng-packagr/package.schema.json", "name": "@ngxs-labs/dispatch-decorator", - "version": "4.0.2", + "version": "5.0.0", "repository": { "type": "git", "url": "git+https://github.com/ngxs-labs/dispatch-decorator.git" @@ -16,9 +15,9 @@ "redux", "store" ], - "sideEffects": true, + "sideEffects": false, "peerDependencies": { - "@angular/core": ">=13.0.0", + "@angular/core": ">=15.0.0", "@ngxs/store": ">=3.7.2", "rxjs": ">=6.1.0" }