anymal-protocol 1.0.79 → 1.0.80

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/dist/index.d.mts CHANGED
@@ -264,7 +264,7 @@ interface ActionDefinition {
264
264
  name: string;
265
265
  namespace: string;
266
266
  description: string;
267
- rewardAmount: bigint;
267
+ rewardAmount: number;
268
268
  maxClaims: number;
269
269
  ruleType: string;
270
270
  requiresReview: boolean;
package/dist/index.d.ts CHANGED
@@ -264,7 +264,7 @@ interface ActionDefinition {
264
264
  name: string;
265
265
  namespace: string;
266
266
  description: string;
267
- rewardAmount: bigint;
267
+ rewardAmount: number;
268
268
  maxClaims: number;
269
269
  ruleType: string;
270
270
  requiresReview: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {