@teambit/notifications 1.0.410 → 1.0.411

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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.ui-foundation/notifications@1.0.410" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/notifications@1.0.411" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -20,6 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 26
22
22
  },
23
+ "signature": "class NotificationUI",
23
24
  "name": "default",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -450,7 +451,7 @@
450
451
  "_legacy": {
451
452
  "scope": "teambit.ui-foundation",
452
453
  "name": "notifications",
453
- "version": "1.0.410"
454
+ "version": "1.0.411"
454
455
  },
455
456
  "_scope": "teambit.ui-foundation"
456
457
  }
@@ -467,6 +468,7 @@
467
468
  "line": 5,
468
469
  "character": 10
469
470
  },
471
+ "signature": "const NotificationsAspect: Aspect",
470
472
  "name": "NotificationsAspect",
471
473
  "exportNode": {
472
474
  "__schema": "VariableLikeSchema",
@@ -946,7 +948,7 @@
946
948
  "_legacy": {
947
949
  "scope": "teambit.ui-foundation",
948
950
  "name": "notifications",
949
- "version": "1.0.410"
951
+ "version": "1.0.411"
950
952
  },
951
953
  "_scope": "teambit.ui-foundation"
952
954
  }
@@ -1019,7 +1021,7 @@
1019
1021
  "componentId": {
1020
1022
  "scope": "teambit.ui-foundation",
1021
1023
  "name": "notifications",
1022
- "version": "1.0.410"
1024
+ "version": "1.0.411"
1023
1025
  },
1024
1026
  "taggedModuleExports": []
1025
1027
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/notifications",
3
- "version": "1.0.410",
3
+ "version": "1.0.411",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/notifications",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "notifications",
9
- "version": "1.0.410"
9
+ "version": "1.0.411"
10
10
  },
11
11
  "dependencies": {
12
12
  "uuid": "8.3.2",
@@ -14,7 +14,7 @@
14
14
  "@teambit/ui-foundation.ui.notifications.notification-center": "0.0.523",
15
15
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
16
16
  "@teambit/harmony": "0.4.6",
17
- "@teambit/ui": "1.0.410"
17
+ "@teambit/ui": "1.0.411"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/uuid": "8.3.4",