diff --git a/guides/securing-apps/nodejs-adapter.adoc b/guides/securing-apps/nodejs-adapter.adoc index 3d62c8e8..3f8988cb 100644 --- a/guides/securing-apps/nodejs-adapter.adoc +++ b/guides/securing-apps/nodejs-adapter.adoc @@ -31,7 +31,7 @@ ifeval::[{project_community}==true] [source,json,subs="attributes"] ---- "dependencies": { - "keycloak-connect": "{project_versionNpm}" + "keycloak-connect": "{version_nodejs_adapter}" } ---- @@ -42,7 +42,7 @@ ifeval::[{project_product}==true] [source,json,subs="attributes"] ---- "dependencies": { - "keycloak-connect": "file:keycloak-connect-{project_versionNpm}.tgz" + "keycloak-connect": "file:keycloak-connect-{version_nodejs_adapter}.tgz" } ---- diff --git a/guides/templates/guide.adoc b/guides/templates/guide.adoc index 3ca7c545..5184efed 100644 --- a/guides/templates/guide.adoc +++ b/guides/templates/guide.adoc @@ -7,6 +7,7 @@ :guide-priority: ${priority} :guide-tile-visible: ${tileVisible} :version: ${version} +:version_nodejs_adapter: ${version} include::../attributes.adoc[]