@tuya-miniapp/smart-ui 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -41,7 +41,7 @@ npm i @tuya-miniapp/smart-ui
41
41
  }
42
42
  ```
43
43
 
44
- 接着就可以在 wxml 中直接使用组件
44
+ 接着就可以在 tyml 中直接使用组件
45
45
 
46
46
  ```html
47
47
  <s-button type="primary">按钮</s-button>
@@ -65,4 +65,4 @@ yarn dev
65
65
 
66
66
  ## 开源协议
67
67
 
68
- 本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89)协议,请自由地享受和参与开源。
68
+ 本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "0.0.1-beta-1",
3
+ "version": "0.0.1-beta-2",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@babel/plugin-transform-modules-commonjs": "^7.16.0",
38
38
  "@babel/preset-typescript": "^7.16.0",
39
- "@tuya-miniapp/icons": "./tuya-miniapp-icons-0.0.1-beta.2.tgz",
39
+ "@tuya-miniapp/icons": "^0.0.1-beta.2",
40
40
  "@types/fs-extra": "^11.0.4",
41
41
  "@types/jest": "^27.0.2",
42
42
  "@vant/cli": "^4.0.0",