From 4f0528aaab8238f13230acb42031e90fa20303b0 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Fri, 16 May 2025 14:05:54 +1000 Subject: [PATCH 1/2] chore: update networkVersion to 2 in configuration file Bumped the networkVersion from 1 to 2 to indicate breaking changes. This ensures clients are aware of the need to update for compatibility. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a837e930a..1a371831b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -33,7 +33,7 @@ const config = { * It is only incremented on breaking changes * Use this to know if you must upgrade your service client */ - networkVersion: 1, + networkVersion: 2, /** * Default provider configuration * These are managed by Matrix AI and Polykey developers From 70cc6f527c1f62e075e5d7392a64c143ad048aa2 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Fri, 16 May 2025 14:06:38 +1000 Subject: [PATCH 2/2] 2.3.3 --- 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 344713647..d79b85167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "license": "GPL-3.0", "dependencies": { "@matrixai/async-cancellable": "^2.0.1", diff --git a/package.json b/package.json index 7868b3776..d38f5d128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "homepage": "https://polykey.com", "author": "Matrix AI", "contributors": [