From b51297ffc1e7e84111b4251c9595de544823fbe5 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 19:13:16 -0500 Subject: [PATCH] Update to new version of editor and cli, add telemetry --- .devcontainer/devcontainer.json | 3 ++- learn.json | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9f584b1..ac2b308 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,4 @@ + // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node { @@ -22,7 +23,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11" + "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/node@1.1.11" // Use 'postCreateCommand' to run commands after the container is created. diff --git a/learn.json b/learn.json index f1faade..8f1c4b9 100644 --- a/learn.json +++ b/learn.json @@ -19,6 +19,9 @@ "skills": ["algorithms"], "graded": true, "editor": { - "version": "3.1.23" + "version": "3.1.36" + }, + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" } -} +} \ No newline at end of file