diff --git a/README.md b/README.md index 932d34d..64aedf4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the same pattern [Cloudflare uses](https://blog.cloudflare.com/code-mode Requires [mise](https://mise.jdx.dev/) for tooling (Node.js, pnpm, Task): ```bash -git clone https://github.com/cnap-tech/codemode.git +git clone https://github.com/akua-dev/codemode.git cd codemode mise install # installs Node 24, pnpm 10, Task task install # installs dependencies diff --git a/packages/codemode/package.json b/packages/codemode/package.json index afdb364..3a300e5 100644 --- a/packages/codemode/package.json +++ b/packages/codemode/package.json @@ -44,7 +44,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git" + "url": "git+https://github.com/akua-dev/codemode.git" }, "peerDependencies": { "@robinbraemer/llrt": "^0.2.0", diff --git a/packages/codemode/test/package-publication.test.ts b/packages/codemode/test/package-publication.test.ts index f7c59f5..6aa5287 100644 --- a/packages/codemode/test/package-publication.test.ts +++ b/packages/codemode/test/package-publication.test.ts @@ -14,6 +14,13 @@ describe("codemode package publication", () => { expect(codemodePackageJson.devDependencies["@robinbraemer/llrt"]).toBe("workspace:*"); }); + it("declares the exact GitHub repository trusted to publish this package", () => { + expect(codemodePackageJson.repository).toEqual({ + type: "git", + url: "git+https://github.com/akua-dev/codemode.git", + }); + }); + it("publishes from the package directory with the npm CLI", () => { const workflow = readFileSync(publishWorkflowPath, "utf8"); diff --git a/packages/llrt/npm/darwin-arm64/package.json b/packages/llrt/npm/darwin-arm64/package.json index ca1d75e..3580053 100644 --- a/packages/llrt/npm/darwin-arm64/package.json +++ b/packages/llrt/npm/darwin-arm64/package.json @@ -20,7 +20,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git", + "url": "https://github.com/akua-dev/codemode.git", "directory": "packages/llrt" }, "publishConfig": { diff --git a/packages/llrt/npm/darwin-x64/package.json b/packages/llrt/npm/darwin-x64/package.json index d53038e..6bda03f 100644 --- a/packages/llrt/npm/darwin-x64/package.json +++ b/packages/llrt/npm/darwin-x64/package.json @@ -20,7 +20,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git", + "url": "https://github.com/akua-dev/codemode.git", "directory": "packages/llrt" }, "publishConfig": { diff --git a/packages/llrt/npm/linux-arm64-gnu/package.json b/packages/llrt/npm/linux-arm64-gnu/package.json index 9d99615..721be0a 100644 --- a/packages/llrt/npm/linux-arm64-gnu/package.json +++ b/packages/llrt/npm/linux-arm64-gnu/package.json @@ -20,7 +20,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git", + "url": "https://github.com/akua-dev/codemode.git", "directory": "packages/llrt" }, "publishConfig": { diff --git a/packages/llrt/npm/linux-x64-gnu/package.json b/packages/llrt/npm/linux-x64-gnu/package.json index b6d73dd..f1cd81d 100644 --- a/packages/llrt/npm/linux-x64-gnu/package.json +++ b/packages/llrt/npm/linux-x64-gnu/package.json @@ -20,7 +20,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git", + "url": "https://github.com/akua-dev/codemode.git", "directory": "packages/llrt" }, "publishConfig": { diff --git a/packages/llrt/package.json b/packages/llrt/package.json index edc2a9d..830a911 100644 --- a/packages/llrt/package.json +++ b/packages/llrt/package.json @@ -48,7 +48,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/cnap-tech/codemode.git", + "url": "https://github.com/akua-dev/codemode.git", "directory": "packages/llrt" }, "napi": {