mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Package Update v0.15.4
This commit is contained in:
parent
a594606d27
commit
006b013cf8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.15.3-beta",
|
||||
"version": "0.15.4-beta",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rtl",
|
||||
"version": "0.15.3-beta",
|
||||
"version": "0.15.4-beta",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ngrx/effects": "^17.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.15.3-beta",
|
||||
"version": "0.15.4-beta",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -16,7 +16,7 @@ export const SECS_IN_YEAR = 31536000;
|
||||
|
||||
export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7;
|
||||
|
||||
export const VERSION = '0.15.3-beta';
|
||||
export const VERSION = '0.15.4-beta';
|
||||
|
||||
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user