@spryker/actions.redirect
Advanced tools
Comparing version 0.1.0-next.0 to 0.1.0-next.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.1.0-next.1](https://github.com/spryker/ui-components/compare/@spryker/actions.redirect@0.1.0-next.0...@spryker/actions.redirect@0.1.0-next.1) (2021-07-08) | ||
**Note:** Version bump only for package @spryker/actions.redirect | ||
# 0.1.0-next.0 (2021-07-07) | ||
@@ -8,0 +16,0 @@ |
import { ActionConfig } from '@spryker/actions'; | ||
declare module '@spryker/actions' { | ||
interface ActionsRegistry { | ||
redirect: RedirectActionConfig; | ||
} | ||
} | ||
export interface RedirectActionConfig extends ActionConfig { | ||
url: string; | ||
} |
{ | ||
"name": "@spryker/actions.redirect", | ||
"version": "0.1.0-next.0", | ||
"version": "0.1.0-next.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^9.1.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86352
455