xctc-utils 1.6.12 → 1.6.13

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.
@@ -353,6 +353,7 @@ function configReady(config) {
353
353
  nonceStr: data === null || data === void 0 ? void 0 : data.noncestr,
354
354
  signature: data === null || data === void 0 ? void 0 : data.signature, //必填,生成的签名
355
355
  };
356
+ (0, index_1.useSessionStorage)("configReady-obj", obj);
356
357
  var wx = initSdk();
357
358
  wx.config(obj);
358
359
  wx.ready(function (res) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xctc-utils",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "localStorage存储\r ```\r sessionStorage存储\r ```\r crypto-js加密、解密\r ```\r 微信授权登录、微信分享\r ```\r 设备环境获取\r ```\r 是否是微信浏览器\r ```\r 时间戳转时间,字符串转时间戳",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",