Compare commits

...

7 Commits

Author SHA1 Message Date
Spythere 89e947d462 Merge pull request #36 from Spythere/development
v1.8.10
2024-08-10 14:24:57 +02:00
Spythere f286933a81 fix: order of categories listing 2024-08-09 14:57:10 +02:00
Spythere 9bc5f083eb hotfix 2024-08-09 14:48:17 +02:00
Spythere a48cc17c08 hotfix: removed package lock 2024-08-09 14:46:07 +02:00
Spythere 9098ffbfbc bump: v1.8.10 2024-08-09 14:41:12 +02:00
Spythere 603b55b44f chore: categories update for number generator 2024-08-09 14:40:49 +02:00
Spythere ad94c93932 chore: gh workflows update 2024-08-09 14:39:21 +02:00
9 changed files with 4640 additions and 8080 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: yarn && yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: yarn && yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
+1 -4
View File
@@ -25,7 +25,4 @@ pnpm-debug.log*
node_modules
# Dev files
stockInfoDev.json
# Lock files
yarn.lock
stockInfoDev.json
-8043
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pojazdownik",
"version": "1.8.9",
"version": "1.8.10",
"private": true,
"type": "module",
"scripts": {
+9 -6
View File
@@ -43,19 +43,22 @@
"PW": ["6", "000", "899"],
"PX": ["6", "000", "899"],
"TC": ["0", "000", "899"],
"TM": ["4", "000", "899"],
"TN": ["3", "000", "899"],
"TK": ["3", "000", "899"],
"TD": ["2", "000", "899"],
"TG": ["1", "000", "899"],
"TR": ["1", "000", "899"],
"TD": ["2", "000", "899"],
"TK": ["3", "000", "899"],
"TN": ["3", "000", "899"],
"TM": ["4", "000", "899"],
"TC": ["0", "000", "899"],
"TS": ["5", "000", "899"],
"TH": ["5", "000", "899"],
"LT": ["5", "000", "899"],
"LP": ["6", "000", "899"],
"LS": ["9", "000", "899"],
"LZ": ["9", "000", "899"],
"ZN": ["9", "000", "899"]
"ZN": ["9", "000", "899"],
"ZU": ["9", "000", "899"]
}
}
+20 -19
View File
@@ -128,36 +128,37 @@
"EI": "EI - domestic express",
"EC": "EC - international express",
"EN": "EN - domestic night express",
"MP": "MP - intervoivodeship bullet",
"RP": "RP - voivodeship bullet",
"MO": "MO - intervoivodeship regio",
"RO": "RO - voivodeship regio",
"MM": "MM - international bullet",
"MH": "MH - intervoivodeship bullet (night / hotel)",
"MH": "MH - intervoivodeship night bullet",
"RP": "RP - voivodeship bullet",
"RM": "RM - international voivodeship regio",
"RO": "RO - voivodeship regio",
"RA": "RA - voivodeship regio (urban)",
"PW": "PW - empty passenger",
"PX": "PX - empty passenger test drive",
"TC": "TC - international freight (intermodal)",
"TG": "TG - international freight (cargo)",
"TR": "TR - international freight (no cargo)",
"TG": "TG - international freight (organized cargo)",
"TR": "TR - international freight (unorganized cargo)",
"TD": "TD - domestic freight (intermodal)",
"TM": "TM - domestic freight (cargo)",
"TN": "TN - domestic freight (no cargo)",
"TK": "TK - freight (stations & sidings)",
"TM": "TM - domestic freight (organized cargo)",
"TN": "TN - domestic freight (unorganized cargo)",
"TK": "TK - freight (for stations & sidings)",
"TS": "TS - empty freight test drive",
"LT": "LT - locomotive only",
"LT-new": "LT - freight locomotive only",
"TH": "TH - locomotive rolling stock (over 3 vehicles)",
"LT": "LT - freight locomotive only",
"LP": "LP - passenger locomotive only",
"LS": "LS - shunting locomotive",
"ZN": "ZN - inspection / diagnostic"
"LS": "LS - shunting locomotive only",
"LZ": "LS - shunting locomotive only",
"ZN": "ZN - inspection / diagnostic type",
"ZU": "ZU - other maintenance type"
}
},
"wiki": {
+6 -5
View File
@@ -150,14 +150,15 @@
"TN": "TN - towarowy krajowy niemasowy",
"TK": "TK - towarowy (stacje i bocznice)",
"TS": "TS - towarowy próżny próbny",
"TH": "TH - skład lokomotyw (powyżej 3 pojazdów)",
"LT": "LT - lokomotywa luzem",
"LT-new": "LT - lokomotywa towarowa luzem",
"LT": "LT - lokomotywa towarowa luzem",
"LP": "LP - lokomotywa pasażerska luzem",
"LS": "LS - lokomotywa manewrowa",
"LS": "LS - lokomotywa manewrowa luzem",
"LZ": "LZ - lokomotywa dla poc. utrzymaniowo-naprawczych",
"ZN": "ZN - inspekcyjny / diagnostyczny"
"ZN": "ZN - inspekcyjny / diagnostyczny",
"ZU": "ZU - inny utrzymaniowy"
}
},
"wiki": {
+4601
View File
File diff suppressed because it is too large Load Diff