@micro-zoe/micro-app
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
{ | ||
"name": "@micro-zoe/micro-app", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "A lightweight, efficient and powerful micro front-end framework", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -150,2 +150,5 @@ <p align="center"> | ||
# Communication | ||
[Official Wechat group](./Contact.md) | ||
# Contributors | ||
@@ -152,0 +155,0 @@ <a href="https://github.com/micro-zoe/micro-app/graphs/contributors"> |
@@ -148,2 +148,5 @@ <p align="center"> | ||
# 开发交流 | ||
[官方交流微信群](./Contact.md) | ||
# 贡献者们 | ||
@@ -150,0 +153,0 @@ <a href="https://github.com/micro-zoe/micro-app/graphs/contributors"> |
@@ -129,3 +129,3 @@ declare module '@micro-app/types' { | ||
// app instance | ||
interface AppInterface { | ||
interface AppInterface extends Pick<ParentNode, 'querySelector' | 'querySelectorAll'> { | ||
source: sourceType // source list | ||
@@ -132,0 +132,0 @@ sandBox: SandBoxInterface | null // sandbox |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1647730
7914
160