@elyx-code/project-logic-tree 0.0.7009 → 0.0.7010

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -79816,7 +79816,7 @@ function sC(s) {
79816
79816
  return !0;
79817
79817
  }
79818
79818
  function $v(s) {
79819
- return (s || "").replace(/['"`]/g, "").replace(/[:(),.;?!\[\]{}<>\/\\-]/g, " ").trim();
79819
+ return (s || "").replace(/['"`]/g, "").replace(/[:(),.;?!\[\]{}<>\/\\@#$%^&*+=~|\-]/g, " ").trim();
79820
79820
  }
79821
79821
  function dr(s) {
79822
79822
  const i = $v(s || "").split(/[\s-]+/).filter((e) => e.length > 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7009",
3
+ "version": "0.0.7010",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",