From d8399ea0f1940d6483bfef59e3eb94ba41137b12 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 13 Feb 2023 06:44:28 +0530 Subject: Upgrade 'pnpm' to '7.27.0'; Upgrade other npm modules and fix errors --- recipes/hey/package.json | 2 +- recipes/hey/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/hey') diff --git a/recipes/hey/package.json b/recipes/hey/package.json index e3bc1e2..090dbaa 100644 --- a/recipes/hey/package.json +++ b/recipes/hey/package.json @@ -1,7 +1,7 @@ { "id": "hey", "name": "Hey", - "version": "1.1.0", + "version": "1.1.1", "repository": "https://github.com/cpwood/recipe-hey", "config": { "serviceURL": "https://app.hey.com", diff --git a/recipes/hey/webview.js b/recipes/hey/webview.js index d92490b..d0b885a 100644 --- a/recipes/hey/webview.js +++ b/recipes/hey/webview.js @@ -19,7 +19,7 @@ module.exports = Ferdium => { for (const p of postings) { if ( p.nodeName == 'ARTICLE' && - p.getAttribute('data-seen') !== 'true' + p.dataset.seen !== 'true' ) { unread++; } -- cgit v1.2.3-70-g09d2