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