@cryptofi/core-ui 0.63.0 → 0.65.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/package.json +13 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -32,8 +32,15 @@
|
|
|
32
32
|
"test:watch": "yarn test --collectCoverage=false --watch",
|
|
33
33
|
"validate:types": "npx tsc --noEmit"
|
|
34
34
|
},
|
|
35
|
+
"exports": {
|
|
36
|
+
".": {
|
|
37
|
+
"import": {
|
|
38
|
+
"types": "./dist/types/index.d.ts",
|
|
39
|
+
"default": "./dist/index.js"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
35
43
|
"module": "dist/index.js",
|
|
36
|
-
"types": "dist/types/index.d.ts",
|
|
37
44
|
"src": "src",
|
|
38
45
|
"files": [
|
|
39
46
|
"dist"
|
|
@@ -97,13 +104,13 @@
|
|
|
97
104
|
"@types/react-dom": "^18.2.25",
|
|
98
105
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
99
106
|
"@types/stringify-object": "^4.0.4",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
101
108
|
"@typescript-eslint/parser": "^7.15.0",
|
|
102
109
|
"chalk": "4.1.2",
|
|
103
110
|
"core-js": "^3.37.1",
|
|
104
111
|
"cross-var": "^1.1.0",
|
|
105
112
|
"dotenv-cli": "^7.4.1",
|
|
106
|
-
"eslint": "^9.
|
|
113
|
+
"eslint": "^9.7.0",
|
|
107
114
|
"eslint-config-prettier": "^9.1.0",
|
|
108
115
|
"eslint-plugin-check-file": "^2.8.0",
|
|
109
116
|
"eslint-plugin-import": "^2.29.0",
|
|
@@ -111,7 +118,7 @@
|
|
|
111
118
|
"eslint-plugin-prettier": "5.1.3",
|
|
112
119
|
"eslint-plugin-react": "^7.34.2",
|
|
113
120
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
114
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
121
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
115
122
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
116
123
|
"framer-motion": "^10.16.4",
|
|
117
124
|
"globals": "^15.6.0",
|
|
@@ -133,7 +140,7 @@
|
|
|
133
140
|
"stringify-object": "^5.0.0",
|
|
134
141
|
"ts-jest": "^29.1.5",
|
|
135
142
|
"typescript": "^5.4.5",
|
|
136
|
-
"typescript-eslint": "^7.
|
|
143
|
+
"typescript-eslint": "^7.16.0",
|
|
137
144
|
"vite": "^5.2.10"
|
|
138
145
|
},
|
|
139
146
|
"packageManager": "yarn@4.2.2"
|