xctc-utils 1.0.6 → 1.0.7
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/package.json +2 -2
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "xctc-utils",
         | 
| 3 | 
            -
              "version": "1.0. | 
| 3 | 
            +
              "version": "1.0.7",
         | 
| 4 4 | 
             
              "description": "localStorage存储\r ```\r sessionStorage存储\r ```\r crypto-js加密、解密\r ```\r 微信授权登录、微信分享\r ```\r 设备环境获取\r ```\r 是否是微信浏览器\r ```",
         | 
| 5 5 | 
             
              "main": "./dist/index.js",
         | 
| 6 6 | 
             
              "types": "./dist/index.d.ts",
         | 
| @@ -26,5 +26,5 @@ | |
| 26 26 | 
             
                "type": "git",
         | 
| 27 27 | 
             
                "url": "git@gitee.com:npm-management/xctc-utils.git"
         | 
| 28 28 | 
             
              },
         | 
| 29 | 
            -
              "keywords": []
         | 
| 29 | 
            +
              "keywords": [ "localStorage","sessionStorage","crypto-js","微信授权登录","微信H5" ]
         | 
| 30 30 | 
             
            }
         |