@delta-comic/ui 3.0.0-next.10 → 3.0.0-next.11

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.
@@ -0,0 +1,20 @@
1
+ //#region \0rolldown/runtime.js
2
+ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), s = (e, n) => {
3
+ let r = {};
4
+ for (var i in e) t(r, i, {
5
+ get: e[i],
6
+ enumerable: !0
7
+ });
8
+ return n || t(r, Symbol.toStringTag, { value: "Module" }), r;
9
+ }, c = (e, i, o, s) => {
10
+ if (i && typeof i == "object" || typeof i == "function") for (var c = r(i), l = 0, u = c.length, d; l < u; l++) d = c[l], !a.call(e, d) && d !== o && t(e, d, {
11
+ get: ((e) => i[e]).bind(null, d),
12
+ enumerable: !(s = n(i, d)) || s.enumerable
13
+ });
14
+ return e;
15
+ }, l = (n, r, o) => (o = n == null ? {} : e(i(n)), c(r || !n || !n.__esModule || !a.call(n, "default") ? t(o, "default", {
16
+ value: n,
17
+ enumerable: !0
18
+ }) : o, n));
19
+ //#endregion
20
+ export { s as n, l as r, o as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "3.0.0-next.10",
3
+ "version": "3.0.0-next.11",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic",
6
6
  "license": "AGPL-3.0-only",
@@ -40,20 +40,20 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
+ "@delta-comic/logger": "3.0.0-next.11",
43
44
  "@tauri-apps/api": "^2.11.1",
44
45
  "@tauri-apps/plugin-shell": "^2.3.5",
45
46
  "@vueuse/core": "^14.4.0",
46
- "dayjs": "^2.0.0-alpha.4",
47
+ "dayjs": "^1.11.21",
47
48
  "es-toolkit": "^1.50.0",
48
49
  "linkify-it": "^6.1.0",
49
50
  "markdown-it": "^15.0.0",
50
51
  "mitt": "^3.0.1",
51
52
  "motion-v": "2.3.0",
52
- "swiper": "^14.0.7",
53
+ "swiper": "^14.1.0",
53
54
  "tailwind-merge": "^3.6.0",
54
55
  "tailwindcss-safe-area-capacitor": "^0.5.1",
55
- "tlds": "^1.261.0",
56
- "@delta-comic/logger": "3.0.0-next.10"
56
+ "tlds": "^1.261.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@tailwindcss/vite": "^4.3.3",
@@ -61,34 +61,29 @@
61
61
  "@types/markdown-it": "^14.1.2",
62
62
  "@vitejs/plugin-vue": "^6.0.8",
63
63
  "@vitejs/plugin-vue-jsx": "^5.1.6",
64
- "browserslist": "^4.28.7",
64
+ "browserslist": "^4.28.8",
65
65
  "lightningcss": "^1.33.0",
66
- "rolldown-plugin-dts": "^0.28.0",
66
+ "rolldown-plugin-dts": "^0.28.2",
67
67
  "tailwindcss": "^4.3.3",
68
68
  "unplugin-vue-components": "32.1.0",
69
69
  "vite": "npm:@voidzero-dev/vite-plus-core@latest",
70
- "vite-plus": "^0.2.7",
70
+ "vite-plus": "^0.2.9",
71
71
  "vue-component-type-helpers": "^3.3.9",
72
- "vue-tsc": "^3.3.3"
72
+ "vue-tsc": "^3.3.9"
73
73
  },
74
74
  "peerDependencies": {
75
+ "@delta-comic/model": "3.0.0-next.11",
76
+ "@delta-comic/utils": "3.0.0-next.11",
75
77
  "@pinia/colada": "^1.4.2",
76
78
  "naive-ui": "^2.44.1",
77
- "pinia": "^4.0.2",
79
+ "pinia": "^4.0.3",
78
80
  "tailwindcss": "^4.3.3",
79
- "vue": "^3.6.0-rc.2",
80
- "vue-router": "^5.2.0",
81
- "@delta-comic/model": "3.0.0-next.10",
82
- "@delta-comic/utils": "3.0.0-next.10"
81
+ "vue": "^3.6.0-rc.4",
82
+ "vue-router": "^5.2.0"
83
83
  },
84
84
  "peerDependenciesMeta": {
85
85
  "tailwindcss": {
86
86
  "optional": true
87
87
  }
88
- },
89
- "scripts": {
90
- "build": "vp build && vp pack",
91
- "dev": "vp dev",
92
- "typecheck": "vue-tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.node.json --noEmit"
93
88
  }
94
89
  }
@@ -1,11 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var e = Object.defineProperty, t = (t, n) => {
3
- let r = {};
4
- for (var i in t) e(r, i, {
5
- get: t[i],
6
- enumerable: !0
7
- });
8
- return n || e(r, Symbol.toStringTag, { value: "Module" }), r;
9
- };
10
- //#endregion
11
- export { t };