@osmonauts/lcd
Advanced tools
Comparing version
@@ -16,9 +16,2 @@ "use strict"; | ||
}); | ||
}); | ||
var warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/'; | ||
function print(text) { | ||
var yellowBoldText = "\x1B[1m\x1B[33m".concat(text, "\x1B[0m"); | ||
return yellowBoldText; | ||
} | ||
console.log(print(warn)); | ||
throw new Error(warn); | ||
}); |
@@ -1,8 +0,1 @@ | ||
export * from './rest'; | ||
const warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/'; | ||
function print(text) { | ||
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`; | ||
return yellowBoldText; | ||
} | ||
console.log(print(warn)); | ||
throw new Error(warn); | ||
export * from './rest'; |
{ | ||
"name": "@osmonauts/lcd", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Telescope LCDClient helpers", | ||
@@ -83,4 +83,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"axios": "0.27.2" | ||
}, | ||
"gitHead": "e76cf6819b05d440ccbb0bfc68de0d78a473bb9d" | ||
} | ||
} | ||
} |
@@ -1,11 +0,1 @@ | ||
export * from './rest'; | ||
const warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/'; | ||
function print(text) { | ||
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`; | ||
return yellowBoldText; | ||
} | ||
console.log(print(warn)); | ||
throw new Error(warn) | ||
export * from './rest'; |
12741
-6.38%241
-8.02%