@omnia/tooling 8.0.8-vnext → 8.0.9-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.8-vnext",
4
+ "version": "8.0.9-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.8-vnext",
29
+ "@omnia/types": "8.0.9-vnext",
30
30
  "@types/node": "18.13.0",
31
31
  "tslib": "2.3.1",
32
32
  "typescript": "4.9.4",