From 802e19aee75dad6e6829de701711ea6bc3c1c434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Fri, 25 Jun 2021 05:48:42 +0300 Subject: [PATCH 1/3] :arrow_up: 6.0.0 :tada: --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c4bfb5..b9e641a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-url", - "version": "5.0.6", + "version": "6.0.0", "description": "An advanced url parser supporting git urls too.", "main": "lib/index.js", "directories": { @@ -56,4 +56,4 @@ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} +} \ No newline at end of file From 2e37af3e6494a85371a4bca44add4794d46cd299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 29 Jun 2021 12:04:24 +0300 Subject: [PATCH 2/3] :arrow_up: 6.0.0 :tada: --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c4bfb5..b9e641a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-url", - "version": "5.0.6", + "version": "6.0.0", "description": "An advanced url parser supporting git urls too.", "main": "lib/index.js", "directories": { @@ -56,4 +56,4 @@ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} +} \ No newline at end of file From e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 29 Jun 2021 12:07:55 +0300 Subject: [PATCH 3/3] Updated docs --- README.md | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93999eb..973457f 100644 --- a/README.md +++ b/README.md @@ -292,22 +292,22 @@ If you are using this library in one of your projects, add it in this list. :spa - `cli-live-tutorial` - `@buganto/client` - `@datalogic/react-native-datalogic-module` - - `@ndla/source-map-resolver` - `birken-react-native-community-image-editor` - `native-kakao-login` - `react-native-modal-progress-bar` - - `cv-app-payment-adyen` - - `react-native-flyy` - - `react-native-dsphoto-module` - `@hawkingnetwork/react-native-tab-view` - `miguelcostero-ng2-toasty` - `vue-cli-plugin-ut-builder` + - `cv-app-payment-adyen` + - `react-native-flyy` - `drowl-base-theme-iconset` - `gitlab-backup-util-harduino` - `loast` - `rn-custom-tabview` - `homebridge-pushcutter` - `soajs.repositories` + - `@ntt_app/react-native-custom-notification` + - `@ndla/source-map-resolver` diff --git a/package.json b/package.json index b9e641a..1ab04c3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "is-ssh": "^1.3.0", - "normalize-url": "4.5.0", + "normalize-url": "^6.1.0", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, @@ -56,4 +56,4 @@ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} \ No newline at end of file +}