anchor-sdk 0.1.43-beta.4 → 0.1.43-beta.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anchor-sdk",
3
- "version": "0.1.43-beta.4",
3
+ "version": "0.1.43-beta.6",
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",
@@ -16,7 +16,7 @@
16
16
  "beta": "bun run scripts/publish.ts beta",
17
17
  "typechain": "typechain --target ethers-v6 --out-dir ./src/typechain './src/abi/**/**.json'",
18
18
  "generate-api": "npx swagger-typescript-api generate --path ./src/swagger/swagger.json --output ./src/generated",
19
- "update-api-docs": "bun run scripts/update-api-docs.sh"
19
+ "update-api-docs": "bash scripts/update-api-docs.sh"
20
20
  },
21
21
  "keywords": [
22
22
  "blockchain",