desktop-deep-link
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -8,3 +8,3 @@ "use strict"; | ||
exports.defaultModule = { | ||
id: '', | ||
id: 'default', | ||
match: () => true, | ||
@@ -11,0 +11,0 @@ transform: (uri) => uri, |
@@ -15,2 +15,3 @@ "use strict"; | ||
const obsidian_1 = (0, tslib_1.__importDefault)(require("./obsidian")); | ||
const discord_1 = (0, tslib_1.__importDefault)(require("./discord")); | ||
exports.default = [ | ||
@@ -28,3 +29,4 @@ adobe_xd_1.default, | ||
obsidian_1.default, | ||
discord_1.default, | ||
]; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "desktop-deep-link", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "A library to transform urls to deep link for a lot of desktop apps.", | ||
@@ -5,0 +5,0 @@ "main": "dist/tsc/index.js", |
@@ -7,3 +7,3 @@ import modules from './modules' | ||
export const defaultModule = { | ||
id: '', | ||
id: 'default', | ||
match: () => true, | ||
@@ -10,0 +10,0 @@ transform: (uri: string): string => uri, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44932
816