From b23327646e8b7f38aa068c1a0000902e50389040 Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Fri, 27 Sep 2024 09:41:23 -0400 Subject: [PATCH] upgrading version --- package-lock.json | 4 ++-- package.json | 2 +- src/api_client.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09d3eb7..d1f79a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "predictionguard", - "version": "0.26.1", + "version": "0.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "predictionguard", - "version": "0.26.1", + "version": "0.27.0", "license": "Apache 2.0", "dependencies": { "fetch-sse": "^1.0.23", diff --git a/package.json b/package.json index e71d553..740e20b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "predictionguard", "author": "Prediction Guard", - "version": "0.26.1", + "version": "0.27.0", "license": "Apache 2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/api_client.ts b/src/api_client.ts index 1ac15bb..d693203 100644 --- a/src/api_client.ts +++ b/src/api_client.ts @@ -2,7 +2,7 @@ import fetch from 'node-fetch'; import * as sse from 'fetch-sse'; import * as model from './api_model.js'; -const version = '0.26.1'; +const version = '0.27.0'; /** Client provides access the PredictionGuard API. */ export class Client {