@underverse-ui/underverse 2.0.23 → 2.0.24

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/ueditor.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  extractImageSrcsFromHtml,
6
6
  normalizeImageUrl,
7
7
  prepareUEditorContentForSave
8
- } from "./chunk-AEMS6WGX.js";
8
+ } from "./chunk-HGOTCQXL.js";
9
9
  import "./chunk-LRIRY4DG.js";
10
10
  import "./chunk-O7AAN6W6.js";
11
11
  import "./chunk-A4GUPKHM.js";
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@underverse-ui/underverse",
3
- "version": "2.0.23",
4
- "private": false,
5
- "description": "Underverse UI – reusable React/Next.js UI components",
3
+ "version": "2.0.24",
4
+ "description": "Private internal React/Next.js UI component library",
6
5
  "type": "module",
7
- "license": "MIT",
8
6
  "author": "Tran Van Bach",
7
+ "license": "MIT",
9
8
  "repository": {
10
9
  "type": "git",
11
10
  "url": "git+https://github.com/faker6996/underverse.git",
@@ -207,7 +206,7 @@
207
206
  "jsdom": "^28.1.0",
208
207
  "lowlight": "^3.3.0",
209
208
  "rimraf": "^6.0.1",
210
- "sharp": "^0.34.5",
209
+ "sharp": "^0.35.3",
211
210
  "tippy.js": "^6.3.7",
212
211
  "tsup": "^8.3.0",
213
212
  "typescript": "^5.6.3"
@@ -223,6 +222,7 @@
223
222
  "tailwind"
224
223
  ],
225
224
  "publishConfig": {
226
- "access": "public"
225
+ "access": "public",
226
+ "registry": "https://registry.npmjs.org/"
227
227
  }
228
228
  }