swissdev-tech-tags 0.0.149 → 0.0.150

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 +12 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -77,7 +77,7 @@ const techTags = [".NET Core", ".NET Framework", ".NET MVC", "3D", "Ab Initio",
77
77
  "Backbone", "Backend", "Bamboo", "Bash", "Beanstalk", "BitTalk", "BitBucket", "Blazor", "Blockchain", "Bluetooth", "Bootstrap", "Bubble", "Business Intelligence",
78
78
  "C", "C#", "C++", "CakePHP", "Camunda", "CAN", "CI/CD", "Citrix", "Cloud", "CMS", "Cosmos DB", "Craft CMS", "CODESYS", "CQRS", "CSS", "Cassandra", "Celery", "Ceph",
79
79
  "Cisco", "Clojure", "Cloud Foundry", "Composer", "Computer Vision", "Confluence", "Cordova", "CRM", "Cubeware", "Cucumber", "CUDA", "Cypress", "D3", "DDD", "DDN", "Dagger",
80
- "DApps", "Dapper", "Dart", "Data-Science", "Data Vault", "Data Warehouse", "Datadog", "Delphi", "DevExpress", "DevOps", "Django", "Docker", "Doctrine", "Drupal", "E2E",
80
+ "DApps", "Dapper", "Dart", "Data-Engineer", "Data-Science", "Data Vault", "Data Warehouse", "Datadog", "Delphi", "DevExpress", "DevOps", "Django", "Docker", "Doctrine", "Drupal", "E2E",
81
81
  "EC2", "ELK", "ES6", "ESB", "ETL", "Eclipse", "Eclipse Scout", "ElasticSearch", "Electron", "Elixir", "Elm", "Embedded", "Embedded WebServer", "Ember", "ERP",
82
82
  "EPCIS", "Erlang", "ExpressJS", "ESLint", "Ethereum", "Ethernet", "F#", "FPGA", "Fastlane", "Figma", "Firebase", "Firewall", "Firmware", "Fivetran", "FortiGate", "Flask",
83
83
  "Flexray", "Flink", "Flutter", "FreeRTOS", "Frontend", "Fullstack", "GameDev", "Gatsby", "GCP", "Genesys", "GIS", "GNU", "Git", "GitHub", "GitLab", "Golang", "Gradle",
@@ -138,7 +138,17 @@ const siteSpecificPerkTagsTranslated = {
138
138
  bookster: "Abonament Bookster"
139
139
  }
140
140
  },
141
- UKJ: null
141
+ UKJ: {
142
+ en: {
143
+ unlimitedpto: "Unlimited PTO"
144
+ }
145
+ },
146
+ USJ: {
147
+ en: {
148
+ match401k: "401K match",
149
+ unlimitedpto: "Unlimited PTO"
150
+ }
151
+ }
142
152
  }
143
153
 
144
154
  const perkTagsTranslated = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",