@theshelf/notification 0.2.0 → 0.3.0

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/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,8 +50,6 @@ type WebPushConfiguration = { // Vapid details
50
50
  ### Operations
51
51
 
52
52
  ```ts
53
- import notificationService from '@theshelf/notification';
54
-
55
53
  // Open connection
56
54
  await notificationService.connect();
57
55
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@theshelf/notification",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "type": "module",
6
6
  "repository": {
7
- "url": "https://github.com/MaskingTechnology/theshelf"
7
+ "url": "git+https://github.com/MaskingTechnology/theshelf.git"
8
8
  },
9
9
  "scripts": {
10
10
  "build": "tsc",