@helium/spl-utils 0.9.24-alpha.0 → 0.10.0-alpha.1

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 (36) hide show
  1. package/lib/cjs/fetchBackwardsCompatibleIdl.js +1 -1
  2. package/lib/cjs/fetchBackwardsCompatibleIdl.js.map +1 -1
  3. package/lib/cjs/idl/circuit_breaker.json +388 -210
  4. package/lib/cjs/idl/data_credits.json +1847 -673
  5. package/lib/cjs/idl/fanout.json +1123 -328
  6. package/lib/cjs/idl/helium_entity_manager.json +4611 -2523
  7. package/lib/cjs/idl/helium_sub_daos.json +3863 -1971
  8. package/lib/cjs/idl/hexboosting.json +853 -282
  9. package/lib/cjs/idl/lazy_distributor.json +1640 -736
  10. package/lib/cjs/idl/lazy_transactions.json +341 -237
  11. package/lib/cjs/idl/mobile_entity_manager.json +2016 -602
  12. package/lib/cjs/idl/no_emit.json +168 -34
  13. package/lib/cjs/idl/price_oracle.json +179 -118
  14. package/lib/cjs/idl/rewards_oracle.json +374 -61
  15. package/lib/cjs/idl/treasury_management.json +495 -187
  16. package/lib/cjs/idl/voter_stake_registry.json +2955 -1339
  17. package/lib/cjs/transaction.js +1 -1
  18. package/lib/esm/src/fetchBackwardsCompatibleIdl.js +1 -1
  19. package/lib/esm/src/fetchBackwardsCompatibleIdl.js.map +1 -1
  20. package/lib/esm/src/idl/circuit_breaker.json +388 -210
  21. package/lib/esm/src/idl/data_credits.json +1847 -673
  22. package/lib/esm/src/idl/fanout.json +1123 -328
  23. package/lib/esm/src/idl/helium_entity_manager.json +4611 -2523
  24. package/lib/esm/src/idl/helium_sub_daos.json +3863 -1971
  25. package/lib/esm/src/idl/hexboosting.json +853 -282
  26. package/lib/esm/src/idl/lazy_distributor.json +1640 -736
  27. package/lib/esm/src/idl/lazy_transactions.json +341 -237
  28. package/lib/esm/src/idl/mobile_entity_manager.json +2016 -602
  29. package/lib/esm/src/idl/no_emit.json +168 -34
  30. package/lib/esm/src/idl/price_oracle.json +179 -118
  31. package/lib/esm/src/idl/rewards_oracle.json +374 -61
  32. package/lib/esm/src/idl/treasury_management.json +495 -187
  33. package/lib/esm/src/idl/voter_stake_registry.json +2955 -1339
  34. package/lib/esm/src/transaction.js +1 -1
  35. package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
  36. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helium/spl-utils",
3
- "version": "0.9.24-alpha.0",
3
+ "version": "0.10.0-alpha.1",
4
4
  "description": "Utils shared across spl suite",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -31,10 +31,10 @@
31
31
  "prebuild": "npm run clean && npm run package"
32
32
  },
33
33
  "dependencies": {
34
- "@coral-xyz/anchor": "^0.28.0",
35
- "@helium/account-fetch-cache": "^0.9.24-alpha.0",
34
+ "@coral-xyz/anchor": "^0.30.1",
35
+ "@helium/account-fetch-cache": "^0.10.0-alpha.1",
36
36
  "@helium/address": "^4.10.2",
37
- "@helium/anchor-resolvers": "^0.9.24-alpha.0",
37
+ "@helium/anchor-resolvers": "^0.10.0-alpha.1",
38
38
  "@metaplex-foundation/mpl-token-metadata": "^2.10.0",
39
39
  "@solana/spl-account-compression": "^0.1.7",
40
40
  "@solana/spl-token": "^0.3.8",
@@ -49,5 +49,5 @@
49
49
  "ts-loader": "^9.2.3",
50
50
  "typescript": "^5.2.2"
51
51
  },
52
- "gitHead": "b8b21c7113a21405f29d7067d10ec2a7ccbb5241"
52
+ "gitHead": "ee8b02776cd3e181cd3047b608c2b95f1c8ce3f2"
53
53
  }