andoncloud-sdk 1.7.19 → 1.7.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { CookieData } from './types';
|
|
2
|
+
export declare const extractEnvironment: (hostname: string) => string | null;
|
|
3
|
+
export declare const resolveAuthCookieName: (hostname: string) => string;
|
|
2
4
|
export declare class CookiesManager {
|
|
3
5
|
private static rootDomain;
|
|
6
|
+
private static authCookieName;
|
|
4
7
|
static recognizeRootDomain(): string;
|
|
8
|
+
static getAuthCookieName(): string;
|
|
5
9
|
static get(key: string): string | undefined;
|
|
6
10
|
static set(key: string, value: string): void;
|
|
7
11
|
static remove(key: string): void;
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIBRARY_VERSION = "1.7.
|
|
1
|
+
export declare const LIBRARY_VERSION = "1.7.21";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-sdk",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"source": "src/index.js",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"main": "dist/andoncloud-sdk.js",
|
|
9
9
|
"module": "dist/andoncloud-sdk.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@sentry/react": "^10.
|
|
11
|
+
"@sentry/react": "^10.44.0",
|
|
12
12
|
"@sentry/tracing": "^7.120.4",
|
|
13
13
|
"classnames": "^2.5.1",
|
|
14
|
-
"dayjs": "^1.11.
|
|
14
|
+
"dayjs": "^1.11.20",
|
|
15
15
|
"history": "^5.3.0",
|
|
16
16
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
17
17
|
"inter-ui": "^4.1.1",
|
|
@@ -62,22 +62,22 @@
|
|
|
62
62
|
"andoncloud-library-scripts": "^1.0.19",
|
|
63
63
|
"babel-preset-react-app": "^10.1.0",
|
|
64
64
|
"copyfiles": "^2.4.1",
|
|
65
|
-
"cypress": "^15.
|
|
65
|
+
"cypress": "^15.12.0",
|
|
66
66
|
"eslint": "8.57.1",
|
|
67
67
|
"eslint-config-andoncloud": "^1.0.0",
|
|
68
68
|
"husky": "^9.1.7",
|
|
69
|
-
"i18next": "^25.8.
|
|
69
|
+
"i18next": "^25.8.18",
|
|
70
70
|
"mobx": "^6.15.0",
|
|
71
71
|
"mobx-react-lite": "^4.1.1",
|
|
72
|
-
"npm-check-updates": "^19.6.
|
|
72
|
+
"npm-check-updates": "^19.6.5",
|
|
73
73
|
"npm-run-all": "^4.1.5",
|
|
74
74
|
"react": "^19.2.4",
|
|
75
75
|
"react-dom": "^19.2.4",
|
|
76
|
-
"react-i18next": "^16.5.
|
|
76
|
+
"react-i18next": "^16.5.8",
|
|
77
77
|
"react-router-dom": "^7.13.1",
|
|
78
78
|
"react-scripts": "^5.0.1",
|
|
79
|
-
"typescript": "~5.
|
|
80
|
-
"webpack-cli": "^7.0.
|
|
79
|
+
"typescript": "~5.9",
|
|
80
|
+
"webpack-cli": "^7.0.2",
|
|
81
81
|
"webpack-dev-server": "^5.2.3"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|