swissdev-tech-tags 0.0.228 → 0.0.229

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -606,6 +606,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
606
606
  foundTechTags.delete("CAN")
607
607
  foundTechTags.delete("R")
608
608
  foundTechTags.delete("C")
609
+ foundTechTags.delete("UVM")
609
610
 
610
611
  return foundTechTags
611
612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.228",
3
+ "version": "0.0.229",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",