node-karin 1.8.2 → 1.8.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/CHANGELOG.md +15 -0
- package/dist/index.mjs +6 -6
- package/dist/web/assets/js/components-npTY995l.js.br +0 -0
- package/dist/web/assets/js/entry-Cqaz_syV.js.br +0 -0
- package/dist/web/assets/js/hooks--KubQe7o.js.br +0 -0
- package/dist/web/assets/js/page-404.tsx-CPTwu1Kw.js +1 -0
- package/dist/web/assets/js/page-dashboard-DrHgajvo.js.br +0 -0
- package/dist/web/assets/js/page-loading.tsx-DxHBHcXk.js.br +0 -0
- package/dist/web/assets/js/page-login.tsx-RecexTYb.js.br +0 -0
- package/dist/web/assets/js/{utils-qrmq67Xg.js → utils-XYObVNQV.js} +1 -1
- package/dist/web/assets/js/vendor-heroui-ChBmWofa.js.br +0 -0
- package/dist/web/assets/js/vendor-others-DosxvKXh.js.br +0 -0
- package/dist/web/assets/js/vendor-react-JzVImTA6.js.br +0 -0
- package/dist/web/assets/js/vendor-visual-CKdS6Vgq.js.br +0 -0
- package/dist/web/index.html +9 -9
- package/package.json +2 -2
- package/README.md +0 -32
- package/dist/web/assets/js/components-CxadY39V.js.br +0 -0
- package/dist/web/assets/js/entry-CHFt_H9g.js.br +0 -0
- package/dist/web/assets/js/hooks-DCwZcclx.js.br +0 -0
- package/dist/web/assets/js/page-404.tsx-DuSCXxgV.js +0 -1
- package/dist/web/assets/js/page-dashboard-DeOjlIBI.js.br +0 -0
- package/dist/web/assets/js/page-loading.tsx-DGpPkY1i.js.br +0 -0
- package/dist/web/assets/js/page-login.tsx-Uw_-NauC.js.br +0 -0
- package/dist/web/assets/js/vendor-heroui-CWZ6Mu45.js.br +0 -0
- package/dist/web/assets/js/vendor-others-BM6DakDu.js.br +0 -0
- package/dist/web/assets/js/vendor-react-BFjuLQyM.js.br +0 -0
- package/dist/web/assets/js/vendor-visual-CzYP84zg.js.br +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.8.4](https://github.com/KarinJS/Karin/compare/core-v1.8.3...core-v1.8.4) (2025-05-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* axios入口错误 ([8da00d9](https://github.com/KarinJS/Karin/commit/8da00d97f821830dc0added6dff3474405686747))
|
|
9
|
+
|
|
10
|
+
## [1.8.3](https://github.com/KarinJS/Karin/compare/core-v1.8.2...core-v1.8.3) (2025-05-03)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
* 修正axios ([8d093c0](https://github.com/KarinJS/Karin/commit/8d093c0f7cb2dfafdab79fd1ec8aa2a35f60b848))
|
|
16
|
+
* 更新axios版本至1.1.6 ([ee1b0b9](https://github.com/KarinJS/Karin/commit/ee1b0b94dfa58fc5d3774d75f31168c180b0073a))
|
|
17
|
+
|
|
3
18
|
## [1.8.2](https://github.com/KarinJS/Karin/compare/core-v1.8.1...core-v1.8.2) (2025-05-03)
|
|
4
19
|
|
|
5
20
|
|
package/dist/index.mjs
CHANGED
|
@@ -28211,11 +28211,11 @@ var init_installMarket = __esm({
|
|
|
28211
28211
|
async (_2, emitLog) => {
|
|
28212
28212
|
const args = ["add", data.target, "--save"];
|
|
28213
28213
|
if (isWorkspace()) args.push("-w");
|
|
28214
|
-
let
|
|
28214
|
+
let IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF = false;
|
|
28215
28215
|
await spawnProcess("pnpm", args, {}, emitLog, () => {
|
|
28216
|
-
|
|
28216
|
+
IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF = true;
|
|
28217
28217
|
});
|
|
28218
|
-
if (
|
|
28218
|
+
if (IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF) {
|
|
28219
28219
|
emitLog("\u68C0\u6D4B\u5230 ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF \u9519\u8BEF\uFF0C\u5C1D\u8BD5\u4FEE\u590D...");
|
|
28220
28220
|
emitLog("\u6267\u884C pnpm install -f \u5F3A\u5236\u91CD\u5EFA\u6A21\u5757\u76EE\u5F55");
|
|
28221
28221
|
await spawnProcess("pnpm", ["install", "-f"], {}, emitLog);
|
|
@@ -28393,11 +28393,11 @@ var init_installCustom = __esm({
|
|
|
28393
28393
|
const args = ["add", pkg2, "--save"];
|
|
28394
28394
|
if (isWorkspace()) args.push("-w");
|
|
28395
28395
|
if (data.registry) args.push(`--registry=${data.registry}`);
|
|
28396
|
-
let
|
|
28396
|
+
let IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF = false;
|
|
28397
28397
|
await spawnProcess("pnpm", args, {}, emitLog, () => {
|
|
28398
|
-
|
|
28398
|
+
IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF = true;
|
|
28399
28399
|
});
|
|
28400
|
-
if (
|
|
28400
|
+
if (IS_ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF) {
|
|
28401
28401
|
emitLog("\u68C0\u6D4B\u5230 ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF \u9519\u8BEF\uFF0C\u5C1D\u8BD5\u4FEE\u590D...");
|
|
28402
28402
|
emitLog("\u6267\u884C pnpm install -f \u5F3A\u5236\u91CD\u5EFA\u6A21\u5757\u76EE\u5F55");
|
|
28403
28403
|
await spawnProcess("pnpm", ["install", "-f"], {}, emitLog);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{j as t}from"./vendor-react-JzVImTA6.js";import{P as r}from"./components-npTY995l.js";import"./vendor-others-DosxvKXh.js";import"./vendor-editor-B8hjWfkw.js";import"./vendor-ui-utils-5rYIvRjL.js";import"./vendor-heroui-ChBmWofa.js";import"./page-dashboard-DrHgajvo.js";import"./hooks--KubQe7o.js";import"./utils-XYObVNQV.js";import"./vendor-visual-CKdS6Vgq.js";const x=()=>t.jsx("div",{className:"min-h-screen flex items-center justify-center",children:t.jsx(r,{})});export{x as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{V as p}from"./vendor-react-
|
|
1
|
+
import{V as p}from"./vendor-react-JzVImTA6.js";import{a5 as g}from"./components-npTY995l.js";const k=async(t,n,e,r)=>{const{setIsLogModalOpen:i,setTaskId:c,setTaskLogs:o,setTaskName:f}=n;f("更新插件");const a=["开始创建更新任务...",`options: ${JSON.stringify(t)}`];o(a);try{const s=await g(t);if(s.success&&s.taskId)c(s.taskId),o([...a,`
|
|
2
2
|
任务创建成功!`,`任务ID: ${s.taskId}`,"正在连接任务执行日志..."]),i(!0),typeof e=="function"&&e(),typeof r=="function"&&r();else throw new Error(s.message||"未知错误")}catch(s){console.error("更新失败:",s),p.error(`更新失败: ${s.message}`)}};export{k as c};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/web/index.html
CHANGED
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
|
15
15
|
name="viewport" />
|
|
16
16
|
<link href="/web/assets/ico/favicon-BoqZd694.ico" rel="icon" />
|
|
17
|
-
<script type="module" crossorigin src="/web/assets/js/entry-
|
|
17
|
+
<script type="module" crossorigin src="/web/assets/js/entry-Cqaz_syV.js"></script>
|
|
18
18
|
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-editor-B8hjWfkw.js">
|
|
19
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-others-
|
|
19
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-others-DosxvKXh.js">
|
|
20
20
|
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-ui-utils-5rYIvRjL.js">
|
|
21
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-react-
|
|
22
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-heroui-
|
|
23
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/hooks
|
|
24
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-visual-
|
|
25
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/components-
|
|
26
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/utils-
|
|
27
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/page-dashboard-
|
|
21
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-react-JzVImTA6.js">
|
|
22
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-heroui-ChBmWofa.js">
|
|
23
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/hooks--KubQe7o.js">
|
|
24
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-visual-CKdS6Vgq.js">
|
|
25
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/components-npTY995l.js">
|
|
26
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/utils-XYObVNQV.js">
|
|
27
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/page-dashboard-DrHgajvo.js">
|
|
28
28
|
<link rel="stylesheet" crossorigin href="/web/assets/css/vendor-editor-CFbL2ovg.css">
|
|
29
29
|
<link rel="stylesheet" crossorigin href="/web/assets/css/vendor-others-ZgkIHsf0.css">
|
|
30
30
|
<link rel="stylesheet" crossorigin href="/web/assets/css/components-ep7vm38G.css">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-karin",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "Lightweight, efficient, concise, and stable robot framework.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
161
|
"art-template": "npm:@karinjs/art-template@1.1.0",
|
|
162
|
-
"axios": "npm:@karinjs/axios@1.
|
|
162
|
+
"axios": "npm:@karinjs/axios@1.1.7",
|
|
163
163
|
"chalk": "5.4.1",
|
|
164
164
|
"chokidar": "4.0.3",
|
|
165
165
|
"express": "npm:@karinjs/express@1.0.3",
|
package/README.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
## 项目介绍
|
|
4
|
-
|
|
5
|
-
`karin` 中译为「卡琳」,这个名字由[fuqiuluo](https://github.com/fuqiuluo)提供~
|
|
6
|
-
|
|
7
|
-
## 快速开始
|
|
8
|
-
|
|
9
|
-
[点击跳转文档](https://karin.fun/)
|
|
10
|
-
|
|
11
|
-
当前文档可能存在滞后性,正在努力更新中。
|
|
12
|
-
|
|
13
|
-
有其他问题请加群讨论: 967068507
|
|
14
|
-
|
|
15
|
-
## 温馨提示
|
|
16
|
-
|
|
17
|
-
当前`1.0.0`仍处于测试阶段,欢迎大家提出宝贵意见,我们会尽快修复。
|
|
18
|
-
|
|
19
|
-
## 鸣谢
|
|
20
|
-
|
|
21
|
-
- webui: [bietiaop](https://github.com/bietiaop)
|
|
22
|
-
- docs: [ikenxuan](https://github.com/ikenxuan)
|
|
23
|
-
|
|
24
|
-
> ps: 感谢两位大佬~
|
|
25
|
-
|
|
26
|
-
### 贡献者
|
|
27
|
-
|
|
28
|
-
> 🌟 星光闪烁,你们的智慧如同璀璨的夜空。感谢所有为**Karin**做出贡献的人!
|
|
29
|
-
|
|
30
|
-
[](https://github.com/KarinJS/Karin/graphs/contributors)
|
|
31
|
-
|
|
32
|
-

|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as t}from"./vendor-react-BFjuLQyM.js";import{P as r}from"./components-CxadY39V.js";import"./vendor-others-BM6DakDu.js";import"./vendor-editor-B8hjWfkw.js";import"./vendor-ui-utils-5rYIvRjL.js";import"./vendor-heroui-CWZ6Mu45.js";import"./page-dashboard-DeOjlIBI.js";import"./hooks-DCwZcclx.js";import"./utils-qrmq67Xg.js";import"./vendor-visual-CzYP84zg.js";const x=()=>t.jsx("div",{className:"min-h-screen flex items-center justify-center",children:t.jsx(r,{})});export{x as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|