@live-change/notification-service 0.8.12 → 0.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/notification.js +1 -1
  2. package/package.json +6 -6
package/notification.js CHANGED
@@ -190,7 +190,7 @@ definition.view({
190
190
  const id = client.user
191
191
  ? `"user_User":"${client.user}"`
192
192
  : `"session_Session":"${client.session}"`
193
- console.log("UNREAD", 'unreadNotificationsCount', id)
193
+ //console.log("UNREAD", 'unreadNotificationsCount', id)
194
194
  return ['database', 'indexObject', app.databaseName, 'notification_Notification_unreadNotificationsCount', id]
195
195
  }
196
196
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/notification-service",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,21 +8,21 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/live-change/live-change-services.git"
11
+ "url": "git+https://github.com/live-change/live-change-stack.git"
12
12
  },
13
13
  "license": "MIT",
14
14
  "bugs": {
15
- "url": "https://github.com/live-change/live-change-services/issues"
15
+ "url": "https://github.com/live-change/live-change-stack/issues"
16
16
  },
17
- "homepage": "https://github.com/live-change/live-change-services",
17
+ "homepage": "https://github.com/live-change/live-change-stack",
18
18
  "author": {
19
19
  "email": "michal@laszczewski.pl",
20
20
  "name": "Michał Łaszczewski",
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/framework": "^0.8.12"
24
+ "@live-change/framework": "^0.8.13"
25
25
  },
26
- "gitHead": "5c93162184742550bf6a5e7b37a5537c69f8a3c4",
26
+ "gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87",
27
27
  "type": "module"
28
28
  }