From 6c9d6084cea9050738912e08795e4e9a210a258f Mon Sep 17 00:00:00 2001 From: Alexis Faizeau <a.faizeau@workadventu.re> Date: Fri, 17 Jun 2022 16:38:41 +0200 Subject: [PATCH] Update to 3.0.4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af80e8c..9004cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workadventure-map-starter-kit", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "scripts": { "dev": "vite", @@ -11,10 +11,10 @@ "@types/node": "^17.0.36", "typescript": "^4.5.4", "vite": "^2.9.9", - "wa-map-optimizer-vite": "^1.0.2" + "wa-map-optimizer-vite": "^1.0.3" }, "dependencies": { - "@workadventure/iframe-api-typings": "^1.10.3", + "@workadventure/iframe-api-typings": "^1.11.2", "@workadventure/scripting-api-extra": "^1.3.2" } } -- GitLab