@tuya-sat/micro-script 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.
- package/README.md +10 -1
- package/package.json +3 -3
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
|
|
|
@@ -54,3 +59,7 @@ micro-script
|
|
|
54
59
|
MIT
|
|
55
60
|
|
|
56
61
|
|
|
62
|
+
## 联系我们
|
|
63
|
+
|
|
64
|
+
欢迎在 [https://github.com/tuya-sat/discuss/issues](https://github.com/tuya-sat/discuss/issues) 向我们提交反馈
|
|
65
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-script",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.2",
|
|
4
4
|
"bin": "./dist/bin/cli.js",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@babel/preset-react": "^7.14.5",
|
|
16
16
|
"@babel/preset-typescript": "^7.15.0",
|
|
17
17
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
18
|
-
"@tuya-sat/micro-dev-loader": "0.0.1-beta.
|
|
19
|
-
"@tuya-sat/micro-dev-proxy": "0.0.1-beta.
|
|
18
|
+
"@tuya-sat/micro-dev-loader": "0.0.1-beta.2",
|
|
19
|
+
"@tuya-sat/micro-dev-proxy": "0.0.1-beta.2",
|
|
20
20
|
"babel-loader": "^8.2.2",
|
|
21
21
|
"babel-plugin-import": "^1.13.3",
|
|
22
22
|
"copy-webpack-plugin": "^9.0.1",
|