@vocollege/app 0.0.102 → 0.0.104

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.
@@ -735,7 +735,8 @@
735
735
  "managing": "Hanterar",
736
736
  "validig": "Validig",
737
737
  "from": "Från",
738
- "to": "Till"
738
+ "to": "Till",
739
+ "apps": "Appar"
739
740
  },
740
741
  "diploma": {
741
742
  "label": "Diplom",
@@ -1055,5 +1056,13 @@
1055
1056
  "labels": {
1056
1057
  "statistics": "Statistik"
1057
1058
  }
1059
+ },
1060
+ "voadmin": {
1061
+ "apps": [
1062
+ {
1063
+ "name": "validig",
1064
+ "label": "Validig"
1065
+ }
1066
+ ]
1058
1067
  }
1059
1068
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocollege/app",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -735,7 +735,8 @@
735
735
  "managing": "Hanterar",
736
736
  "validig": "Validig",
737
737
  "from": "Från",
738
- "to": "Till"
738
+ "to": "Till",
739
+ "apps": "Appar"
739
740
  },
740
741
  "diploma": {
741
742
  "label": "Diplom",
@@ -1055,5 +1056,13 @@
1055
1056
  "labels": {
1056
1057
  "statistics": "Statistik"
1057
1058
  }
1059
+ },
1060
+ "voadmin": {
1061
+ "apps": [
1062
+ {
1063
+ "name": "validig",
1064
+ "label": "Validig"
1065
+ }
1066
+ ]
1058
1067
  }
1059
1068
  }