@helium/spl-utils 0.9.23 → 0.10.0-alpha.0

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 (32) hide show
  1. package/lib/cjs/idl/circuit_breaker.json +388 -210
  2. package/lib/cjs/idl/data_credits.json +1847 -673
  3. package/lib/cjs/idl/fanout.json +1123 -328
  4. package/lib/cjs/idl/helium_entity_manager.json +4611 -2523
  5. package/lib/cjs/idl/helium_sub_daos.json +3863 -1971
  6. package/lib/cjs/idl/hexboosting.json +853 -282
  7. package/lib/cjs/idl/lazy_distributor.json +1640 -736
  8. package/lib/cjs/idl/lazy_transactions.json +341 -237
  9. package/lib/cjs/idl/mobile_entity_manager.json +2016 -602
  10. package/lib/cjs/idl/no_emit.json +168 -34
  11. package/lib/cjs/idl/price_oracle.json +179 -118
  12. package/lib/cjs/idl/rewards_oracle.json +374 -61
  13. package/lib/cjs/idl/treasury_management.json +495 -187
  14. package/lib/cjs/idl/voter_stake_registry.json +2955 -1339
  15. package/lib/cjs/transaction.js +1 -1
  16. package/lib/esm/src/idl/circuit_breaker.json +388 -210
  17. package/lib/esm/src/idl/data_credits.json +1847 -673
  18. package/lib/esm/src/idl/fanout.json +1123 -328
  19. package/lib/esm/src/idl/helium_entity_manager.json +4611 -2523
  20. package/lib/esm/src/idl/helium_sub_daos.json +3863 -1971
  21. package/lib/esm/src/idl/hexboosting.json +853 -282
  22. package/lib/esm/src/idl/lazy_distributor.json +1640 -736
  23. package/lib/esm/src/idl/lazy_transactions.json +341 -237
  24. package/lib/esm/src/idl/mobile_entity_manager.json +2016 -602
  25. package/lib/esm/src/idl/no_emit.json +168 -34
  26. package/lib/esm/src/idl/price_oracle.json +179 -118
  27. package/lib/esm/src/idl/rewards_oracle.json +374 -61
  28. package/lib/esm/src/idl/treasury_management.json +495 -187
  29. package/lib/esm/src/idl/voter_stake_registry.json +2955 -1339
  30. package/lib/esm/src/transaction.js +1 -1
  31. package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
  32. 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.23",
3
+ "version": "0.10.0-alpha.0",
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.23",
34
+ "@coral-xyz/anchor": "^0.30.1",
35
+ "@helium/account-fetch-cache": "^0.10.0-alpha.0",
36
36
  "@helium/address": "^4.10.2",
37
- "@helium/anchor-resolvers": "^0.9.23",
37
+ "@helium/anchor-resolvers": "^0.10.0-alpha.0",
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": "74a38a2fa998adc3e22f87da804d7629f7ce8e4e"
52
+ "gitHead": "36392198b6cd1d4fd33e356a1b05e9aa3928ef20"
53
53
  }