From 13ce9288339c2ba03d9ce94bdd62916688b70489 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Mon, 26 Feb 2024 18:55:53 +0100 Subject: [PATCH 1/4] chore: update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 625e1ab..26ffcb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-wish", - "version": "0.0.7", + "version": "0.0.8", "description": "The OAuth hook you wish exists for Sails", "main": "index.js", "keywords": [ From 217f3c3e751d188e78849be8f02d3b1e3242002d Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Mon, 26 Feb 2024 18:56:47 +0100 Subject: [PATCH 2/4] chore: add hook name --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26ffcb3..85afa32 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "sails hook" ], "sails": { - "isHook": true + "isHook": true, + "hookName": "wish" }, "bugs": { "url": "https://github.com/sailscastshq/sails-hook-wish/issues" From a44a79448d2fd12e1a53c0d70a2c5d6a9d90ebb3 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Mon, 26 Feb 2024 18:57:12 +0100 Subject: [PATCH 3/4] chore: add homepage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 85afa32..c42e72d 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "type": "git", "url": "git+https://github.com/sailscastshq/sails-hook-wish.git" }, + "homepage": "https://github.com/sailscastshq/sails-hook-wish#readme", "author": "Kelvin Omereshone", "license": "MIT", "scripts": { From 32d4ee7c9b6f858d1360872c6ea18cf7d613d9fb Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Sat, 9 Mar 2024 10:41:10 +0100 Subject: [PATCH 4/4] chore: release 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c42e72d..09147d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-wish", - "version": "0.0.8", + "version": "0.0.9", "description": "The OAuth hook you wish exists for Sails", "main": "index.js", "keywords": [