From 88dca5675b94a16c13af2702a0157055110b25ac Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Mon, 18 Mar 2024 18:49:02 -0700 Subject: [PATCH] hotfix: required metadata for npm provenance Signed-off-by: Sam Gammon --- packages/gradle/package.json | 12 ++++++++++++ packages/indexer/package.json | 12 ++++++++++++ packages/java/package.json | 12 ++++++++++++ packages/maven/package.json | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/packages/gradle/package.json b/packages/gradle/package.json index 66e94d29..6aaf5da3 100644 --- a/packages/gradle/package.json +++ b/packages/gradle/package.json @@ -20,6 +20,18 @@ "provenance": true, "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/elide-dev/jpms", + "directory": "packages/maven" + }, + "bugs": { + "url": "https://github.com/elide-dev/jpms/issues" + }, + "author": { + "name": "Sam Gammon", + "url": "https://github.com/sgammon" + }, "scripts": { "test:bun": "bun test", "test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js", diff --git a/packages/indexer/package.json b/packages/indexer/package.json index 29db46ae..18f724f4 100644 --- a/packages/indexer/package.json +++ b/packages/indexer/package.json @@ -27,6 +27,18 @@ "provenance": true, "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/elide-dev/jpms", + "directory": "packages/indexer" + }, + "bugs": { + "url": "https://github.com/elide-dev/jpms/issues" + }, + "author": { + "name": "Sam Gammon", + "url": "https://github.com/sgammon" + }, "scripts": { "index": "bun run build && bun dist/indexer.mjs ../../repository", "test:bun": "bun test", diff --git a/packages/java/package.json b/packages/java/package.json index ac447851..77b122ac 100644 --- a/packages/java/package.json +++ b/packages/java/package.json @@ -21,6 +21,18 @@ "provenance": true, "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/elide-dev/jpms", + "directory": "packages/java" + }, + "bugs": { + "url": "https://github.com/elide-dev/jpms/issues" + }, + "author": { + "name": "Sam Gammon", + "url": "https://github.com/sgammon" + }, "scripts": { "test:bun": "bun test", "test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js", diff --git a/packages/maven/package.json b/packages/maven/package.json index fa745d18..4a379dce 100644 --- a/packages/maven/package.json +++ b/packages/maven/package.json @@ -20,6 +20,18 @@ "provenance": true, "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/elide-dev/jpms", + "directory": "packages/maven" + }, + "bugs": { + "url": "https://github.com/elide-dev/jpms/issues" + }, + "author": { + "name": "Sam Gammon", + "url": "https://github.com/sgammon" + }, "scripts": { "test:bun": "bun test", "test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js",