From bf27b7f2bd7f1c12fc4688b58a643687ef358e3f Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Fri, 21 Nov 2025 15:36:59 -0600 Subject: [PATCH] chore: be explicit about placeholder version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 600a3dd3..529536c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-ts/base", - "version": "0.1.0", + "version": "0.0.0-unused-placeholder", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@api-ts/base", - "version": "0.1.0", + "version": "0.0.0-unused-placeholder", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ diff --git a/package.json b/package.json index fa72e7a2..a05c62f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api-ts/base", - "version": "0.1.0", + "version": "0.0.0-unused-placeholder", "description": "Tools for using io-ts to describe and consume APIs", "license": "Apache-2.0", "private": true,