@opensumi/cli-engine 3.8.1-next-1740475512.0 → 3.8.1-next-1740478950.0
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/lib/browser/browser.js +1 -3
- package/package.json +10 -10
package/lib/browser/browser.js
CHANGED
|
@@ -13325,7 +13325,6 @@ html li {
|
|
|
13325
13325
|
border-radius: 4px;
|
|
13326
13326
|
}
|
|
13327
13327
|
`],sourceRoot:""}]),p.locals={ai_inline_result_panel:"KZhEpT286u3WKttLvGdP",side:"KT7iZRwMVJIS6CboJMpy",operate_btn:"RfaFE8NLYwGxtJoq3V7C",default:"Tx16sSkG4snJyAY_H6lW",operate_icon:"lxkcjIl9V1lgmzOvFaEX"};const v=p},55098:(x,t,e)=>{"use strict";e.d(t,{A:()=>v});var n=e(82001),r=e.n(n),o=e(40935),l=e.n(o),p=l()(r());p.push([x.id,`.LJtQzjGjSzVxD9GOnr4i {
|
|
13328
|
-
padding: 8px 4px 8px 10px;
|
|
13329
13328
|
font-size: 12px;
|
|
13330
13329
|
position: relative;
|
|
13331
13330
|
background-color: transparent;
|
|
@@ -13358,8 +13357,7 @@ html li {
|
|
|
13358
13357
|
.LJtQzjGjSzVxD9GOnr4i .TCbWXS7vKsJJqkw9lFia .GCyvlx_h4Q14_16i8_9j .MJsFwDLb6StDcNsHCxcB:hover > span::before {
|
|
13359
13358
|
color: var(--kt-primaryButton-background);
|
|
13360
13359
|
}
|
|
13361
|
-
`,"",{version:3,sources:["webpack://./../../packages/core-browser/lib/components/ai-native/interactive-input/index.module.less"],names:[],mappings:"AAAA;EACE,
|
|
13362
|
-
padding: 8px 4px 8px 10px;
|
|
13360
|
+
`,"",{version:3,sources:["webpack://./../../packages/core-browser/lib/components/ai-native/interactive-input/index.module.less"],names:[],mappings:"AAAA;EACE,eAAe;EACf,kBAAkB;EAClB,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,mBAAmB;AACrB;AACA;EACE,8DAA8D;AAChE;AACA;EACE,mEAAmE;AACrE;AACA;EACE,YAAY;EACZ,iBAAiB;AACnB;AACA;EACE,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;EACf,iDAAiD;AACnD;AACA;;EAEE,yCAAyC;AAC3C",sourcesContent:[`.interactive_input_container {
|
|
13363
13361
|
font-size: 12px;
|
|
13364
13362
|
position: relative;
|
|
13365
13363
|
background-color: transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/cli-engine",
|
|
3
|
-
"version": "3.8.1-next-
|
|
3
|
+
"version": "3.8.1-next-1740478950.0",
|
|
4
4
|
"description": "Integration engine runtime for opensumi-cli and opensumi extension",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@koa/cors": "^5.0.0",
|
|
28
28
|
"@opensumi/di": "^1.8.0",
|
|
29
|
-
"@opensumi/ide-core-browser": "3.8.1-next-
|
|
30
|
-
"@opensumi/ide-core-common": "3.8.1-next-
|
|
31
|
-
"@opensumi/ide-core-node": "3.8.1-next-
|
|
32
|
-
"@opensumi/ide-express-file-server": "3.8.1-next-
|
|
33
|
-
"@opensumi/ide-extension": "3.8.1-next-
|
|
34
|
-
"@opensumi/ide-i18n": "3.8.1-next-
|
|
35
|
-
"@opensumi/ide-main-layout": "3.8.1-next-
|
|
36
|
-
"@opensumi/ide-startup": "3.8.1-next-
|
|
29
|
+
"@opensumi/ide-core-browser": "3.8.1-next-1740478950.0",
|
|
30
|
+
"@opensumi/ide-core-common": "3.8.1-next-1740478950.0",
|
|
31
|
+
"@opensumi/ide-core-node": "3.8.1-next-1740478950.0",
|
|
32
|
+
"@opensumi/ide-express-file-server": "3.8.1-next-1740478950.0",
|
|
33
|
+
"@opensumi/ide-extension": "3.8.1-next-1740478950.0",
|
|
34
|
+
"@opensumi/ide-i18n": "3.8.1-next-1740478950.0",
|
|
35
|
+
"@opensumi/ide-main-layout": "3.8.1-next-1740478950.0",
|
|
36
|
+
"@opensumi/ide-startup": "3.8.1-next-1740478950.0",
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"ejs": "^3.1.7",
|
|
39
39
|
"ip": "^1.1.8",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"webpack": "^5.90.0",
|
|
73
73
|
"webpack-cli": "^5.1.4"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "919a16c55d69177cb5e6326f09c9af5794336e24"
|
|
76
76
|
}
|