Fixed injection error with ngx-cookie package v1.0.1. v0.3.4
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 13 Nov 2017 09:10:35 +0000 (10:10 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 13 Nov 2017 09:20:49 +0000 (10:20 +0100)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Makefile
webapp/package.json

index ed88642..222e708 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile used to build XDS daemon Web Server
 
 # Application Version
-VERSION := 0.3.2
+VERSION := 0.3.4
 
 # Syncthing version to install
 SYNCTHING_VERSION = 0.14.28
index f2e1d30..b08ce0b 100644 (file)
@@ -35,7 +35,7 @@
     "font-awesome": "^4.7.0",
     "font-awesome-animation": "0.0.10",
     "ngx-bootstrap": "1.6.6",
-    "ngx-cookie": "^1.0.0",
+    "ngx-cookie": "1.0.0",
     "reflect-metadata": "^0.1.8",
     "rxjs": "5.0.3",
     "rxjs-system-bundle": "5.0.3",