@coinbase/cdp-react-native 0.0.106 → 0.0.108

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.106",
3
+ "version": "0.0.108",
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.106",
11
- "@coinbase/cdp-core": "^0.0.106",
12
- "@coinbase/cdp-hooks": "^0.0.106"
10
+ "@coinbase/cdp-api-client": "^0.0.108",
11
+ "@coinbase/cdp-core": "^0.0.108",
12
+ "@coinbase/cdp-hooks": "^0.0.108"
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": "^16.0.0",
21
- "@types/react": "^19.0.0",
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.106",
27
- "@coinbase/cdp-core": "0.0.106",
28
- "@coinbase/cdp-hooks": "0.0.106"
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-core": "0.0.108",
27
+ "@coinbase/cdp-api-client": "0.0.108",
28
+ "@coinbase/cdp-hooks": "0.0.108"
29
29
  },
30
30
  "files": [
31
31
  "dist/**",