From 48ee3f2841834f84e4c8350372c443f109736cc4 Mon Sep 17 00:00:00 2001 From: Nicolas Zozol <912634+nicolas-zozol@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:41:05 +0100 Subject: [PATCH 1/2] fix(security): removing nodeunit deps --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 89d0056e..9f035d6c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "jscodeshift": "^17.3.0", "lint-staged": "^16.0.0", "ncp": "^2.0.0", - "nodeunit": "^0.11.3", "prettier": "^3.5.3", "prettier-eslint-cli": "^3.4.3", "rimraf": "^6.0.1", From c124876e9b0fbe21d5714a3a6ffb939e556b9419 Mon Sep 17 00:00:00 2001 From: Nicolas Zozol <912634+nicolas-zozol@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:40:22 +0100 Subject: [PATCH 2/2] fix(version): rc1 publication --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f035d6c..1b07b7a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@masala/parser", "type": "module", "description": "Masala Parser", - "version": "2.0.0-beta.3", + "version": "2.0.0-rc1", "private": false, "license": "LGPL‑3.0", "licence-meaning": "You are free to use, modify and distribute this software under the terms of the LGPL-3.0 license. However, if you modify the library (/src/lib) and distribute it, you must also distribute the source code of your modifications under the same license. If you want to modify without distributing, just pay us legit royalties 😇",