@treely/strapi-slices 2.2.1 → 2.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treely/strapi-slices",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Tree.ly GmbH",
6
6
  "description": "@treely/strapi-slices is a open source library maintained by Tree.ly.",
package/src/index.tsx CHANGED
@@ -47,6 +47,8 @@ import mergeGlobalAndStrapiBlogPostData from './utils/mergeGlobalAndStrapiBlogPo
47
47
  import mergeGlobalAndStrapiCustomerStoryData from './utils/mergeGlobalAndStrapiCustomerStoryData';
48
48
  import mergeGlobalAndStrapiPageData from './utils/mergeGlobalAndStrapiPageData';
49
49
  import mergeGlobalAndStrapiProjectData from './utils/mergeGlobalAndStrapiProjectData';
50
+ import strapiLinkUrl from './utils/strapiLinkUrl';
51
+ import strapiMediaUrl from './utils/strapiMediaUrl';
50
52
 
51
53
  import {
52
54
  SECTIONS_WITH_BLOG_POSTS,
@@ -63,6 +65,8 @@ export {
63
65
  mergeGlobalAndStrapiCustomerStoryData,
64
66
  mergeGlobalAndStrapiPageData,
65
67
  mergeGlobalAndStrapiProjectData,
68
+ strapiLinkUrl,
69
+ strapiMediaUrl,
66
70
 
67
71
  // Constants
68
72
  SECTIONS_WITH_BLOG_POSTS,