@boostxyz/sdk 6.1.1 → 6.1.2

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/dist/Actions/Action.cjs +1 -1
  2. package/dist/Actions/Action.js +1 -1
  3. package/dist/AllowLists/AllowList.cjs +1 -1
  4. package/dist/AllowLists/AllowList.js +1 -1
  5. package/dist/BoostCore.cjs +1 -1
  6. package/dist/BoostCore.js +2 -2
  7. package/dist/{Budget-Dm6h8giH.cjs → Budget-BjfL8dVX.cjs} +2 -2
  8. package/dist/{Budget-Dm6h8giH.cjs.map → Budget-BjfL8dVX.cjs.map} +1 -1
  9. package/dist/{Budget-JjYzHgRx.js → Budget-DD7IPuDx.js} +2 -2
  10. package/dist/{Budget-JjYzHgRx.js.map → Budget-DD7IPuDx.js.map} +1 -1
  11. package/dist/Budgets/Budget.cjs +1 -1
  12. package/dist/Budgets/Budget.js +2 -2
  13. package/dist/{Incentive-DCOhfsid.js → Incentive-V1RjH38L.js} +2 -2
  14. package/dist/{Incentive-DCOhfsid.js.map → Incentive-V1RjH38L.js.map} +1 -1
  15. package/dist/{Incentive-BHOurMJr.cjs → Incentive-gVTfsnMB.cjs} +2 -2
  16. package/dist/{Incentive-BHOurMJr.cjs.map → Incentive-gVTfsnMB.cjs.map} +1 -1
  17. package/dist/Incentives/Incentive.cjs +1 -1
  18. package/dist/Incentives/Incentive.js +2 -2
  19. package/dist/Validators/Validator.cjs +1 -1
  20. package/dist/Validators/Validator.cjs.map +1 -1
  21. package/dist/Validators/Validator.d.ts +2 -2
  22. package/dist/Validators/Validator.d.ts.map +1 -1
  23. package/dist/Validators/Validator.js +19 -20
  24. package/dist/Validators/Validator.js.map +1 -1
  25. package/dist/componentInterfaces-CA1UIqWL.js +20 -0
  26. package/dist/componentInterfaces-CA1UIqWL.js.map +1 -0
  27. package/dist/componentInterfaces-aBgBbB7r.cjs +2 -0
  28. package/dist/componentInterfaces-aBgBbB7r.cjs.map +1 -0
  29. package/dist/index.cjs +1 -1
  30. package/dist/index.js +2 -2
  31. package/package.json +1 -1
  32. package/src/Validators/Validator.ts +2 -4
  33. package/dist/componentInterfaces-5Ezh3Pvx.js +0 -19
  34. package/dist/componentInterfaces-5Ezh3Pvx.js.map +0 -1
  35. package/dist/componentInterfaces-Cm4Zfn1v.cjs +0 -2
  36. package/dist/componentInterfaces-Cm4Zfn1v.cjs.map +0 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { EventAction as C, FilterType as I, PrimitiveType as b, SignatureType as
6
6
  import { AllowListByComponentInterface as V, OpenAllowList as F, allowListFromAddress as h } from "./AllowLists/AllowList.js";
7
7
  import { LIST_MANAGER_ROLE as M, SimpleAllowList as N, prepareSimpleAllowListPayload as O } from "./AllowLists/SimpleAllowList.js";
8
8
  import { S as _, p as U } from "./SimpleDenyList-BKfPoTo1.js";
9
- import { B as G, M as k, a as z, b as q, p as Y, c as H } from "./Budget-JjYzHgRx.js";
9
+ import { B as G, M as k, a as z, b as q, p as Y, c as H } from "./Budget-DD7IPuDx.js";
10
10
  import { ManagedBudget as j, ManagedBudgetRoles as J, isERC1155TransferPayload as K, isFungibleTransfer as Q, prepareManagedBudgetPayload as X, prepareTransfer as Z } from "./Budgets/ManagedBudget.js";
11
11
  import { Deployable as re } from "./Deployable/Deployable.js";
12
12
  import { Contract as oe } from "./Deployable/Contract.js";
@@ -15,7 +15,7 @@ import { DeployableTargetWithRBAC as de, Roles as pe } from "./Deployable/Deploy
15
15
  import { AllowListIncentive as se, prepareAllowListIncentivePayload as ce } from "./Incentives/AllowListIncentive.js";
16
16
  import { CGDAIncentive as me, prepareCGDAIncentivePayload as Ee } from "./Incentives/CGDAIncentive.js";
17
17
  import { ERC20Incentive as ye, prepareERC20IncentivePayload as Ce } from "./Incentives/ERC20Incentive.js";
18
- import { E as be, a as fe, I as Pe, i as ve, p as ue, b as Re } from "./Incentive-DCOhfsid.js";
18
+ import { E as be, a as fe, I as Pe, i as ve, p as ue, b as Re } from "./Incentive-V1RjH38L.js";
19
19
  import { ERC20VariableIncentive as Be, prepareERC20VariableIncentivePayload as xe } from "./Incentives/ERC20VariableIncentive.js";
20
20
  import { ERC20VariableCriteriaIncentive as Te, gasRebateIncentiveCriteria as Ve, prepareERC20VariableCriteriaIncentivePayload as Fe } from "./Incentives/ERC20VariableCriteriaIncentive.js";
21
21
  import { PointsIncentive as Le, preparePointsIncentivePayload as Me } from "./Incentives/PointsIncentive.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostxyz/sdk",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,8 +1,7 @@
1
1
  import { aValidatorAbi } from '@boostxyz/evm';
2
2
  import {
3
+ ALimitedSignerValidator,
3
4
  ASignerValidator,
4
- // TODO: bring this back in
5
- // ALimitedSignerValidator,
6
5
  } from '@boostxyz/evm/deploys/componentInterfaces.json';
7
6
  import { readContract } from '@wagmi/core';
8
7
  import { type Address, type Hex, decodeAbiParameters } from 'viem';
@@ -29,8 +28,7 @@ export type Validator = SignerValidator | LimitedSignerValidator;
29
28
  */
30
29
  export const ValidatorByComponentInterface = {
31
30
  [ASignerValidator as Hex]: SignerValidator,
32
- // TODO bring this back in
33
- // [ALimitedSignerValidator as Hex]: LimitedSignerValidator,
31
+ [ALimitedSignerValidator as Hex]: LimitedSignerValidator,
34
32
  };
35
33
 
36
34
  /**
@@ -1,19 +0,0 @@
1
- const e = "0xc2c281ec", n = "0x53cf8555", a = "0x7cc1d5bb", t = "0x56586338", c = "0xf60c99c9", s = "0x52b8e45c", i = "0x90318111", o = "0x7687b0ed", A = "0x5fbfaa4e", d = "0xde98bbf0", x = "0xa2dceadb", b = "0x0d36a40d", g = "0xb8ce7b22", l = "0x1392d798", r = "0x3d30a22c";
2
- export {
3
- o as A,
4
- g as a,
5
- l as b,
6
- r as c,
7
- A as d,
8
- d as e,
9
- x as f,
10
- b as g,
11
- a as h,
12
- c as i,
13
- t as j,
14
- e as k,
15
- n as l,
16
- i as m,
17
- s as n
18
- };
19
- //# sourceMappingURL=componentInterfaces-5Ezh3Pvx.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"componentInterfaces-5Ezh3Pvx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,2 +0,0 @@
1
- "use strict";const e="0xc2c281ec",n="0x53cf8555",t="0x7cc1d5bb",i="0x56586338",c="0xf60c99c9",a="0x52b8e45c",A="0x90318111",s="0x7687b0ed",d="0x5fbfaa4e",o="0xde98bbf0",g="0xa2dceadb",l="0x0d36a40d",r="0xb8ce7b22",v="0x1392d798",b="0x3d30a22c";exports.AAllowListIncentive=e;exports.ACGDAIncentive=n;exports.AERC20Incentive=t;exports.AERC20PeggedIncentive=i;exports.AERC20PeggedVariableCriteriaIncentive=c;exports.AERC20VariableCriteriaIncentive=a;exports.AERC20VariableIncentive=A;exports.AEventAction=s;exports.AManagedBudget=d;exports.AManagedBudgetWithFees=o;exports.AManagedBudgetWithFeesV2=g;exports.APointsIncentive=l;exports.ASignerValidator=r;exports.ASimpleAllowList=v;exports.ASimpleDenyList=b;
2
- //# sourceMappingURL=componentInterfaces-Cm4Zfn1v.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"componentInterfaces-Cm4Zfn1v.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}