ysyt-react-agent-lib 1.0.22 → 1.0.25

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/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export { default as YsytBarPhone } from './es/YsytBarPhone';
1
+ import { default as YsytBarPhone } from './es/YsytBarPhone';
2
2
  export { makeCall as YsytMakeCall } from './es/YsytBarPhone/globalPhoneMethods';
3
+ export default YsytBarPhone;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Dbb92Mi6.js");exports.YsytBarPhone=e.YsytBarPhone;exports.YsytMakeCall=e.makeCall;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-CUJsSuse.js");exports.YsytMakeCall=e.makeCall;exports.default=e.YsytBarPhone;
@@ -1,5 +1,5 @@
1
- import { af as e, ag as o } from "./index-B-pJUkQY.mjs";
1
+ import { ag as f, af as l } from "./index-DHm5c-__.mjs";
2
2
  export {
3
- e as YsytBarPhone,
4
- o as YsytMakeCall
3
+ f as YsytMakeCall,
4
+ l as default
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysyt-react-agent-lib",
3
- "version": "1.0.22",
3
+ "version": "1.0.25",
4
4
  "description": "",
5
5
  "main": "dist/ysyt-react-agent-lib.cjs.js",
6
6
  "module": "dist/ysyt-react-agent-lib.es.js",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "antd": "5.24.0",
31
31
  "styled-components": "^6.1.13",
32
- "ysyt-agent-sdk": "1.0.83"
32
+ "ysyt-agent-sdk": "1.0.87"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.2.0",