@openedx/frontend-base 1.0.0-alpha.3 → 1.0.0-alpha.4

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/package.json +1 -1
  2. package/runtime/index.ts +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/frontend-base",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Build tools, setup and config for frontend apps",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/runtime/index.ts CHANGED
@@ -110,6 +110,11 @@ export {
110
110
  useAppConfig
111
111
  } from './react';
112
112
 
113
+ export {
114
+ getUrlByRouteRole,
115
+ isRoleRouteObject
116
+ } from './routing';
117
+
113
118
  export {
114
119
  clearAllSubscriptions,
115
120
  publish,