@grammyjs/storage-deta
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "@grammyjs/storage-deta", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"private": false, | ||
@@ -15,2 +15,8 @@ "description": "deta.sh storage adapter for grammY", | ||
"types": "./dist/esm/mod.d.ts", | ||
"scripts": { | ||
"test:deno": "echo \"Error: no tests found\"", | ||
"prebuild": "rimraf dist", | ||
"build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild", | ||
"postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist" | ||
}, | ||
"repository": { | ||
@@ -50,8 +56,3 @@ "type": "git", | ||
], | ||
"scripts": { | ||
"test:deno": "echo \"Error: no tests found\"", | ||
"prebuild": "rimraf dist", | ||
"build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild", | ||
"postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist" | ||
} | ||
} | ||
"gitHead": "a7758c4f957f103a14832088c6858d693c444576" | ||
} |
@@ -42,3 +42,3 @@ # Deta.sh Base storage adapter for [grammY](https://github.com/grammyjs/grammY) | ||
SessionFlavor, | ||
} from "https://deno.land/x/grammy/mod.ts"; | ||
} from "https://lib.deno.dev/x/grammy@1.x/mod.ts"; | ||
import { DetaAdapter } from "https://deno.land/x/grammy_storages/deta/src/mod.ts"; | ||
@@ -45,0 +45,0 @@ |
14762
22
140