@grammyjs/hydrate
Advanced tools
Comparing version 1.4.0 to 1.4.1
export { Api, ApiCallFn, Context, GrammyError, InputFile, RawApi, Transformer, } from "grammy"; | ||
export * from "grammy/types"; | ||
export type * from "grammy/types"; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -23,2 +9,1 @@ exports.InputFile = exports.GrammyError = exports.Context = exports.Api = void 0; | ||
Object.defineProperty(exports, "InputFile", { enumerable: true, get: function () { return grammy_1.InputFile; } }); | ||
__exportStar(require("grammy/types"), exports); |
{ | ||
"name": "@grammyjs/hydrate", | ||
"description": "Hydration plugin for grammY", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "KnorpelSenf", | ||
@@ -19,3 +19,4 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "deno2node tsconfig.json", | ||
"prepare": "npm run build", | ||
"build": "deno2node", | ||
"format": "deno fmt", | ||
@@ -28,7 +29,7 @@ "lint": "deno lint" | ||
"peerDependencies": { | ||
"grammy": "^1.3.0" | ||
"grammy": "^1.20.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.20.55", | ||
"deno2node": "^1.7.1" | ||
"deno2node": "^1.11.0" | ||
}, | ||
@@ -40,5 +41,2 @@ "files": [ | ||
"type": "commonjs", | ||
"exports": { | ||
".": "./out/mod.js" | ||
}, | ||
"keywords": [ | ||
@@ -45,0 +43,0 @@ "bot", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55361
944