piral-oauth2 0.14.20 → 0.14.21

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/esm/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Data } from 'client-oauth2';
1
+ import type { Data } from 'client-oauth2';
2
2
  declare module 'piral-core/lib/types/custom' {
3
3
  interface PiletCustomApi extends PiralOAuth2Api {
4
4
  }
package/lib/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Data } from 'client-oauth2';
1
+ import type { Data } from 'client-oauth2';
2
2
  declare module 'piral-core/lib/types/custom' {
3
3
  interface PiletCustomApi extends PiralOAuth2Api {
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-oauth2",
3
- "version": "0.14.20",
3
+ "version": "0.14.21",
4
4
  "description": "Plugin to integrate OAuth 2.0 authentication in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -46,10 +46,10 @@
46
46
  "client-oauth2": "^4.2.5"
47
47
  },
48
48
  "devDependencies": {
49
- "piral-core": "^0.14.20"
49
+ "piral-core": "^0.14.21"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "piral-core": "0.14.x"
53
53
  },
54
- "gitHead": "9a7775dbe470e2b10d31d40cfa9f286309b43ff9"
54
+ "gitHead": "28d12711859b01c425da9242f08b6a7270cc3686"
55
55
  }
package/src/types.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Data } from 'client-oauth2';
1
+ import type { Data } from 'client-oauth2';
2
2
 
3
3
  declare module 'piral-core/lib/types/custom' {
4
4
  interface PiletCustomApi extends PiralOAuth2Api {}