asma-ui-richeditor 0.1.7 → 0.1.8
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
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.8",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"main": "./dist/asma-ui-richeditor.es.js",
|
|
17
17
|
"module": "./dist/asma-ui-richeditor.es.js",
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"import": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"default": "./dist/asma-ui-richeditor.es.js"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"./dist/style.css": "./dist/style.css",
|
|
26
|
+
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
27
|
+
},
|
|
18
28
|
"license": "UNLICENSED",
|
|
19
29
|
"dependencies": {
|
|
20
30
|
"@emotion/react": "^11.11.1",
|
|
@@ -75,7 +85,7 @@
|
|
|
75
85
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
76
86
|
"@typescript-eslint/parser": "^5.59.0",
|
|
77
87
|
"@vitejs/plugin-react": "^4.0.0",
|
|
78
|
-
"asma-core-ui": "^3.0.
|
|
88
|
+
"asma-core-ui": "^3.0.147",
|
|
79
89
|
"autoprefixer": "^10.4.14",
|
|
80
90
|
"axe-playwright": "^1.2.3",
|
|
81
91
|
"axios": "^1.6.8",
|
|
@@ -109,13 +119,6 @@
|
|
|
109
119
|
"@types/node": "18.0.3",
|
|
110
120
|
"node": "18.17.0"
|
|
111
121
|
},
|
|
112
|
-
"exports": {
|
|
113
|
-
".": {
|
|
114
|
-
"import": "./dist/asma-ui-richeditor.es.js"
|
|
115
|
-
},
|
|
116
|
-
"./dist/style.css": "./dist/style.css",
|
|
117
|
-
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
118
|
-
},
|
|
119
122
|
"scripts": {
|
|
120
123
|
"dev": "vite",
|
|
121
124
|
"build": "npx tsc && rm -rf ./dist && vite build",
|