@dosgato/templating 0.0.119 → 0.0.120

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/dist/links.js +1 -1
  2. package/package.json +1 -1
package/dist/links.js CHANGED
@@ -1,4 +1,4 @@
1
- const LinkRegex = /{.*"type"\s?:\s+"\w+".*?}/g;
1
+ const LinkRegex = /{.*"type"\s?:\s?"\w+".*?}/g;
2
2
  /**
3
3
  * This function is used by template definitions to help them identify links inside large blocks
4
4
  * of text and return them for indexing, and by render definitions to help replace them with the actual URLs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {