From e9d46c68381bcd7814e85e4eeba4889e0fb6a746 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 16 Sep 2024 22:15:39 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20bump=20new=20release=20in=20?= =?UTF-8?q?order=20to=20push=20DNT=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changes/fix-types.md | 8 ++++++++ .gitignore | 14 +------------- 2 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 .changes/fix-types.md diff --git a/.changes/fix-types.md b/.changes/fix-types.md new file mode 100644 index 00000000..75d00b4d --- /dev/null +++ b/.changes/fix-types.md @@ -0,0 +1,8 @@ +--- +"@effection/globals": patch +"@effection/core": patch +"@effection/html": patch +"@effection/keyboard": patch +--- + +Fix types in distributed NPM packages which were being incorrectly referenced in the package exports. diff --git a/.gitignore b/.gitignore index 8c390967..5f5d4c59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,8 @@ -node_modules -yarn-error.log -/packages/*/dist /packages/*/build -/packages/*/docs -*.tsbuildinfo + .node-version # Local Netlify folder .netlify .vscode -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* -__generated__ -.parcel-cache From 133ecee6ffc273bee55639a56f16dea73c08025f Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 16 Sep 2024 22:25:17 -0500 Subject: [PATCH 2/2] Fix package names --- .changes/fix-types.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.changes/fix-types.md b/.changes/fix-types.md index 75d00b4d..038033ad 100644 --- a/.changes/fix-types.md +++ b/.changes/fix-types.md @@ -1,8 +1,8 @@ --- -"@effection/globals": patch -"@effection/core": patch -"@effection/html": patch -"@effection/keyboard": patch +"@interactors/globals": patch +"@interactors/core": patch +"@interactors/html": patch +"@interactors/keyboard": patch --- Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.