@pronto-tools-and-more/components-renderer 6.33.1 → 6.34.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components-renderer",
3
- "version": "6.33.1",
3
+ "version": "6.34.0",
4
4
  "description": "",
5
5
  "main": "src/componentsRendererMain.js",
6
6
  "type": "module",
@@ -3,8 +3,8 @@ import * as CreateViews from "../CreateViews/CreateViews.js";
3
3
  import * as LoadRoutes from "../LoadRoutes/LoadRoutes.js";
4
4
  import * as LoadSwc from "../LoadSwc/LoadSwc.js";
5
5
  import * as RenderView from "../RenderView/RenderView.js";
6
- import * as SwcNodePath from "../SwcNodePath/SwcNodePath.js";
7
6
  import * as SetAssetDir from "../SetAssetDir/SetAssetDir.js";
7
+ import * as SwcNodePath from "../SwcNodePath/SwcNodePath.js";
8
8
 
9
9
  export const renderViews = async (
10
10
  componentsPathMain,