Skip to content

Commit e5363b6

Browse files
authored
chore: add resources (#183)
1 parent 03e36b2 commit e5363b6

16 files changed

Lines changed: 542 additions & 1849 deletions

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "@codeblitzjs/core",
33
"private": true,
4-
"version": "1.2.0",
54
"workspaces": [
65
"packages/*"
76
],
87
"description": "codeblitzjs",
98
"main": "index.js",
109
"engines": {
11-
"opensumi": "3.3.2"
10+
"opensumi": "3.3.3"
1211
},
1312
"scripts": {
1413
"prepare": "husky install",
@@ -65,7 +64,6 @@
6564
"execa": "^4.1.0",
6665
"fs-extra": "^9.0.1",
6766
"glob": "^7.1.6",
68-
"gulp": "^4.0.2",
6967
"husky": "^5.0.4",
7068
"inquirer": "^7.3.3",
7169
"jest": "^26.6.3",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"opensumi codeblitzjs"
1111
],
1212
"engines": {
13-
"opensumi": "3.3.2",
14-
"node": ">=10.0.0"
13+
"opensumi": "3.3.3",
14+
"node": ">=18.0.0"
1515
},
1616
"dependencies": {
1717
"@codeblitzjs/ide-common": "workspace:*",
1818
"@opensumi/extension-installer": "^0.0.1",
19-
"@opensumi/ide-extension": "3.3.2",
19+
"@opensumi/ide-extension": "3.3.3",
2020
"commander": "^7.2.0",
2121
"fs-extra": "^9.0.1",
2222
"lodash.pick": "^4.4.0",

packages/core/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -33,48 +33,48 @@
3333
"@codeblitzjs/ide-plugin": "workspace:*",
3434
"@codeblitzjs/ide-registry": "workspace:*",
3535
"@codeblitzjs/ide-sumi-core": "workspace:*",
36-
"@opensumi/ide-addons": "3.3.2",
37-
"@opensumi/ide-ai-native": "3.3.2",
38-
"@opensumi/ide-comments": "3.3.2",
39-
"@opensumi/ide-core-browser": "3.3.2",
40-
"@opensumi/ide-core-common": "3.3.2",
41-
"@opensumi/ide-debug": "3.3.2",
42-
"@opensumi/ide-decoration": "3.3.2",
43-
"@opensumi/ide-design": "3.3.2",
44-
"@opensumi/ide-editor": "3.3.2",
45-
"@opensumi/ide-explorer": "3.3.2",
46-
"@opensumi/ide-express-file-server": "3.3.2",
47-
"@opensumi/ide-extension": "3.3.2",
48-
"@opensumi/ide-extension-storage": "3.3.2",
49-
"@opensumi/ide-file-scheme": "3.3.2",
50-
"@opensumi/ide-file-service": "3.3.2",
51-
"@opensumi/ide-file-tree-next": "3.3.2",
52-
"@opensumi/ide-i18n": "3.3.2",
53-
"@opensumi/ide-keymaps": "3.3.2",
54-
"@opensumi/ide-logs": "3.3.2",
55-
"@opensumi/ide-main-layout": "3.3.2",
56-
"@opensumi/ide-markdown": "3.3.2",
57-
"@opensumi/ide-markers": "3.3.2",
58-
"@opensumi/ide-menu-bar": "3.3.2",
59-
"@opensumi/ide-monaco": "3.3.2",
60-
"@opensumi/ide-monaco-enhance": "3.3.2",
61-
"@opensumi/ide-opened-editor": "3.3.2",
62-
"@opensumi/ide-outline": "3.3.2",
63-
"@opensumi/ide-output": "3.3.2",
64-
"@opensumi/ide-overlay": "3.3.2",
65-
"@opensumi/ide-preferences": "3.3.2",
66-
"@opensumi/ide-quick-open": "3.3.2",
67-
"@opensumi/ide-scm": "3.3.2",
68-
"@opensumi/ide-search": "3.3.2",
69-
"@opensumi/ide-status-bar": "3.3.2",
70-
"@opensumi/ide-storage": "3.3.2",
71-
"@opensumi/ide-testing": "3.3.2",
72-
"@opensumi/ide-theme": "3.3.2",
73-
"@opensumi/ide-toolbar": "3.3.2",
74-
"@opensumi/ide-variable": "3.3.2",
75-
"@opensumi/ide-webview": "3.3.2",
76-
"@opensumi/ide-workspace": "3.3.2",
77-
"@opensumi/ide-workspace-edit": "3.3.2",
36+
"@opensumi/ide-addons": "3.3.3",
37+
"@opensumi/ide-ai-native": "3.3.3",
38+
"@opensumi/ide-comments": "3.3.3",
39+
"@opensumi/ide-core-browser": "3.3.3",
40+
"@opensumi/ide-core-common": "3.3.3",
41+
"@opensumi/ide-debug": "3.3.3",
42+
"@opensumi/ide-decoration": "3.3.3",
43+
"@opensumi/ide-design": "3.3.3",
44+
"@opensumi/ide-editor": "3.3.3",
45+
"@opensumi/ide-explorer": "3.3.3",
46+
"@opensumi/ide-express-file-server": "3.3.3",
47+
"@opensumi/ide-extension": "3.3.3",
48+
"@opensumi/ide-extension-storage": "3.3.3",
49+
"@opensumi/ide-file-scheme": "3.3.3",
50+
"@opensumi/ide-file-service": "3.3.3",
51+
"@opensumi/ide-file-tree-next": "3.3.3",
52+
"@opensumi/ide-i18n": "3.3.3",
53+
"@opensumi/ide-keymaps": "3.3.3",
54+
"@opensumi/ide-logs": "3.3.3",
55+
"@opensumi/ide-main-layout": "3.3.3",
56+
"@opensumi/ide-markdown": "3.3.3",
57+
"@opensumi/ide-markers": "3.3.3",
58+
"@opensumi/ide-menu-bar": "3.3.3",
59+
"@opensumi/ide-monaco": "3.3.3",
60+
"@opensumi/ide-monaco-enhance": "3.3.3",
61+
"@opensumi/ide-opened-editor": "3.3.3",
62+
"@opensumi/ide-outline": "3.3.3",
63+
"@opensumi/ide-output": "3.3.3",
64+
"@opensumi/ide-overlay": "3.3.3",
65+
"@opensumi/ide-preferences": "3.3.3",
66+
"@opensumi/ide-quick-open": "3.3.3",
67+
"@opensumi/ide-scm": "3.3.3",
68+
"@opensumi/ide-search": "3.3.3",
69+
"@opensumi/ide-status-bar": "3.3.3",
70+
"@opensumi/ide-storage": "3.3.3",
71+
"@opensumi/ide-testing": "3.3.3",
72+
"@opensumi/ide-theme": "3.3.3",
73+
"@opensumi/ide-toolbar": "3.3.3",
74+
"@opensumi/ide-variable": "3.3.3",
75+
"@opensumi/ide-webview": "3.3.3",
76+
"@opensumi/ide-workspace": "3.3.3",
77+
"@opensumi/ide-workspace-edit": "3.3.3",
7878
"@opensumi/textmate-languages": "^2.7.0",
7979
"tslib": "^2.2.0"
8080
},

packages/sumi-core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@codeblitzjs/ide-common": "workspace:*",
1616
"@codeblitzjs/ide-registry": "workspace:*",
1717
"@opensumi/di": "^1.0.0",
18-
"@opensumi/ide-ai-native": "3.3.2",
19-
"@opensumi/ide-core-browser": "3.3.2",
20-
"@opensumi/ide-core-common": "3.3.2",
21-
"@opensumi/ide-debug": "3.3.2",
22-
"@opensumi/ide-extension": "3.3.2",
23-
"@opensumi/ide-file-scheme": "3.3.2",
24-
"@opensumi/ide-file-service": "3.3.2",
25-
"@opensumi/ide-logs": "3.3.2",
18+
"@opensumi/ide-ai-native": "3.3.3",
19+
"@opensumi/ide-core-browser": "3.3.3",
20+
"@opensumi/ide-core-common": "3.3.3",
21+
"@opensumi/ide-debug": "3.3.3",
22+
"@opensumi/ide-extension": "3.3.3",
23+
"@opensumi/ide-file-scheme": "3.3.3",
24+
"@opensumi/ide-file-service": "3.3.3",
25+
"@opensumi/ide-logs": "3.3.3",
2626
"assert": "^2.0.0",
2727
"fs-extra-factory": "^0.2.1",
2828
"iconv-lite-umd": "^0.6.8",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"webview": "webview.66e57793.js",
3+
"webview/index.html": "webview.805ab470/index.html",
4+
"worker-host": "worker-host.490aafa0.js"
5+
}

