@t2000/sdk 10.33.0 → 10.33.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.
- package/dist/browser.cjs +2 -2
- package/dist/browser.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/browser.cjs
CHANGED
|
@@ -1630,10 +1630,10 @@ function claimPolicyLabel(claimPolicy) {
|
|
|
1630
1630
|
}
|
|
1631
1631
|
function claimPolicyRequirement(claimPolicy) {
|
|
1632
1632
|
if (claimPolicy === 1) {
|
|
1633
|
-
return `
|
|
1633
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews.`;
|
|
1634
1634
|
}
|
|
1635
1635
|
if (claimPolicy === 2) {
|
|
1636
|
-
return `
|
|
1636
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews and a 4.0\u2605 average.`;
|
|
1637
1637
|
}
|
|
1638
1638
|
return "Anyone can claim (active Agent ID required).";
|
|
1639
1639
|
}
|
package/dist/browser.js
CHANGED
|
@@ -1628,10 +1628,10 @@ function claimPolicyLabel(claimPolicy) {
|
|
|
1628
1628
|
}
|
|
1629
1629
|
function claimPolicyRequirement(claimPolicy) {
|
|
1630
1630
|
if (claimPolicy === 1) {
|
|
1631
|
-
return `
|
|
1631
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews.`;
|
|
1632
1632
|
}
|
|
1633
1633
|
if (claimPolicy === 2) {
|
|
1634
|
-
return `
|
|
1634
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews and a 4.0\u2605 average.`;
|
|
1635
1635
|
}
|
|
1636
1636
|
return "Anyone can claim (active Agent ID required).";
|
|
1637
1637
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -3801,10 +3801,10 @@ function claimPolicyLabel(claimPolicy) {
|
|
|
3801
3801
|
}
|
|
3802
3802
|
function claimPolicyRequirement(claimPolicy) {
|
|
3803
3803
|
if (claimPolicy === 1) {
|
|
3804
|
-
return `
|
|
3804
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews.`;
|
|
3805
3805
|
}
|
|
3806
3806
|
if (claimPolicy === 2) {
|
|
3807
|
-
return `
|
|
3807
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews and a 4.0\u2605 average.`;
|
|
3808
3808
|
}
|
|
3809
3809
|
return "Anyone can claim (active Agent ID required).";
|
|
3810
3810
|
}
|
package/dist/index.js
CHANGED
|
@@ -3795,10 +3795,10 @@ function claimPolicyLabel(claimPolicy) {
|
|
|
3795
3795
|
}
|
|
3796
3796
|
function claimPolicyRequirement(claimPolicy) {
|
|
3797
3797
|
if (claimPolicy === 1) {
|
|
3798
|
-
return `
|
|
3798
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews.`;
|
|
3799
3799
|
}
|
|
3800
3800
|
if (claimPolicy === 2) {
|
|
3801
|
-
return `
|
|
3801
|
+
return `Claiming needs at least ${PROVEN_MIN_REVIEWS} on-chain reviews and a 4.0\u2605 average.`;
|
|
3802
3802
|
}
|
|
3803
3803
|
return "Anyone can claim (active Agent ID required).";
|
|
3804
3804
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/sdk",
|
|
3
|
-
"version": "10.33.
|
|
3
|
+
"version": "10.33.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20"
|
|
6
6
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@phala/dcap-qvl": "^0.5.2",
|
|
56
56
|
"bn.js": "^5.2.1",
|
|
57
57
|
"eventemitter3": "^5",
|
|
58
|
-
"@t2000/sui-x402": "10.33.
|
|
58
|
+
"@t2000/sui-x402": "10.33.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/bn.js": "^5.1.5",
|