andoncloud-sdk 1.7.30 → 1.7.32
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/dist/index.d.ts +3 -16
- package/dist/index.js +722 -1093
- package/dist/index.js.map +1 -1
- package/package.json +23 -19
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-sdk",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@sentry/react": "^10.
|
|
10
|
+
"@sentry/react": "^10.48.0",
|
|
11
11
|
"@sentry/tracing": "^7.120.4",
|
|
12
|
-
"andoncloud-dashboard-toolkit": "^1.5.
|
|
12
|
+
"andoncloud-dashboard-toolkit": "^1.5.79",
|
|
13
13
|
"classnames": "^2.5.1",
|
|
14
14
|
"history": "^5.3.0",
|
|
15
15
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
@@ -31,41 +31,45 @@
|
|
|
31
31
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet --fix .",
|
|
32
32
|
"lint:ci": "eslint --ext .js,.jsx,.ts,.tsx --quiet .",
|
|
33
33
|
"prepare": "run-s build",
|
|
34
|
-
"update": "ncu --reject eslint
|
|
34
|
+
"update": "ncu -u --reject eslint,typescript,@mui/material,@mui/icons-material,@mui/lab,@mui/x-date-pickers,@rspack/core,@rsbuild/core,@rsbuild/plugin-react,react-refresh && npm install --ignore-scripts && cd preview && ncu -u && npm install --ignore-scripts",
|
|
35
35
|
"version:bump": "npm version --no-git-tag-version patch"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@craco/craco": "^7.1.0",
|
|
39
38
|
"@emotion/react": "^11.14.0",
|
|
40
39
|
"@emotion/styled": "^11.14.1",
|
|
41
40
|
"@mui/icons-material": "^7.3.9",
|
|
42
41
|
"@mui/lab": "^7.0.1-beta.23",
|
|
43
42
|
"@mui/material": "^7.3.9",
|
|
44
43
|
"@mui/x-date-pickers": "^8.27.2",
|
|
44
|
+
"@rsbuild/core": "^1.6.0",
|
|
45
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
46
|
+
"@rspack/core": "^1.7.11",
|
|
47
|
+
"@rspack/dev-server": "^1.2.1",
|
|
45
48
|
"@types/js-cookie": "^3.0.6",
|
|
46
49
|
"@types/react": "^19.2.14",
|
|
47
50
|
"@types/react-dom": "^19.2.3",
|
|
48
51
|
"@types/react-gtm-module": "^2.0.4",
|
|
52
|
+
"ajv": "^8.18.0",
|
|
49
53
|
"andoncloud-library-scripts": "^2.0.0",
|
|
50
54
|
"copyfiles": "^2.4.1",
|
|
51
|
-
"cypress": "^15.
|
|
55
|
+
"cypress": "^15.13.1",
|
|
56
|
+
"cypress-rspack-dev-server": "^1.1.2",
|
|
52
57
|
"eslint": "8.57.1",
|
|
53
|
-
"eslint-config-andoncloud": "^1.
|
|
58
|
+
"eslint-config-andoncloud": "^1.1.0",
|
|
54
59
|
"husky": "^9.1.7",
|
|
55
|
-
"i18next": "^
|
|
60
|
+
"i18next": "^26.0.5",
|
|
56
61
|
"mobx": "^6.15.0",
|
|
57
62
|
"mobx-react-lite": "^4.1.1",
|
|
58
|
-
"npm-check-updates": "^
|
|
63
|
+
"npm-check-updates": "^21.0.0",
|
|
59
64
|
"npm-run-all": "^4.1.5",
|
|
60
|
-
"react": "^19.2.
|
|
61
|
-
"react-dom": "^19.2.
|
|
62
|
-
"react-i18next": "^
|
|
63
|
-
"react-
|
|
64
|
-
"react-
|
|
65
|
-
"tsdown": "^0.21.
|
|
65
|
+
"react": "^19.2.5",
|
|
66
|
+
"react-dom": "^19.2.5",
|
|
67
|
+
"react-i18next": "^17.0.3",
|
|
68
|
+
"react-refresh": "^0.14.2",
|
|
69
|
+
"react-router-dom": "^7.14.1",
|
|
70
|
+
"tsdown": "^0.21.8",
|
|
66
71
|
"typescript": "~5.9",
|
|
67
|
-
"
|
|
68
|
-
"webpack-dev-server": "^5.2.3"
|
|
72
|
+
"workbox-build": "^7.4.1"
|
|
69
73
|
},
|
|
70
74
|
"peerDependencies": {
|
|
71
75
|
"@emotion/react": "^11.0.0",
|
|
@@ -73,6 +77,7 @@
|
|
|
73
77
|
"@mui/icons-material": "^5.0.0",
|
|
74
78
|
"@mui/lab": "^5.0.0-alpha",
|
|
75
79
|
"@mui/material": "^5.0.0",
|
|
80
|
+
"dayjs": "^1.11.0",
|
|
76
81
|
"i18next": "^23.0.0",
|
|
77
82
|
"mobx": "^6.0.0",
|
|
78
83
|
"prop-types": "^15.0.0",
|
|
@@ -80,8 +85,7 @@
|
|
|
80
85
|
"react-dom": "^18.0.0",
|
|
81
86
|
"react-i18next": "^13.0.0",
|
|
82
87
|
"react-is": "^18.0.0",
|
|
83
|
-
"react-router-dom": "^7.0.0"
|
|
84
|
-
"dayjs": "^1.11.0"
|
|
88
|
+
"react-router-dom": "^7.0.0"
|
|
85
89
|
},
|
|
86
90
|
"files": [
|
|
87
91
|
"dist"
|