Comparing version 4.9.0-canary.7 to 4.9.0-canary.8
@@ -12,2 +12,5 @@ "use strict"; | ||
function deprecate(method, ignorable, use, see) { | ||
// don't use deprecate() yet | ||
// wait for a couple minor releases of telegraf so the news reaches more people | ||
return; | ||
const ignorer = `IGNORE_DEPRECATED_${ignorable}`; | ||
@@ -14,0 +17,0 @@ if (exports.env[ignorer]) |
{ | ||
"name": "telegraf", | ||
"version": "4.9.0-canary.7", | ||
"version": "4.9.0-canary.8", | ||
"description": "Modern Telegram Bot Framework", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -23,2 +23,6 @@ import Context from './context' | ||
) { | ||
// don't use deprecate() yet | ||
// wait for a couple minor releases of telegraf so the news reaches more people | ||
return | ||
const ignorer = `IGNORE_DEPRECATED_${ignorable}` | ||
@@ -25,0 +29,0 @@ if (env[ignorer]) return |
Sorry, the diff of this file is not supported yet
481142
10463