mini-entry
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "mini-entry", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "解析小程序json", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,18 @@ interface IMiniEntryOptions { | ||
type IMiniEntryReturn = { | ||
[entryName: string]: string[]; | ||
/** | ||
* 所有入口 | ||
*/ | ||
entry: { | ||
[entryName: string]: string[]; | ||
}; | ||
/** | ||
* 所有json文件路径 | ||
*/ | ||
jsonFile: { | ||
[entryName: string]: string[]; | ||
}; | ||
/** | ||
* 子包所在文件夹 | ||
*/ | ||
subPackagesDir: string[]; | ||
}; | ||
@@ -37,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14785
521