packages/sumi-core/resources/webview.66e57793.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en" style="width: 100%; height: 100%;"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Webview Panel Container</title><script crossorigin src="../webview.66e57793.js"></script></head><body style="margin: 0; overflow: hidden; width: 100%; height: 100%"></body></html>

packages/sumi-core/resources/worker-host.490aafa0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/*!
2+
* +----------------------------------------------------------------------------------+
3+
* | murmurHash3.js v3.0.0 (http://github.com/karanlyons/murmurHash3.js) |
4+
* | A TypeScript/JavaScript implementation of MurmurHash3's hashing algorithms. |
5+
* |----------------------------------------------------------------------------------|
6+
* | Copyright (c) 2012-2020 Karan Lyons. Freely distributable under the MIT license. |
7+
* +----------------------------------------------------------------------------------+
8+
*/
9+
10+
/*!
11+
* The buffer module from node.js, for the browser.
12+
*
13+
* @author Feross Aboukhadijeh <http://feross.org>
14+
* @license MIT
15+
*/
16+
17+
/*!
18+
* The buffer module from node.js, for the browser.
19+
*
20+
* @author Feross Aboukhadijeh <https://feross.org>
21+
* @license MIT
22+
*/
23+
24+
/*! *****************************************************************************
25+
Copyright (C) Microsoft. All rights reserved.
26+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
27+
this file except in compliance with the License. You may obtain a copy of the
28+
License at http://www.apache.org/licenses/LICENSE-2.0
29+
30+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
31+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
32+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
33+
MERCHANTABLITY OR NON-INFRINGEMENT.
34+
35+
See the Apache Version 2.0 License for specific language governing permissions
36+
and limitations under the License.
37+
***************************************************************************** */
38+
39+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
40+
41+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
42+
43+
/**
44+
* @license React
45+
* react.production.min.js
46+
*
47+
* Copyright (c) Facebook, Inc. and its affiliates.
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE file in the root directory of this source tree.
51+
*/

packages/toolkit/define.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__OPENSUMI_VERSION__": "3.3.2",
2+
"__OPENSUMI_VERSION__": "3.3.3",
33
"__WORKER_HOST__": "https://gw.alipayobjects.com/os/cloud-ide/codeblitz/worker-host.490aafa0.js",
44
"__WEBVIEW_ENDPOINT__": "https://gw.alipayobjects.com/os/cloud-ide/codeblitz/webview.805ab470",
55
"__WEBVIEW_SCRIPT__": "https://gw.alipayobjects.com/os/cloud-ide/codeblitz/webview.66e57793.js"

0 commit comments

Comments
 (0)