@selfcommunity/react-core 0.4.9-alpha.8 → 0.4.9
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.
- package/lib/cjs/components/provider/SCContextProvider/index.d.ts +2 -3
- package/lib/cjs/components/provider/SCContextProvider/index.js +2 -3
- package/lib/cjs/components/provider/SCPreferencesProvider/index.js +1 -1
- package/lib/cjs/constants/Cache.d.ts +1 -0
- package/lib/cjs/constants/Cache.js +2 -1
- package/lib/cjs/constants/Notification.d.ts +4 -0
- package/lib/cjs/constants/Notification.js +4 -0
- package/lib/cjs/constants/Routes.d.ts +1 -0
- package/lib/cjs/constants/Routes.js +3 -1
- package/lib/cjs/hooks/useSCFetchAddressingTagList.d.ts +1 -2
- package/lib/cjs/hooks/useSCFetchAddressingTagList.js +1 -2
- package/lib/cjs/hooks/useSCFetchBroadcastMessages.d.ts +1 -2
- package/lib/cjs/hooks/useSCFetchBroadcastMessages.js +1 -2
- package/lib/cjs/hooks/useSCFetchCategories.d.ts +1 -2
- package/lib/cjs/hooks/useSCFetchCategories.js +3 -11
- package/lib/cjs/hooks/useSCFetchCommentObject.d.ts +1 -1
- package/lib/cjs/hooks/useSCFetchCommentObject.js +1 -1
- package/lib/cjs/hooks/useSCFetchCommentObjects.d.ts +1 -7
- package/lib/cjs/hooks/useSCFetchCommentObjects.js +1 -8
- package/lib/cjs/hooks/useSCFetchContributors.d.ts +1 -5
- package/lib/cjs/hooks/useSCFetchContributors.js +1 -5
- package/lib/cjs/hooks/useSCFetchCustomAdv.d.ts +3 -2
- package/lib/cjs/hooks/useSCFetchCustomAdv.js +3 -2
- package/lib/cjs/hooks/useSCFetchFeed.d.ts +1 -5
- package/lib/cjs/hooks/useSCFetchFeed.js +1 -5
- package/lib/cjs/hooks/useSCFetchGroup.d.ts +1 -2
- package/lib/cjs/hooks/useSCFetchGroup.js +8 -7
- package/lib/cjs/hooks/useSCFetchGroups.js +2 -2
- package/lib/cjs/hooks/useSCFetchUserBlockedBy.d.ts +4 -2
- package/lib/cjs/hooks/useSCFetchUserBlockedBy.js +4 -2
- package/lib/cjs/hooks/useSCFetchUserProviders.d.ts +2 -2
- package/lib/cjs/hooks/useSCFetchUserProviders.js +2 -2
- package/lib/cjs/hooks/useSCFetchVote.d.ts +6 -0
- package/lib/cjs/hooks/useSCFetchVote.js +6 -0
- package/lib/cjs/hooks/useSCSubscribedGroupsManager.js +10 -5
- package/lib/esm/components/provider/SCContextProvider/index.d.ts +2 -3
- package/lib/esm/components/provider/SCContextProvider/index.js +2 -3
- package/lib/esm/components/provider/SCPreferencesProvider/index.js +1 -1
- package/lib/esm/constants/Cache.d.ts +1 -0
- package/lib/esm/constants/Cache.js +1 -0
- package/lib/esm/constants/Notification.d.ts +4 -0
- package/lib/esm/constants/Notification.js +4 -0
- package/lib/esm/constants/Routes.d.ts +1 -0
- package/lib/esm/constants/Routes.js +2 -0
- package/lib/esm/hooks/useSCFetchAddressingTagList.d.ts +1 -2
- package/lib/esm/hooks/useSCFetchAddressingTagList.js +1 -2
- package/lib/esm/hooks/useSCFetchBroadcastMessages.d.ts +1 -2
- package/lib/esm/hooks/useSCFetchBroadcastMessages.js +1 -2
- package/lib/esm/hooks/useSCFetchCategories.d.ts +1 -2
- package/lib/esm/hooks/useSCFetchCategories.js +4 -12
- package/lib/esm/hooks/useSCFetchCommentObject.d.ts +1 -1
- package/lib/esm/hooks/useSCFetchCommentObject.js +1 -1
- package/lib/esm/hooks/useSCFetchCommentObjects.d.ts +1 -7
- package/lib/esm/hooks/useSCFetchCommentObjects.js +1 -8
- package/lib/esm/hooks/useSCFetchContributors.d.ts +1 -5
- package/lib/esm/hooks/useSCFetchContributors.js +1 -5
- package/lib/esm/hooks/useSCFetchCustomAdv.d.ts +3 -2
- package/lib/esm/hooks/useSCFetchCustomAdv.js +3 -2
- package/lib/esm/hooks/useSCFetchFeed.d.ts +1 -5
- package/lib/esm/hooks/useSCFetchFeed.js +1 -5
- package/lib/esm/hooks/useSCFetchGroup.d.ts +1 -2
- package/lib/esm/hooks/useSCFetchGroup.js +8 -7
- package/lib/esm/hooks/useSCFetchGroups.js +2 -2
- package/lib/esm/hooks/useSCFetchUserBlockedBy.d.ts +4 -2
- package/lib/esm/hooks/useSCFetchUserBlockedBy.js +4 -2
- package/lib/esm/hooks/useSCFetchUserProviders.d.ts +2 -2
- package/lib/esm/hooks/useSCFetchUserProviders.js +2 -2
- package/lib/esm/hooks/useSCFetchVote.d.ts +6 -0
- package/lib/esm/hooks/useSCFetchVote.js +6 -0
- package/lib/esm/hooks/useSCSubscribedGroupsManager.js +11 -6
- package/lib/umd/react-core.js +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-core",
|
|
3
|
-
"version": "0.4.9
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "React Core Components useful for integrating UI Community components (react-ui).",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"react-intl": "^6.4.7"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@selfcommunity/api-services": "^0.4.9
|
|
72
|
-
"@selfcommunity/react-i18n": "^0.5.9
|
|
73
|
-
"@selfcommunity/types": "^0.5.9
|
|
74
|
-
"@selfcommunity/utils": "^0.2.9
|
|
71
|
+
"@selfcommunity/api-services": "^0.4.9",
|
|
72
|
+
"@selfcommunity/react-i18n": "^0.5.9",
|
|
73
|
+
"@selfcommunity/types": "^0.5.9",
|
|
74
|
+
"@selfcommunity/utils": "^0.2.9",
|
|
75
75
|
"js-cookie": "^3.0.5",
|
|
76
76
|
"pubsub-js": "^1.9.4",
|
|
77
77
|
"use-deep-compare-effect": "^1.8.1",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"bugs": {
|
|
126
126
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "e605ebb16992e2db5e42db5c8bd59af9694219ab"
|
|
129
129
|
}
|