@cartridge/controller
Advanced tools
Comparing version 0.1.43 to 0.1.44
@@ -26,2 +26,2 @@ import { AccountInterface } from "starknet"; | ||
export { Messenger }; | ||
export * from "./types"; | ||
export * from "./types.js"; |
@@ -203,3 +203,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
export { Messenger }; | ||
export * from "./types"; | ||
export * from "./types.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cartridge/controller", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"description": "Cartridge Controller", | ||
"main": "lib/index.js", | ||
"types": "lib", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
@@ -32,2 +32,2 @@ "scripts": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
70897