swissdev-tech-tags 0.0.227 → 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 +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -232,6 +232,7 @@ const perkTagsTranslated = {
232
232
  pizza: "Pizza Day",
233
233
  privatehealth: "Private healthcare insurance",
234
234
  publictransport: "Public transport tickets",
235
+ mobilityallowance: "Mobility Allowance",
235
236
  relaxroom: "Relax / Chillout room",
236
237
  relocation: "Relocation support",
237
238
  parentsroom: "Parent-child room",
@@ -299,6 +300,7 @@ const perkTagsTranslated = {
299
300
  pizza: "Pizzatag",
300
301
  privatehealth: "Private Krankenversicherung",
301
302
  publictransport: "Jobticket",
303
+ mobilityallowance: "Mobilitätszuschuss",
302
304
  relaxroom: "Chillout-Raum",
303
305
  parentsroom: "Eltern-Kind-Raum",
304
306
  petfriendly: "Haustierfreundliches Büro",
@@ -366,6 +368,7 @@ const perkTagsTranslated = {
366
368
  pizza: "Journée de la pizza",
367
369
  privatehealth: "L'assurance santé privée",
368
370
  publictransport: "Billets de transports en commun",
371
+ mobilityallowance: "Prime de mobilité",
369
372
  relaxroom: "Salle de détente",
370
373
  relocation: "Aide à la réinstallation",
371
374
  parentsroom: "Chambre parent-enfant",
@@ -433,6 +436,7 @@ const perkTagsTranslated = {
433
436
  pizza: "Pizzadag",
434
437
  privatehealth: "Particuliere zorgverzekering",
435
438
  publictransport: "Bedrijfs OV-chipkaart",
439
+ mobilityallowance: "Mobiliteitsvergoeding",
436
440
  relaxroom: "Ontspan / Chillout-ruimte",
437
441
  relocation: "Ondersteuning bij verhuizing",
438
442
  parentsroom: "Ouder-kind kamer",
@@ -500,6 +504,7 @@ const perkTagsTranslated = {
500
504
  pizza: "Ziua Pizza",
501
505
  privatehealth: "Abonament medical",
502
506
  publictransport: "Subventie transport public",
507
+ mobilityallowance: "Alocație de mobilitate",
503
508
  relaxroom: "Zona de relaxare",
504
509
  relocation: "Sprijin pentru relocare",
505
510
  parentsroom: "Camera parinte-copil",
@@ -601,6 +606,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
601
606
  foundTechTags.delete("CAN")
602
607
  foundTechTags.delete("R")
603
608
  foundTechTags.delete("C")
609
+ foundTechTags.delete("UVM")
604
610
 
605
611
  return foundTechTags
606
612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.227",
3
+ "version": "0.0.229",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",