@teambit/notifications 1.0.507 → 1.0.508
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.
|
|
3
|
+
<testsuite name="teambit.ui-foundation/notifications@1.0.508" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"_legacy": {
|
|
452
452
|
"scope": "teambit.ui-foundation",
|
|
453
453
|
"name": "notifications",
|
|
454
|
-
"version": "1.0.
|
|
454
|
+
"version": "1.0.508"
|
|
455
455
|
},
|
|
456
456
|
"_scope": "teambit.ui-foundation"
|
|
457
457
|
}
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"_legacy": {
|
|
949
949
|
"scope": "teambit.ui-foundation",
|
|
950
950
|
"name": "notifications",
|
|
951
|
-
"version": "1.0.
|
|
951
|
+
"version": "1.0.508"
|
|
952
952
|
},
|
|
953
953
|
"_scope": "teambit.ui-foundation"
|
|
954
954
|
}
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"componentId": {
|
|
1022
1022
|
"scope": "teambit.ui-foundation",
|
|
1023
1023
|
"name": "notifications",
|
|
1024
|
-
"version": "1.0.
|
|
1024
|
+
"version": "1.0.508"
|
|
1025
1025
|
},
|
|
1026
1026
|
"taggedModuleExports": []
|
|
1027
1027
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/notifications",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.508",
|
|
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.
|
|
9
|
+
"version": "1.0.508"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"uuid": "8.3.2",
|
|
@@ -14,12 +14,12 @@
|
|
|
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.
|
|
17
|
+
"@teambit/ui": "1.0.508"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/uuid": "8.3.4",
|
|
21
21
|
"@types/mocha": "9.1.0",
|
|
22
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
22
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.65"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": "^17.0.0 || ^18.0.0",
|
|
File without changes
|