swissdev-tech-tags 0.0.228 → 0.0.230

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -104,7 +104,7 @@ const techTags = [".NET Framework", ".NET MVC", "3D", "Ab Initio", "Abacus", "Ad
104
104
  "SailsJS", "Salesforce", "Scala", "Security", "Sensor Fusion", "SMB", "Selenium", "Sentry", "Serverless", "ServiceNow", "SharePoint", "Shopware",
105
105
  "Shopify", "Siebel", "SignalR", "Sitecore", "Sketch", "Slack", "Smart-Cards", "Snowflake", "Solidity", "Solr", "Sonar", "Spark", "SpecFlow", "SPICE", "Splunk", "Spring", "Spring Boot", "Spryker", "SSAS", "SSIS", "SVN", "Statamic", "Storybook",
106
106
  "strapi", "STM32CubeIDE", "Svelte", "Swagger", "Swift", "Swing", "Symfony", "System Engineer", "SystemVerilog", "Tableau", "TailwindCSS", "Talend", "TCP/IP", "TDD", "TIBCO", "TOGAF", "TM1", "TMap", "TSQL", "TYPO3",
107
- "Teamcity", "Telerik", "TensorFlow", "Terraform", "Three.js", "Tomcat", "Tosca", "TypeDB", "TypeQL", "TypeScript", "Twig", "TwinCAT", "UML", "Ubuntu", "UIKit", "UiPath", "Umbraco", "Uniface", "Unix",
107
+ "Teamcity", "Telerik", "TensorFlow", "Terraform", "ThreeJS", "Tomcat", "Tosca", "TypeDB", "TypeQL", "TypeScript", "Twig", "TwinCAT", "UML", "Ubuntu", "UIKit", "UiPath", "Umbraco", "Uniface", "Unix",
108
108
  "Unity", "Unreal", "UVM", "UX UI Design", "VBA", "VPN", "VMware", "VR", "Vaadin", "Vagrant", "Veeam", "Verilog", "Vertx", "VHDL", "Video Streaming", "Visual Basic",
109
109
  "Visual Paradigm", "Visual Studio", "VS Code", "Vue", "Vuetify", "WAF", "WLAN", "WPF", "Web3", "WebAssembly", "WebGL", "Webpack", "WebServices", "Websphere", "Web", "Webflow", "Windows",
110
110
  "Windows Forms", "Wix", "WordPress", "Xcode", "Xdebug", "XML", "XP", "XPath", "XState", "Xamarin", "Yarn", "Zabbix", "Zapier", "Zend", "Zendesk", "Zeplin", "ZooKeeper",
@@ -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.230",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",