From f7596eae00032f9a10749e4b164650fda2227449 Mon Sep 17 00:00:00 2001 From: Haydn Ewers <27211+haydn@users.noreply.github.com> Date: Sat, 8 Nov 2025 15:41:28 +1100 Subject: [PATCH] fix incorrect version between internal dependencies --- bun.lock | 15 ++++++++++++--- packages/geometry-fns/package.json | 10 ++-------- packages/graph-fns/package.json | 2 +- packages/grid-fns/package.json | 10 ++-------- packages/linear-fns/package.json | 10 ++-------- 5 files changed, 19 insertions(+), 28 deletions(-) diff --git a/bun.lock b/bun.lock index fbafb84..27e1466 100644 --- a/bun.lock +++ b/bun.lock @@ -15,7 +15,7 @@ }, "packages/geometry-fns": { "name": "@haydn/geometry-fns", - "version": "0.0.1", + "version": "0.0.4", "dependencies": { "@haydn/linear-fns": "workspace:*", }, @@ -23,9 +23,16 @@ "tsdoc-markdown": "^1.4.1", }, }, + "packages/graph-fns": { + "name": "graph-fns", + "version": "0.4.0", + "devDependencies": { + "tsdoc-markdown": "latest", + }, + }, "packages/grid-fns": { "name": "@haydn/grid-fns", - "version": "0.0.1", + "version": "0.0.4", "dependencies": { "@haydn/linear-fns": "workspace:*", }, @@ -35,7 +42,7 @@ }, "packages/linear-fns": { "name": "@haydn/linear-fns", - "version": "0.0.1", + "version": "0.0.4", "devDependencies": { "tsdoc-markdown": "^1.4.1", }, @@ -270,6 +277,8 @@ "graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="], + "graph-fns": ["graph-fns@workspace:packages/graph-fns"], + "human-id": ["human-id@4.1.2", "", { "bin": { "human-id": "dist/cli.js" } }, "sha512-v/J+4Z/1eIJovEBdlV5TYj1IR+ZiohcYGRY+qN/oC9dAfKzVT023N/Bgw37hrKCoVRBvk3bqyzpr2PP5YeTMSg=="], "iconv-lite": ["iconv-lite@0.7.0", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ=="], diff --git a/packages/geometry-fns/package.json b/packages/geometry-fns/package.json index d951b13..85f1b0d 100644 --- a/packages/geometry-fns/package.json +++ b/packages/geometry-fns/package.json @@ -11,13 +11,7 @@ "import": "./dist/index.js" } }, - "files": [ - "CHANGELOG.md", - "dist", - "LICENSE", - "logo.png", - "README.md" - ], + "files": ["CHANGELOG.md", "dist", "LICENSE", "logo.png", "README.md"], "main": "./dist/index.js", "name": "@haydn/geometry-fns", "private": false, @@ -27,7 +21,7 @@ }, "scripts": { "docs": "tsdoc --src=src/index.ts --types", - "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" + "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun update --latest && bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", "version": "0.0.4" diff --git a/packages/graph-fns/package.json b/packages/graph-fns/package.json index 88163c8..f322814 100644 --- a/packages/graph-fns/package.json +++ b/packages/graph-fns/package.json @@ -31,7 +31,7 @@ }, "scripts": { "docs": "tsdoc --src=src/index.ts --types --noemoji", - "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" + "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun update --latest && bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", "version": "0.4.1" diff --git a/packages/grid-fns/package.json b/packages/grid-fns/package.json index 963a54f..44f851e 100644 --- a/packages/grid-fns/package.json +++ b/packages/grid-fns/package.json @@ -11,13 +11,7 @@ "import": "./dist/index.js" } }, - "files": [ - "CHANGELOG.md", - "dist", - "LICENSE", - "logo.png", - "README.md" - ], + "files": ["CHANGELOG.md", "dist", "LICENSE", "logo.png", "README.md"], "main": "./dist/index.js", "name": "@haydn/grid-fns", "private": false, @@ -27,7 +21,7 @@ }, "scripts": { "docs": "tsdoc --src=src/index.ts --types", - "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" + "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun update --latest && bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", "version": "0.0.4" diff --git a/packages/linear-fns/package.json b/packages/linear-fns/package.json index 1337b55..65e111e 100644 --- a/packages/linear-fns/package.json +++ b/packages/linear-fns/package.json @@ -8,13 +8,7 @@ "import": "./dist/index.js" } }, - "files": [ - "CHANGELOG.md", - "dist", - "LICENSE", - "logo.png", - "README.md" - ], + "files": ["CHANGELOG.md", "dist", "LICENSE", "logo.png", "README.md"], "main": "./dist/index.js", "name": "@haydn/linear-fns", "private": false, @@ -24,7 +18,7 @@ }, "scripts": { "docs": "tsdoc --src=src/index.ts --types", - "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" + "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun update --latest && bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", "version": "0.0.4" -- 2.51.2