@kakadu/components 1.1.2 → 1.1.4
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 +4 -8
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kakadu/components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Kakadu components library",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"main": "./build/index.js",
|
|
7
|
+
"module": "./build/index.mjs",
|
|
8
|
+
"types": "./index.d.ts",
|
|
6
9
|
"repository": {
|
|
7
10
|
"type": "git",
|
|
8
11
|
"url": "https://github.com/kakaduen/components.git"
|
|
@@ -359,13 +362,6 @@
|
|
|
359
362
|
"sideEffects": [
|
|
360
363
|
"**/*.css"
|
|
361
364
|
],
|
|
362
|
-
"typesVersions": {
|
|
363
|
-
"*": {
|
|
364
|
-
"*": [
|
|
365
|
-
"./build/*"
|
|
366
|
-
]
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
365
|
"peerDependencies": {
|
|
370
366
|
"@kuma-ui/core": "^1.6.3",
|
|
371
367
|
"react": "^19.0.0",
|