diff --git a/package-lock.json b/package-lock.json index f79e4c7..6f1bbfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluxninja/aperture-js", - "version": "2.4.4", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluxninja/aperture-js", - "version": "2.4.4", + "version": "2.8.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.5", diff --git a/package.json b/package.json index 00c7ebd..8db2f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluxninja/aperture-js", - "version": "2.4.4", + "version": "2.8.0", "description": "Flow control SDK that interfaces with FluxNinja Aperture Agents", "main": "./lib/index.js", "scripts": { diff --git a/sdk/consts.ts b/sdk/consts.ts index ea02505..e5be215 100644 --- a/sdk/consts.ts +++ b/sdk/consts.ts @@ -11,7 +11,7 @@ export const PROTO_PATH = path.resolve( // The name of the library. export const LIBRARY_NAME = "@fluxninja/aperture-js"; // The version of the library. -export const LIBRARY_VERSION = "2.4.4"; +export const LIBRARY_VERSION = "2.8.0"; // Label to hold source of flow. export const SOURCE_LABEL = "aperture.source"; // Label to hold status of the flow.