From 9a98b0dcacc2a4e8feb8ab8a749c9e17f5fac570 Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 23 Feb 2025 14:03:48 +0100 Subject: [PATCH] updated to version 0.1.9 --- module.json | 2 +- scripts/puckoapi/puckoapi.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 8ff176c..3e35f12 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.8", + "version": "0.1.9", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckoapi/puckoapi.js b/scripts/puckoapi/puckoapi.js index 1e4f85e..c8b87c6 100644 --- a/scripts/puckoapi/puckoapi.js +++ b/scripts/puckoapi/puckoapi.js @@ -1,4 +1,4 @@ -class PuckoPruttApi { +export default class PuckoPruttApi { constructor() { this.apiUrl = "api.puckoprutt.tech" this.schema = this.apiUrl + "/schema"