From d35c4f6705d2000f51d465e3be433d30bd49bed2 Mon Sep 17 00:00:00 2001 From: "raymond.berry" Date: Tue, 9 Jul 2024 17:17:35 -0700 Subject: [PATCH 1/2] added publishConfig to package.json --- packages/graphiql-plugin-multipart-requests/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/graphiql-plugin-multipart-requests/package.json b/packages/graphiql-plugin-multipart-requests/package.json index c6d8291..c3ba01d 100644 --- a/packages/graphiql-plugin-multipart-requests/package.json +++ b/packages/graphiql-plugin-multipart-requests/package.json @@ -11,6 +11,10 @@ "release": "tshy", "clean": "rimraf dist/" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + }, "type": "module", "exports": { "./package.json": "./package.json", From 94fa6c39cd62e580b002e1d9488bc562006c53ec Mon Sep 17 00:00:00 2001 From: "raymond.berry" Date: Wed, 10 Jul 2024 11:03:29 -0700 Subject: [PATCH 2/2] version bump for publishing --- packages/graphiql-plugin-multipart-requests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphiql-plugin-multipart-requests/package.json b/packages/graphiql-plugin-multipart-requests/package.json index c3ba01d..244cd87 100644 --- a/packages/graphiql-plugin-multipart-requests/package.json +++ b/packages/graphiql-plugin-multipart-requests/package.json @@ -3,7 +3,7 @@ "collaborators": [ "Dylan Owen " ], - "version": "0.0.1", + "version": "0.0.2", "scripts": { "dev": "tsc --project ./tsconfig.dev.json --watch --pretty --incremental --preserveWatchOutput", "test:unit": "jest",