@omnia/tooling 8.0.8-vnext → 8.0.10-vnext
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.
@@ -109,9 +109,6 @@ exports.clean = clean;
|
|
109
109
|
function serve() {
|
110
110
|
printLogo();
|
111
111
|
printVersion();
|
112
|
-
if (isExtensionEnv) {
|
113
|
-
console.log(chalk_1.default.cyan(`Version ${require('@omnia/tooling/package.json').version}`));
|
114
|
-
}
|
115
112
|
utils.log('Creating hosting...');
|
116
113
|
initTasks();
|
117
114
|
triggerServe();
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/tooling",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.10-vnext",
|
5
5
|
"description": "Provide basic stuffs extensible for omnia extension.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"main": "index.js",
|
28
28
|
"dependencies": {
|
29
|
-
"@omnia/types": "8.0.
|
29
|
+
"@omnia/types": "8.0.10-vnext",
|
30
30
|
"@types/node": "18.13.0",
|
31
31
|
"tslib": "2.3.1",
|
32
32
|
"typescript": "4.9.4",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"minimist": "1.2.6",
|
38
38
|
"globby": "6.1.0",
|
39
39
|
"figlet": "1.5.2",
|
40
|
-
"esbuild": "0.17
|
41
|
-
"esbuild-loader": "
|
40
|
+
"esbuild": "0.16.17",
|
41
|
+
"esbuild-loader": "2.18.0"
|
42
42
|
},
|
43
43
|
"typings": "./index.d.ts",
|
44
44
|
"bugs": {
|