onesight-charts 1.8.8 → 1.8.9

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,7 @@ $ npm publish
26
26
  # 发布到npm上的时候,需要先登录npm账号,执行命令:
27
27
  $ npm whoami // 如果没有登录需要登录
28
28
  $ npm login
29
+ $ https://www.npmjs.com/settings/xiaozhouzi/tfa/list // 无论登录或者发布 都需要 Manage Recovery Codes, 验证码一般每 30 秒刷新一次,过期就需要重新输入
29
30
  ```
30
31
 
31
32
  打包部署
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onesight-charts",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "private": false,
5
5
  "description": "OneSight前端图表公共组件库",
6
6
  "license": "MIT",