@mjhls/mjh-framework 1.0.398 → 1.0.399

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.398
2
+ # mjh-framework v. 1.0.399
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/cjs/index.js CHANGED
@@ -22299,7 +22299,9 @@ var getDocumentGroupUrl = function getDocumentGroupUrl(docGroup) {
22299
22299
  }
22300
22300
  var url = void 0;
22301
22301
  if (docGroup.path.includes('/')) {
22302
- return docGroup.path;
22302
+ console.log(docGroup);
22303
+ console.log(docGroup.path);
22304
+ return "/" + docGroup.path;
22303
22305
  }
22304
22306
 
22305
22307
  if (docGroup.parent) {
package/dist/esm/index.js CHANGED
@@ -22296,7 +22296,9 @@ var getDocumentGroupUrl = function getDocumentGroupUrl(docGroup) {
22296
22296
  }
22297
22297
  var url = void 0;
22298
22298
  if (docGroup.path.includes('/')) {
22299
- return docGroup.path;
22299
+ console.log(docGroup);
22300
+ console.log(docGroup.path);
22301
+ return "/" + docGroup.path;
22300
22302
  }
22301
22303
 
22302
22304
  if (docGroup.parent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.398",
3
+ "version": "1.0.399",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",