@dosgato/templating 0.0.18 → 0.0.19

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-esm/index.js CHANGED
@@ -3,3 +3,5 @@ import all from '../dist/index.js'
3
3
  export const ResourceProvider = all.ResourceProvider
4
4
  export const Component = all.Component
5
5
  export const Page = all.Page
6
+ export const extractLinksFromText = all.extractLinksFromText
7
+ export const getKeywords = all.getKeywords
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "exports": {
6
6
  "require": "./dist/index.js",