From ec42293300fdf9d3475ff5959d4253a8eef0ebb7 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:16:19 +0200 Subject: [PATCH] Added Congress + changed schema codes + bumped ajv ajv-formats version npm:ajv@8.17.1 npm:ajv-formats@3.0.1 --- utils/test.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utils/test.js b/utils/test.js index 0fd89e1..3979d6c 100644 --- a/utils/test.js +++ b/utils/test.js @@ -1,5 +1,5 @@ -import Ajv from "npm:ajv@8.8.2"; -import addFormats from "npm:ajv-formats@2.1.1"; +import Ajv from "npm:ajv@8.17.1"; +import addFormats from "npm:ajv-formats@3.O.1"; import { Engine } from "./engine.js"; @@ -29,9 +29,11 @@ const eventTypes = { summit: { code: "s" }, meetup: { code: "m" }, hackathon: { code: "h" }, - "privacy-corner": { code: "c" }, + congress: { code: "c" }, + "privacy-corner": { code: "pc" }, "online-summit": { code: "os" }, - 'meta-hackathon': { code: "q" }, + "meta-hackathon": { code: "mh" }, + }; const usedIds = []; for (const event of engine.rendered.events) {