From c5d333cc27511b2f4aaf6537287585cbcea3c436 Mon Sep 17 00:00:00 2001 From: OyamaP Date: Tue, 2 Jan 2024 09:52:09 +0900 Subject: [PATCH] ci: rename package --- README.md | 2 +- scripts/build-npm.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a350de5..ad9a7ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# data-lake-diff +# diff-unique-record データレイクなど膨大なデータの中から差分を求められることが多々ある。 これはオブジェクト型の配列データを新旧で比較して、その差分をプログラムで確認するためのツールです。 diff --git a/scripts/build-npm.ts b/scripts/build-npm.ts index 223503e..06391fc 100644 --- a/scripts/build-npm.ts +++ b/scripts/build-npm.ts @@ -13,16 +13,16 @@ await build({ deno: true, }, package: { - name: "record-diff", + name: "diff-unique-record", version: Deno.args[0], description: "Take the difference between old and new.", license: "MIT", repository: { type: "git", - url: "git+https://github.com/peko-thunder/record-diff-npm.git", + url: "git+https://github.com/peko-thunder/diff-unique-record.git", }, bugs: { - url: "https://github.com/peko-thunder/record-diff-npm/issues", + url: "https://github.com/peko-thunder/diff-unique-record/issues", }, }, postBuild() {