From d3103cdb70577a8c11f6a9d3738f1a760772befd Mon Sep 17 00:00:00 2001 From: Miquel Gall Date: Mon, 7 Oct 2024 21:25:20 -0400 Subject: [PATCH 1/2] corrected method from wakeUp to wakeup --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index a9f655a..3095fbf 100644 --- a/src/main.ts +++ b/src/main.ts @@ -124,7 +124,7 @@ export abstract class OFSPlugin { parsed_message as OFSCallProcedureResultMessage ); break; - case "wakeUp": + case "wakeup": this.wakeup(parsed_message); break; case "error": From d68fb216b9327ce1f8c0ec4c02dd7f45ae5a8c42 Mon Sep 17 00:00:00 2001 From: Miquel Gall Date: Mon, 7 Oct 2024 21:25:24 -0400 Subject: [PATCH 2/2] 1.3.1 --- 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 398ca19..d926418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ofs-users/plugin", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ofs-users/plugin", - "version": "1.3.0", + "version": "1.3.1", "license": "UPL-1.0", "dependencies": { "@ofs-users/proxy": "^1.9.0" diff --git a/package.json b/package.json index 619299a..43e336a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ ], "name": "@ofs-users/plugin", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "Oracle Field Service plugin base code", "main": "dist/ofs-plugin.es.js", "module": "dist/ofs-plugin.es.js",