anchor-sdk 0.1.42-beta.3 → 0.1.42

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -659,7 +659,7 @@ const { sdk, loading, error } = useAnchorSDK();
659
659
  1. 克隆仓库:
660
660
 
661
661
  ```bash
662
- git clone https://github.com/keccak256-evg/anchor-sdk.git
662
+ git clone https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk.git
663
663
  cd anchor-sdk
664
664
  ```
665
665
 
@@ -721,15 +721,15 @@ src/
721
721
 
722
722
  ## 🔗 相关链接
723
723
 
724
- - [项目主页](https://github.com/keccak256-evg/anchor-sdk)
724
+ - [项目主页](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk)
725
725
  - [npm 包](https://www.npmjs.com/package/anchor-sdk)
726
- - [文档](https://github.com/keccak256-evg/anchor-sdk/tree/main/docs)
727
- - [示例代码](https://github.com/keccak256-evg/anchor-sdk/tree/main/examples)
726
+ - [文档](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk/-/tree/main/docs)
727
+ - [示例代码](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk/-/tree/main/examples)
728
728
 
729
729
  ## 📞 支持
730
730
 
731
731
  如果您遇到任何问题或有疑问,请:
732
732
 
733
- 1. 查看 [文档](https://github.com/keccak256-evg/anchor-sdk/tree/main/docs)
734
- 2. 搜索 [Issues](https://github.com/keccak256-evg/anchor-sdk/issues)
735
- 3. 创建新的 [Issue](https://github.com/keccak256-evg/anchor-sdk/issues/new)
733
+ 1. 查看 [文档](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk/-/tree/main/docs)
734
+ 2. 搜索 [Issues](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk/-/issues)
735
+ 3. 创建新的 [Issue](https://gitlab.com/Keccak256-evg/zeek/anchor/anchor-sdk/-/issues/new)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anchor-sdk",
3
- "version": "0.1.42-beta.3",
3
+ "version": "0.1.42",
4
4
  "description": "TypeScript SDK for interacting with Anchor ecosystem - badge minting, payment processing, and ERC1155 token management",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",