@credithub/harlan-components 1.26.0 → 1.27.0
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/@types/domain/index.d.ts +0 -17
- package/dist/components/chart/hooks/useCategoryProtestos.d.ts +3 -3
- package/dist/components/chart/hooks/useMixedChartData.d.ts +2 -2
- package/dist/components/chart/hooks/usePieChartData.d.ts +2 -2
- package/dist/components/dossie/summary/cardsAndProducts.d.ts +2 -2
- package/dist/components/dossie/summary/utils.d.ts +2 -2
- package/dist/components/interface/responsiveGrid.d.ts +5 -5
- package/dist/components/interface/result.d.ts +6 -6
- package/dist/components/protestos/protestosList.d.ts +1 -1
- package/dist/components/scr/getResumoDeModalidades.js +3 -3
- package/dist/components/webservice.d.ts +12 -12
- package/dist/contexts/globalDataContext.d.ts +0 -2
- package/dist/index.d.ts +15 -15
- package/dist/index.js +15 -18
- package/dist/server.d.ts +1 -0
- package/dist/server.js +65 -0
- package/lib/cjs/index.js +34194 -34227
- package/lib/esm/index.js +34479 -34512
- package/package.json +12 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@credithub/harlan-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "Provide a set of web components to be used in Harlan and other projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"harlan",
|
|
@@ -17,9 +17,11 @@
|
|
|
17
17
|
"/lib",
|
|
18
18
|
"/dist"
|
|
19
19
|
],
|
|
20
|
+
"type": "module",
|
|
20
21
|
"scripts": {
|
|
21
22
|
"build": "npm run build:esm && rollup -c --bundleConfigAsCjs",
|
|
22
23
|
"build:dev": "vite build",
|
|
24
|
+
"start:server": "NODE_OPTIONS='--loader ts-node/esm' ts-node -r tsconfig-paths/register src/server.ts",
|
|
23
25
|
"build:esm": "tsc && tsc-alias",
|
|
24
26
|
"clean": "rimraf lib dist",
|
|
25
27
|
"dev": "vite",
|
|
@@ -35,6 +37,8 @@
|
|
|
35
37
|
"@rollup/plugin-babel": "^6.0.4",
|
|
36
38
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
37
39
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
40
|
+
"@swc/core": "^1.7.6",
|
|
41
|
+
"@types/express": "^4.17.21",
|
|
38
42
|
"axios": "^1.6.2",
|
|
39
43
|
"chart.js": "^4.4.2",
|
|
40
44
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
@@ -42,15 +46,17 @@
|
|
|
42
46
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
43
47
|
"classnames": "^2.5.1",
|
|
44
48
|
"date-fns": "^3.3.1",
|
|
49
|
+
"express": "^4.19.2",
|
|
45
50
|
"lodash": "^4.17.21",
|
|
46
51
|
"plotly.js": "^2.27.1",
|
|
47
52
|
"react-chartjs-2": "^5.2.0",
|
|
48
53
|
"react-is": "^18.2.0",
|
|
49
54
|
"react-plotly.js": "^2.6.0",
|
|
50
55
|
"rimraf": "^5.0.7",
|
|
51
|
-
"rollup": "^4.16.4",
|
|
52
56
|
"styled-components": "^5.3.11",
|
|
53
|
-
"
|
|
57
|
+
"ts-node": "^10.9.2",
|
|
58
|
+
"tsconfig-paths": "^4.2.0",
|
|
59
|
+
"underscore": "^1.13.7"
|
|
54
60
|
},
|
|
55
61
|
"devDependencies": {
|
|
56
62
|
"@babel/cli": "^7.23.0",
|
|
@@ -72,7 +78,7 @@
|
|
|
72
78
|
"@types/underscore": "^1.11.15",
|
|
73
79
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
74
80
|
"@typescript-eslint/parser": "^6.9.1",
|
|
75
|
-
"@vitejs/plugin-react": "^4.
|
|
81
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
76
82
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
77
83
|
"eslint": "^8.52.0",
|
|
78
84
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -92,13 +98,14 @@
|
|
|
92
98
|
"lint-staged": "^15.0.2",
|
|
93
99
|
"ncp": "^2.0.0",
|
|
94
100
|
"prettier": "^3.2.5",
|
|
101
|
+
"rollup": "^4.20.0",
|
|
95
102
|
"style-loader": "^3.3.3",
|
|
96
103
|
"ts-loader": "^9.5.0",
|
|
97
104
|
"tsc-alias": "^1.8.8",
|
|
98
105
|
"tsconfig-paths-jest": "^0.0.1",
|
|
99
106
|
"typescript": "^5.2.2",
|
|
100
107
|
"typescript-plugin-css-modules": "^5.0.2",
|
|
101
|
-
"vite": "^5.
|
|
108
|
+
"vite": "^5.4.0",
|
|
102
109
|
"vite-plugin-svgr": "^4.2.0"
|
|
103
110
|
},
|
|
104
111
|
"peerDependencies": {
|