@opengeoweb/authentication 9.32.1 → 9.33.1-spike-ol.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": "@opengeoweb/authentication",
3
- "version": "9.32.1",
3
+ "version": "9.33.1-spike-ol.3",
4
4
  "description": "GeoWeb authentication library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
- export declare const axiosInstance: import("axios").AxiosInstance;
2
+ import axios from 'axios';
3
+ export declare const axiosInstance: axios.AxiosInstance;
3
4
  export declare const HandleOAuth2Code: React.FC;
4
5
  export default HandleOAuth2Code;