Skip to content

Commit

Permalink
Update components to 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Mar 31, 2023
1 parent 0ddc47c commit f051919
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ declare variable $config:enable-proxy-caching :=
: In this case, change $config:webcomponents-cdn to point to http://localhost:port
: (default: 8000, but check where your server is running).
:)
declare variable $config:webcomponents := "2.4.4";
declare variable $config:webcomponents := "2.4.5";

(:~
: CDN URL to use for loading webcomponents. Could be changed if you created your
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tei-publisher-app",
"version": "7.0.0",
"version": "8.0.0",
"description": "TEI Publisher facilitates the integration of the TEI Processing Model into exist-db applications",
"scripts": {
"test": "mocha --exit",
Expand All @@ -12,7 +12,7 @@
},
"license": "GPL-3.0",
"dependencies": {
"@teipublisher/pb-components": "^2.4.4"
"@teipublisher/pb-components": "^2.4.5"
},
"devDependencies": {
"adm-zip": "^0.5.9",
Expand Down

0 comments on commit f051919

Please sign in to comment.