@codama/renderers-js 2.0.2 → 2.0.3

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.
@@ -3374,6 +3374,7 @@ function renderVisitor(packageFolder, options = {}) {
3374
3374
  });
3375
3375
  }
3376
3376
 
3377
+ exports.DEFAULT_KIT_IMPORT_STRATEGY = DEFAULT_KIT_IMPORT_STRATEGY;
3377
3378
  exports.DEFAULT_NAME_TRANSFORMERS = DEFAULT_NAME_TRANSFORMERS;
3378
3379
  exports.addToImportMap = addToImportMap;
3379
3380
  exports.createImportMap = createImportMap;