From fa7f1ce4eb9d74cd8f31725b41ce344d6d6a3d41 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Sun, 11 May 2025 02:22:46 +0800 Subject: [PATCH] chore: bump version to 0.8.1 & bump deps. --- deno.json | 6 ++-- deno.lock | 105 ++++++++++++++++-------------------------------------- 2 files changed, 33 insertions(+), 78 deletions(-) diff --git a/deno.json b/deno.json index 728c94b..2c0e929 100644 --- a/deno.json +++ b/deno.json @@ -1,16 +1,16 @@ { "name": "@blah/core", - "version": "0.8.0", + "version": "0.8.1", "exports": { "./crypto": "./crypto/mod.ts", "./identity": "./identity/mod.ts", "./richText": "./richText/mod.ts" }, "imports": { - "@deno/dnt": "jsr:@deno/dnt@^0.41.3", + "@deno/dnt": "jsr:@deno/dnt@^0.42.1", "@std/expect": "jsr:@std/expect@^1.0.15", "@std/testing": "jsr:@std/testing@^1.0.11", - "zod": "npm:zod@^3.24.3" + "zod": "npm:zod@^3.24.4" }, "tasks": { "build:npm": "deno run -A ./scripts/build_npm.ts" diff --git a/deno.lock b/deno.lock index 5ac5d7d..9239e32 100644 --- a/deno.lock +++ b/deno.lock @@ -2,40 +2,33 @@ "version": "4", "specifiers": { "jsr:@david/code-block-writer@^13.0.2": "13.0.3", - "jsr:@deno/cache-dir@~0.10.3": "0.10.3", - "jsr:@deno/dnt@~0.41.3": "0.41.3", - "jsr:@deno/graph@~0.73.1": "0.73.1", - "jsr:@std/assert@0.223": "0.223.0", - "jsr:@std/assert@0.226": "0.226.0", + "jsr:@deno/cache-dir@0.20": "0.20.0", + "jsr:@deno/dnt@~0.42.1": "0.42.1", "jsr:@std/assert@^1.0.12": "1.0.13", "jsr:@std/assert@^1.0.5": "1.0.5", - "jsr:@std/bytes@0.223": "0.223.0", + "jsr:@std/bytes@^1.0.5": "1.0.5", "jsr:@std/data-structures@^1.0.6": "1.0.7", "jsr:@std/expect@^1.0.15": "1.0.15", - "jsr:@std/fmt@0.223": "0.223.0", "jsr:@std/fmt@1": "1.0.7", - "jsr:@std/fs@0.223": "0.223.0", + "jsr:@std/fmt@^1.0.3": "1.0.7", "jsr:@std/fs@1": "1.0.17", "jsr:@std/fs@^1.0.16": "1.0.17", "jsr:@std/fs@^1.0.4": "1.0.4", "jsr:@std/fs@^1.0.5": "1.0.6", + "jsr:@std/fs@^1.0.6": "1.0.17", "jsr:@std/fs@^1.0.9": "1.0.13", - "jsr:@std/fs@~0.229.3": "0.229.3", "jsr:@std/internal@^1.0.3": "1.0.3", "jsr:@std/internal@^1.0.6": "1.0.6", - "jsr:@std/io@0.223": "0.223.0", - "jsr:@std/path@0.223": "0.223.0", + "jsr:@std/io@0.225": "0.225.2", "jsr:@std/path@1": "1.0.9", - "jsr:@std/path@1.0.0-rc.1": "1.0.0-rc.1", "jsr:@std/path@^1.0.4": "1.0.6", "jsr:@std/path@^1.0.6": "1.0.6", "jsr:@std/path@^1.0.8": "1.0.9", "jsr:@std/path@^1.0.9": "1.0.9", - "jsr:@std/path@~0.225.2": "0.225.2", "jsr:@std/testing@^1.0.11": "1.0.11", - "jsr:@ts-morph/bootstrap@0.24": "0.24.0", - "jsr:@ts-morph/common@0.24": "0.24.0", - "npm:zod@^3.24.3": "3.24.3" + "jsr:@ts-morph/bootstrap@0.25": "0.25.0", + "jsr:@ts-morph/common@0.25": "0.25.0", + "npm:zod@^3.24.4": "3.24.4" }, "jsr": { "@david/code-block-writer@13.0.2": { @@ -44,18 +37,17 @@ "@david/code-block-writer@13.0.3": { "integrity": "f98c77d320f5957899a61bfb7a9bead7c6d83ad1515daee92dbacc861e13bb7f" }, - "@deno/cache-dir@0.10.3": { - "integrity": "eb022f84ecc49c91d9d98131c6e6b118ff63a29e343624d058646b9d50404776", + "@deno/cache-dir@0.20.0": { + "integrity": "840a78d4294102ac9ba6be70e8c1bf2983d18de4ef022f2c1bb8f8aaaffada48", "dependencies": [ - "jsr:@deno/graph", - "jsr:@std/fmt@0.223", - "jsr:@std/fs@0.223", + "jsr:@std/fmt@^1.0.3", + "jsr:@std/fs@^1.0.6", "jsr:@std/io", - "jsr:@std/path@0.223" + "jsr:@std/path@^1.0.8" ] }, - "@deno/dnt@0.41.3": { - "integrity": "b2ef2c8a5111eef86cb5bfcae103d6a2938e8e649e2461634a7befb7fc59d6d2", + "@deno/dnt@0.42.1": { + "integrity": "85322b38eb40d4e8c5216d62536152c35b1bda9dc47c8c60860610397b960223", "dependencies": [ "jsr:@david/code-block-writer", "jsr:@deno/cache-dir", @@ -65,15 +57,6 @@ "jsr:@ts-morph/bootstrap" ] }, - "@deno/graph@0.73.1": { - "integrity": "cd69639d2709d479037d5ce191a422eabe8d71bb68b0098344f6b07411c84d41" - }, - "@std/assert@0.223.0": { - "integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24" - }, - "@std/assert@0.226.0": { - "integrity": "0dfb5f7c7723c18cec118e080fec76ce15b4c31154b15ad2bd74822603ef75b3" - }, "@std/assert@1.0.5": { "integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f", "dependencies": [ @@ -92,8 +75,8 @@ "jsr:@std/internal@^1.0.6" ] }, - "@std/bytes@0.223.0": { - "integrity": "84b75052cd8680942c397c2631318772b295019098f40aac5c36cead4cba51a8" + "@std/bytes@1.0.5": { + "integrity": "4465dd739d7963d964c809202ebea6d5c6b8e3829ef25c6a224290fbb8a1021e" }, "@std/data-structures@1.0.7": { "integrity": "16932d2c8d281f65eaaa2209af2473209881e33b1ced54cd1b015e7b4cdbb0d2" @@ -112,9 +95,6 @@ "jsr:@std/internal@^1.0.6" ] }, - "@std/fmt@0.223.0": { - "integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208" - }, "@std/fmt@1.0.2": { "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7" }, @@ -124,15 +104,6 @@ "@std/fmt@1.0.7": { "integrity": "2a727c043d8df62cd0b819b3fb709b64dd622e42c3b1bb817ea7e6cc606360fb" }, - "@std/fs@0.223.0": { - "integrity": "3b4b0550b2c524cbaaa5a9170c90e96cbb7354e837ad1bdaf15fc9df1ae9c31c" - }, - "@std/fs@0.229.3": { - "integrity": "783bca21f24da92e04c3893c9e79653227ab016c48e96b3078377ebd5222e6eb", - "dependencies": [ - "jsr:@std/path@1.0.0-rc.1" - ] - }, "@std/fs@1.0.3": { "integrity": "3cb839b1360b0a42d8b367c3093bfe4071798e6694fa44cf1963e04a8edba4fe", "dependencies": [ @@ -169,28 +140,12 @@ "@std/internal@1.0.6": { "integrity": "9533b128f230f73bd209408bb07a4b12f8d4255ab2a4d22a1fd6d87304aca9a4" }, - "@std/io@0.223.0": { - "integrity": "2d8c3c2ab3a515619b90da2c6ff5ea7b75a94383259ef4d02116b228393f84f1", + "@std/io@0.225.2": { + "integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7", "dependencies": [ - "jsr:@std/assert@0.223", "jsr:@std/bytes" ] }, - "@std/path@0.223.0": { - "integrity": "593963402d7e6597f5a6e620931661053572c982fc014000459edc1f93cc3989", - "dependencies": [ - "jsr:@std/assert@0.223" - ] - }, - "@std/path@0.225.2": { - "integrity": "0f2db41d36b50ef048dcb0399aac720a5348638dd3cb5bf80685bf2a745aa506", - "dependencies": [ - "jsr:@std/assert@0.226" - ] - }, - "@std/path@1.0.0-rc.1": { - "integrity": "b8c00ae2f19106a6bb7cbf1ab9be52aa70de1605daeb2dbdc4f87a7cbaf10ff6" - }, "@std/path@1.0.6": { "integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed" }, @@ -210,23 +165,23 @@ "jsr:@std/path@^1.0.8" ] }, - "@ts-morph/bootstrap@0.24.0": { - "integrity": "a826a2ef7fa8a7c3f1042df2c034d20744d94da2ee32bf29275bcd4dffd3c060", + "@ts-morph/bootstrap@0.25.0": { + "integrity": "3cd33ee80ac0aab8e5d2660c639a02187f0c8abfe454636ce86c00eb7e8407db", "dependencies": [ "jsr:@ts-morph/common" ] }, - "@ts-morph/common@0.24.0": { - "integrity": "12b625b8e562446ba658cdbe9ad77774b4bd96b992ae8bd34c60dbf24d06c1f3", + "@ts-morph/common@0.25.0": { + "integrity": "e3ed1771e2fb61fbc3d2cb39ebbc4f89cd686d6d9bc6d91a71372be055ac1967", "dependencies": [ - "jsr:@std/fs@~0.229.3", - "jsr:@std/path@~0.225.2" + "jsr:@std/fs@1", + "jsr:@std/path@1" ] } }, "npm": { - "zod@3.24.3": { - "integrity": "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==" + "zod@3.24.4": { + "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==" } }, "remote": { @@ -246,10 +201,10 @@ }, "workspace": { "dependencies": [ - "jsr:@deno/dnt@~0.41.3", + "jsr:@deno/dnt@~0.42.1", "jsr:@std/expect@^1.0.15", "jsr:@std/testing@^1.0.11", - "npm:zod@^3.24.3" + "npm:zod@^3.24.4" ] } }