Skip to content

Commit dab28a1

Browse files
committed
Update dependencies to templating v1.0.2
v1.0.1 added the lib:resolve-apps and lib:parse-param functions required in this PR, and v1.0.2 improved performance of lib:resolve-apps. (v1.0.3 is the current version in the templating repo but hasn't been published yet; once it is, we'll need to update our use of lib:parse-param to use the switch the param names from "start" to "delim-start" and "end" to "delim-end". In that respect, v1.0.3 perhaps should be reclassed as a breaking change?)
1 parent 93ab275 commit dab28a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expath-pkg.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<dependency processor="http://exist-db.org" semver-min="5.0.0"/>
55
<dependency package="http://exist-db.org/xquery/semver-xq" semver-min="2.2.1"/>
66
<dependency package="http://exist-db.org/apps/shared" semver-min="0.9.1"/>
7-
<dependency package="http://exist-db.org/html-templating" semver-min="1.0.0"/>
7+
<dependency package="http://exist-db.org/html-templating" semver-min="1.0.2"/>
88
</package>

0 commit comments

Comments
 (0)