@@ -35,7 +35,7 @@
当前重要依赖的版本号:
-- deno 1.44.0
+- deno 1.45.3
<https://github.com/denoland/deno>
@@ -1,7 +1,7 @@
{
"imports": {
"@fm-elpac/deno-kv-util": "jsr:@fm-elpac/deno-kv-util@^0.1.1",
- "@std/path": "jsr:@std/path@^0.225.1",
- "@std/streams": "jsr:@std/streams@^0.224.2"
+ "@std/path": "jsr:@std/path@^1.0.1",
+ "@std/streams": "jsr:@std/streams@^0.224.5"
}
@@ -9,7 +9,7 @@ import { batch_set, chunk_set } from "@fm-elpac/deno-kv-util";
import { 写入元数据 } from "./util.js";
-const 数据库名称 = "胖喵拼音内置数据库 (0) v0.1.4 (不含词库)";
+const 数据库名称 = "胖喵拼音内置数据库 (0) v0.1.5 (不含词库)";
// 读取拼音数据
async function 读拼音(文件名) {
@@ -11,7 +11,7 @@ import { batch_set, chunk_get } from "@fm-elpac/deno-kv-util";
-const 数据库名称 = "胖喵拼音内置数据库 v0.1.4 (6w)";
+const 数据库名称 = "胖喵拼音内置数据库 v0.1.5 (6w)";
async function 读取stdin() {
const 行 = Deno.stdin.readable