@freelog/tools-lib 0.1.84 → 0.1.85
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/dist/service-API/activities.d.ts +2 -0
- package/dist/tools-lib.cjs.development.js +2 -2
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +2 -2
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/activities.ts +2 -0
- package/src/utils/linkTo.ts +2 -2
package/dist/tools-lib.esm.js
CHANGED
|
@@ -1022,11 +1022,11 @@ function activities(_temp2) {
|
|
|
1022
1022
|
|
|
1023
1023
|
_objectDestructuringEmpty(_ref2);
|
|
1024
1024
|
|
|
1025
|
-
return "/
|
|
1025
|
+
return "/activities";
|
|
1026
1026
|
}
|
|
1027
1027
|
function activity(_ref3) {
|
|
1028
1028
|
var activityID = _ref3.activityID;
|
|
1029
|
-
return "/
|
|
1029
|
+
return "/activity/" + activityID;
|
|
1030
1030
|
}
|
|
1031
1031
|
function dashboard(_temp3) {
|
|
1032
1032
|
var _ref4 = _temp3 === void 0 ? {} : _temp3;
|