@coinbase/cdp-react-native 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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import E from "../../_virtual/md5.js";
|
|
2
2
|
import { getFramework as m } from "./detectFramework.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] = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __module as a } from "../../_virtual/crypt.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
|
|
@@ -4,7 +4,7 @@ import { __require as q } from "../charenc/charenc.js";
|
|
|
4
4
|
import { __require as w } from "../is-buffer/index.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/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cdp-react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.107",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"expo-apple-authentication": ">=4.0.0",
|
|
7
7
|
"react": ">=18.2.0",
|
|
8
8
|
"react-native": ">=0.70.0",
|
|
9
9
|
"react-native-webview": ">=13.0.0",
|
|
10
|
-
"@coinbase/cdp-api-client": "^0.0.
|
|
11
|
-
"@coinbase/cdp-
|
|
12
|
-
"@coinbase/cdp-
|
|
10
|
+
"@coinbase/cdp-api-client": "^0.0.107",
|
|
11
|
+
"@coinbase/cdp-hooks": "^0.0.107",
|
|
12
|
+
"@coinbase/cdp-core": "^0.0.107"
|
|
13
13
|
},
|
|
14
14
|
"peerDependenciesMeta": {
|
|
15
15
|
"expo-apple-authentication": {
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@testing-library/react": "
|
|
21
|
-
"@types/react": "
|
|
22
|
-
"react": "
|
|
23
|
-
"react-dom": "
|
|
24
|
-
"react-native": "
|
|
25
|
-
"react-native-webview": "
|
|
26
|
-
"@coinbase/cdp-api-client": "0.0.
|
|
27
|
-
"@coinbase/cdp-core": "0.0.
|
|
28
|
-
"@coinbase/cdp-hooks": "0.0.
|
|
20
|
+
"@testing-library/react": "16.3.0",
|
|
21
|
+
"@types/react": "19.1.8",
|
|
22
|
+
"react": "19.1.2",
|
|
23
|
+
"react-dom": "19.1.2",
|
|
24
|
+
"react-native": "0.79.6",
|
|
25
|
+
"react-native-webview": "13.13.5",
|
|
26
|
+
"@coinbase/cdp-api-client": "0.0.107",
|
|
27
|
+
"@coinbase/cdp-core": "0.0.107",
|
|
28
|
+
"@coinbase/cdp-hooks": "0.0.107"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/**",
|