From cc2659a8c77ae159874bee23682ccb9ba7f65e39 Mon Sep 17 00:00:00 2001 From: AlejandroFabianCampos Date: Thu, 30 Apr 2026 16:24:05 -0300 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20publish=20hygiene=20=E2=80=94=20LI?= =?UTF-8?q?CENSE,=20repository/homepage/bugs/engines,=20drop=20src=20from?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ package.json | 14 ++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..66baa11 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Quiknode Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/package.json b/package.json index aee2b7e..01ad482 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,19 @@ "license": "MIT", "type": "module", "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/quiknode-labs/mpp.git" + }, + "homepage": "https://github.com/quiknode-labs/mpp#readme", + "bugs": { + "url": "https://github.com/quiknode-labs/mpp/issues" + }, + "engines": { + "node": ">=22" + }, "files": [ - "dist", - "src" + "dist" ], "exports": { ".": { From 1dc06bfd726e38cd4db5827af93c53c2ac821030 Mon Sep 17 00:00:00 2001 From: AlejandroFabianCampos Date: Thu, 30 Apr 2026 18:21:16 -0300 Subject: [PATCH 2/2] chore: include src/ in tarball per MPP first-party SDK spec, exclude tests via negation --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 01ad482..b68c15a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,10 @@ "node": ">=22" }, "files": [ - "dist" + "dist", + "src", + "!src/**/*.test.ts", + "!src/__tests__" ], "exports": { ".": {