mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-04 16:02:40 +00:00
Compare commits
2 Commits
c17c4378cd
...
228-contra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
436e1471a7 | ||
|
|
4c9d330c88 |
@@ -1,5 +1,11 @@
|
||||
# @openstapps/app
|
||||
|
||||
## 3.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4c9d330c: fix user logout when token expires
|
||||
|
||||
## 3.3.4
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openstapps/app",
|
||||
"description": "The generic app tailored to fulfill needs of German universities, written using Ionic Framework.",
|
||||
"version": "3.3.4",
|
||||
"version": "3.3.5",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
@@ -97,7 +97,7 @@
|
||||
"form-data": "4.0.0",
|
||||
"geojson": "0.5.0",
|
||||
"ionic-appauth": "0.9.0",
|
||||
"jsonpath-plus": "10.0.6",
|
||||
"jsonpath-plus": "10.0.7",
|
||||
"maplibre-gl": "4.0.2",
|
||||
"material-symbols": "0.17.1",
|
||||
"moment": "2.30.1",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -837,8 +837,8 @@ importers:
|
||||
specifier: 0.9.0
|
||||
version: 0.9.0(rxjs@7.8.1)
|
||||
jsonpath-plus:
|
||||
specifier: 10.0.6
|
||||
version: 10.0.6
|
||||
specifier: 10.0.7
|
||||
version: 10.0.7
|
||||
maplibre-gl:
|
||||
specifier: 4.0.2
|
||||
version: 4.0.2
|
||||
@@ -15039,8 +15039,8 @@ packages:
|
||||
engines: {'0': node >= 0.2.0}
|
||||
dev: true
|
||||
|
||||
/jsonpath-plus@10.0.6:
|
||||
resolution: {integrity: sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg==}
|
||||
/jsonpath-plus@10.0.7:
|
||||
resolution: {integrity: sha512-GDA8d8fu9+s4QzAzo5LMGiLL/9YjecAX+ytlnqdeXYpU55qME57StDgaHt9R2pA7Dr8U31nwzxNJMJiHkrkRgw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user