From 3fe4dc14b475e79d313b85d9484c1d9a36091a67 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Wed, 8 Oct 2025 17:05:37 +0200 Subject: [PATCH] Add publishConfig.provenance=true --- package.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 98762fd..102f1e5 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,10 @@ "require": "./dist/index.js" } }, - "files": [ - "dist" - ], + "files": ["dist"], "publishConfig": { - "access": "public" + "access": "public", + "provenance": true }, "scripts": { "build:plugins": "cd packages/codegen-operations && npm run build", @@ -50,11 +49,6 @@ "tsup": "8.0.1", "typescript": "5.3.3" }, - "keywords": [ - "plain", - "graphql", - "sdk", - "api", - "client" - ] -} \ No newline at end of file + "keywords": ["plain", "graphql", "sdk", "api", "client"] +} +