Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-react-components",
"version": "0.5.2",
"version": "0.5.3",
"description": "Solid React Components",
"scripts": {
"start": "node scripts/start.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/classes/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export class Notification {
* Validate the list of notification IRIs and return a list of valid ones
*/
const coreNotificationShape =
'https://shexshapes.inrupt.net/public/notifications/core-notification.shex';
'https://shexshapes.inrupt.net/public/notifications/app-notification.shex';
const validNotifications = await shexUtil.validateList(
notificationPaths,
coreNotificationShape
Expand Down