@coinbase/cdp-solana-standard-wallet 0.0.105 → 0.0.107
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/esm/index10.js +2 -2
- package/dist/esm/index12.js +2 -2
- package/dist/esm/index2.js +1 -1
- package/dist/esm/index3.js +1 -1
- package/package.json +15 -15
package/dist/esm/index10.js
CHANGED
|
@@ -4,7 +4,7 @@ import { __require as q } from "./index13.js";
|
|
|
4
4
|
import { __require as w } from "./index14.js";
|
|
5
5
|
var x;
|
|
6
6
|
function G() {
|
|
7
|
-
return x ? h.exports : (x = 1, function() {
|
|
7
|
+
return x ? h.exports : (x = 1, (function() {
|
|
8
8
|
var v = S(), p = q().utf8, B = w(), F = q().bin, d = function(o, f) {
|
|
9
9
|
o.constructor == String ? f && f.encoding === "binary" ? o = F.stringToBytes(o) : o = p.stringToBytes(o) : B(o) ? o = Array.prototype.slice.call(o, 0) : !Array.isArray(o) && o.constructor !== Uint8Array && (o = o.toString());
|
|
10
10
|
for (var u = v.bytesToWords(o), a = o.length * 8, n = 1732584193, r = -271733879, i = -1732584194, t = 271733878, e = 0; e < u.length; e++)
|
|
@@ -34,7 +34,7 @@ function G() {
|
|
|
34
34
|
var u = v.wordsToBytes(d(o, f));
|
|
35
35
|
return f && f.asBytes ? u : f && f.asString ? F.bytesToString(u) : v.bytesToHex(u);
|
|
36
36
|
};
|
|
37
|
-
}(), h.exports);
|
|
37
|
+
})(), h.exports);
|
|
38
38
|
}
|
|
39
39
|
export {
|
|
40
40
|
G as __require
|
package/dist/esm/index12.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __module as a } from "./index15.js";
|
|
2
2
|
var h;
|
|
3
3
|
function c() {
|
|
4
|
-
return h ? a.exports : (h = 1, function() {
|
|
4
|
+
return h ? a.exports : (h = 1, (function() {
|
|
5
5
|
var f = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", u = {
|
|
6
6
|
// Bit-wise rotation left
|
|
7
7
|
rotl: function(r, t) {
|
|
@@ -65,7 +65,7 @@ function c() {
|
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
a.exports = u;
|
|
68
|
-
}(), a.exports);
|
|
68
|
+
})(), a.exports);
|
|
69
69
|
}
|
|
70
70
|
export {
|
|
71
71
|
c as __require
|
package/dist/esm/index2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import E from "./index8.js";
|
|
2
2
|
import { getFramework as m } from "./index9.js";
|
|
3
|
-
const v = "1f8d3e558f493e38a037dbfadb8ba344", y = "d473b1dcc969105adab157226cd9cf63", i = Symbol.for("@coinbase/cdp-analytics");
|
|
3
|
+
const v = "1f8d3e558f493e38a037dbfadb8ba344", y = "d473b1dcc969105adab157226cd9cf63", i = /* @__PURE__ */ Symbol.for("@coinbase/cdp-analytics");
|
|
4
4
|
function u() {
|
|
5
5
|
const n = globalThis;
|
|
6
6
|
return n[i] || (n[i] = {
|
package/dist/esm/index3.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cdp-solana-standard-wallet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.107",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**",
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
"@wallet-standard/wallet": "^1.1.0",
|
|
23
23
|
"@wallet-standard/features": "^1.1.0",
|
|
24
24
|
"@wallet-standard/app": "^1.1.0",
|
|
25
|
-
"@coinbase/cdp-core": "^0.0.
|
|
25
|
+
"@coinbase/cdp-core": "^0.0.107"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@testing-library/jest-dom": "
|
|
29
|
-
"@testing-library/react": "
|
|
30
|
-
"@types/react": "
|
|
31
|
-
"@types/react-dom": "
|
|
32
|
-
"jsdom": "
|
|
33
|
-
"react": "
|
|
34
|
-
"react-dom": "
|
|
35
|
-
"vitest": "
|
|
36
|
-
"@size-limit/preset-big-lib": "
|
|
37
|
-
"@size-limit/webpack": "
|
|
38
|
-
"@size-limit/webpack-why": "
|
|
39
|
-
"size-limit": "
|
|
40
|
-
"@coinbase/cdp-core": "^0.0.
|
|
28
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
29
|
+
"@testing-library/react": "16.3.0",
|
|
30
|
+
"@types/react": "19.1.8",
|
|
31
|
+
"@types/react-dom": "19.1.6",
|
|
32
|
+
"jsdom": "24.1.3",
|
|
33
|
+
"react": "19.1.2",
|
|
34
|
+
"react-dom": "19.1.2",
|
|
35
|
+
"vitest": "3.2.4",
|
|
36
|
+
"@size-limit/preset-big-lib": "11.2.0",
|
|
37
|
+
"@size-limit/webpack": "11.2.0",
|
|
38
|
+
"@size-limit/webpack-why": "11.2.0",
|
|
39
|
+
"size-limit": "11.2.0",
|
|
40
|
+
"@coinbase/cdp-core": "^0.0.107"
|
|
41
41
|
},
|
|
42
42
|
"size-limit": [
|
|
43
43
|
{
|