From 0a522a2ea29b5e59074bc47254c0e7800e4a0e48 Mon Sep 17 00:00:00 2001 From: kirankn8 Date: Sat, 24 Jul 2021 01:07:02 +0530 Subject: [PATCH] Bump package version to 1.0.3 --- package-lock.json | 17 +++++------------ package.json | 2 +- src/config/settings/extension.js | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12f1777..eae648d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "weatherman", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6435,12 +6435,6 @@ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -8656,13 +8650,12 @@ }, "dependencies": { "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" + "is-glob": "^4.0.1" }, "dependencies": { "is-glob": { diff --git a/package.json b/package.json index be0c930..5ec5b07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "weatherman", "displayName": "WeatherMan", "description": "Provides intelligent weather forecast", - "version": "1.0.2", + "version": "1.0.3", "author": { "name": "Kiran Kilingar Nadumane" }, diff --git a/src/config/settings/extension.js b/src/config/settings/extension.js index ea955d2..bccf458 100644 --- a/src/config/settings/extension.js +++ b/src/config/settings/extension.js @@ -6,7 +6,7 @@ export const extensionSettings = { viewType: "weatherMan", appName: "WeatherMan", invocationCmd: "weatherman.forecast", - statusBarPriority: 0, + statusBarPriority: -1, webpackConfig: { outputDir: "dist", webviewJsFile: "bundle.js",