@renegade-fi/react
Advanced tools
Comparing version 0.0.0-canary-20240919014428 to 0.0.0-canary-20240919014818
{ | ||
"name": "@renegade-fi/react", | ||
"description": "React library for Renegade", | ||
"version": "0.0.0-canary-20240919014428", | ||
"version": "0.0.0-canary-20240919014818", | ||
"files": [ | ||
@@ -57,3 +57,3 @@ "dist/**", | ||
"tiny-invariant": "^1.3.3", | ||
"@renegade-fi/core": "0.0.0-canary-20240919014428" | ||
"@renegade-fi/core": "0.0.0-canary-20240919014818" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
@@ -639,2 +639,8 @@ let wasm; | ||
}; | ||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
imports.wbg.__wbg_log_b103404cc5920657 = function(arg0) { | ||
console.log(getObject(arg0)); | ||
}; | ||
imports.wbg.__wbg_crypto_1d1f22824a6a080c = function(arg0) { | ||
@@ -665,5 +671,2 @@ const ret = getObject(arg0).crypto; | ||
}; | ||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
imports.wbg.__wbg_require_cca90b1a94a0255b = function() { return handleError(function () { | ||
@@ -670,0 +673,0 @@ const ret = module.require; |
Sorry, the diff of this file is not supported yet
799493
3908
+ Added@renegade-fi/core@0.0.0-canary-20240919014818(transitive)
+ Added@tanstack/query-core@5.66.0(transitive)
+ Added@tanstack/react-query@5.66.0(transitive)
+ Addedreact-use-websocket@4.13.0(transitive)
+ Addedviem@2.22.22(transitive)
- Removed@renegade-fi/core@0.0.0-canary-20240919014428(transitive)
- Removed@tanstack/query-core@5.65.0(transitive)
- Removed@tanstack/react-query@5.65.1(transitive)
- Removedreact-use-websocket@4.11.1(transitive)
- Removedviem@2.22.17(transitive)