From 144b866a74ad06a94381fc6bc9d476fae9cd4b51 Mon Sep 17 00:00:00 2001 From: "Timothy J. Aveni" Date: Thu, 18 Jun 2026 07:46:53 -0700 Subject: [PATCH] Use Yarn Berry lockfile --- package.json | 1 + yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/package.json b/package.json index 2b4ea56..baaee23 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@quixos/control-plane-protocol", "version": "1.0.0", "private": true, + "packageManager": "yarn@4.14.1", "type": "module", "main": "./src/index.ts", "exports": { diff --git a/yarn.lock b/yarn.lock index e69de29..453dc66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -0,0 +1,12 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 9 + cacheKey: 10c0 + +"@quixos/control-plane-protocol@workspace:.": + version: 0.0.0-use.local + resolution: "@quixos/control-plane-protocol@workspace:." + languageName: unknown + linkType: soft