diff --git a/.changeset/wild-seas-argue.md b/.changeset/wild-seas-argue.md new file mode 100644 index 0000000..57cca4d --- /dev/null +++ b/.changeset/wild-seas-argue.md @@ -0,0 +1,5 @@ +--- +"open-source-stack": patch +--- + +Added provencance to the package release diff --git a/package.json b/package.json index 24e995b..1b7d294 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "pnpm": ">=10.6.5", "node": ">=20.0.0" } -} \ No newline at end of file +} diff --git a/packages/open-source-stack/package.json b/packages/open-source-stack/package.json index 2d2c8b9..3e56c72 100644 --- a/packages/open-source-stack/package.json +++ b/packages/open-source-stack/package.json @@ -40,10 +40,11 @@ "bugs": { "url": "https://github.com/forge-42/open-source-stack/issues" }, - "files": [ - "dist" - ], + "files": ["dist"], "homepage": "https://github.com/forge-42/open-source-stack#readme", + "publishConfig": { + "provenance": true + }, "devDependencies": { "@arethetypeswrong/cli": "^0.15.4", "@changesets/cli": "^2.27.7", @@ -54,4 +55,4 @@ "typescript": "^5.4.5", "vitest": "^1.5.2" } -} \ No newline at end of file +}