asma-ui-richeditor 0.2.13 → 0.2.15
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/asma-ui-richeditor.css +1 -1
- package/dist/asma-ui-richeditor.es.js +2630 -2631
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.15",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"dev": "vite",
|
|
33
|
-
"build": "
|
|
33
|
+
"build": "pnpm ts:check && rm -rf ./dist && vite build",
|
|
34
|
+
"ts:check": "tsc",
|
|
34
35
|
"preview": "vite preview",
|
|
35
36
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
36
37
|
"version": "echo $npm_package_version",
|
|
@@ -104,7 +105,8 @@
|
|
|
104
105
|
"tailwind-merge": "^2.4.0",
|
|
105
106
|
"tailwind-scrollbar": "^3.1.0",
|
|
106
107
|
"tailwindcss": "^3.3.2",
|
|
107
|
-
"typescript": "
|
|
108
|
+
"@typescript/native": "npm:typescript@7.0.2",
|
|
109
|
+
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
108
110
|
"typescript-plugin-css-modules": "^5.0.1",
|
|
109
111
|
"vite": "^8.0.13",
|
|
110
112
|
"vite-plugin-dts": "^5.0.1"
|
|
@@ -116,8 +118,5 @@
|
|
|
116
118
|
"asma-ui-core": "^3.3.7",
|
|
117
119
|
"react": "^18.2.0 || ^19.0.0",
|
|
118
120
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
119
|
-
},
|
|
120
|
-
"resolutions": {
|
|
121
|
-
"@types/node": "18.0.3"
|
|
122
121
|
}
|
|
123
122
|
}
|