Skip to content

Commit 7f8b7e1

Browse files
Feature npmrc (#196)
* fix:修改适配前端传token值 (#183) * feat: add doc * modify doc * fix:modify adapt nodejs to java create app * fix:fix doc * fix:fix h2 script * fix:fix the official website document link * fix:fix AI token * fix:modify ai token * fix:fix Ai token * fix:fix issues * fix:fix issues * fix:modify comment * feat: add npmrc info to component schema info --------- Co-authored-by: zhangjuncao <163953928+zhangjuncao@users.noreply.github.com>
1 parent 2de54a8 commit 7f8b7e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/src/main/java/com/tinyengine/it/service/app/impl/v1/AppV1ServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ private List<Map<String, Object>> getComponentSchema(List<Component> components)
513513
schema.put("exportName", npm.get("exportName"));
514514
schema.put("destructuring", npm.get("destructuring") != null ? npm.get("destructuring") : false);
515515
schema.put("version", npm.get("version") != null ? npm.get("version") : "");
516+
schema.put("npmrc", npm.get("npmrc") != null ? npm.get("npmrc") : null);
516517

517518
schemas.add(schema);
518519
}

0 commit comments

Comments
 (0)