@tuya-sat/micro-dev-loader 0.0.1-beta.1 → 0.0.1-beta.2

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  <div id="top"></div>
2
- <!-- PROJECT LOGO -->
3
2
  <br />
4
3
  <div align="center">
5
4
  <a href="https://github.com/othneildrew/Best-README-Template">
@@ -10,6 +9,12 @@
10
9
 
11
10
  <p align="center">
12
11
  模拟主应用相关功能
12
+ <br/>
13
+ <a href="https://github.com/tuya-sat/discuss">土星项目</a>
14
+ ·
15
+ <a href="https://github.com/tuya-sat/discuss/issues">报告问题</a>
16
+ ·
17
+ <a href="https://github.com/tuya-sat/discuss/issues">提交需求</a>
13
18
  </p>
14
19
  </div>
15
20
 
@@ -37,3 +42,8 @@ yarn add @tuya-sat/micro-dev-loader -D
37
42
  ## License
38
43
 
39
44
  MIT
45
+
46
+ ## 联系我们
47
+
48
+ 欢迎在 [https://github.com/tuya-sat/discuss/issues](https://github.com/tuya-sat/discuss/issues) 向我们提交反馈
49
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-dev-loader",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {