antprotocol-websdk 1.0.4 → 1.0.5

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9971,7 +9971,7 @@ class ProtocolBasic {
9971
9971
  method: "GET",
9972
9972
  headers: {
9973
9973
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
9974
- "Referer": "https://cert.antbms.com/",
9974
+ "Referer": "https://*.antbms.com",
9975
9975
  "Accept": "application/json",
9976
9976
  },
9977
9977
  mode: "cors", // 允许跨域请求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antprotocol-websdk",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "AntProtocol Web SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",