aztomiq 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aztomiq",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "AZtomiq - A comprehensive A-Z multi-tool framework with atomic architecture",
5
5
  "main": "scripts/build.js",
6
6
  "bin": {
@@ -138,7 +138,7 @@ async function buildPage(filePath, locale, baseDir, blogPostsArg) {
138
138
  changelogHtml,
139
139
  howToUseHtml,
140
140
  packageVersion,
141
- global: GLOBAL_CONFIG,
141
+ ...getGlobalData(),
142
142
  t,
143
143
  blogPosts,
144
144
  asset: (relPath) => {