@stravigor/bastion 0.4.1 → 0.4.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stravigor/bastion",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "description": "Headless authentication flows for the Strav framework",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  import { inject } from '@stravigor/core/core'
2
- import type Configuration from '@stravigor/core/config/configuration'
3
- import type Router from '@stravigor/core/http/router'
2
+ import Configuration from '@stravigor/core/config/configuration'
3
+ import Router from '@stravigor/core/http/router'
4
4
  import { compose } from '@stravigor/core/http/middleware'
5
5
  import type { Handler, Middleware } from '@stravigor/core/http/middleware'
6
6
  import { rateLimit } from '@stravigor/core/http/rate_limit'