@cartridge/connector
Advanced tools
Comparing version 0.2.19 to 0.3.0
@@ -19,7 +19,6 @@ /// <reference types="node" /> | ||
y: string; | ||
}): Promise<{ | ||
}): Promise<import("@cartridge/controller").Error | { | ||
address: string; | ||
deviceKey: string; | ||
}>; | ||
saveDeploy(hash: string): Promise<void>; | ||
login(address: string, credentialId: string, options: { | ||
@@ -26,0 +25,0 @@ rpId?: string; |
@@ -42,7 +42,2 @@ "use strict"; | ||
} | ||
saveDeploy(hash) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return this.controller.saveDeploy(hash); | ||
}); | ||
} | ||
login(address, credentialId, options) { | ||
@@ -49,0 +44,0 @@ return __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "@cartridge/connector", | ||
"version": "0.2.19", | ||
"version": "0.3.0", | ||
"description": "Cartridge Controler Connector", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@cartridge/controller": "0.2.19", | ||
"@cartridge/controller": "0.3.0", | ||
"@starknet-react/core": "^0.14.8", | ||
@@ -31,0 +31,0 @@ "starknet": "^4.15.1" |
Sorry, the diff of this file is not supported yet
53746
104
+ Added@cartridge/controller@0.3.0(transitive)
- Removed@cartridge/controller@0.2.19(transitive)
Updated@cartridge/controller@0.3.0