gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 63/459: update to recent change regarding tld lookups


From: gnunet
Subject: [reclaim-ui] 63/459: update to recent change regarding tld lookups
Date: Fri, 11 Jun 2021 23:22:35 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit d50a55d5478b6e89c46171e5271ab8cfbf439ce3
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Fri May 17 19:34:11 2019 +0200

    update to recent change regarding tld lookups
---
 package.json           |  1 +
 src/app/gns.service.ts |  2 +-
 yarn.lock              | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index c150bb5..6e11a92 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,7 @@
     "rxjs-tslint-rules": "^3.14.0",
     "tslint": "^5.9.1",
     "typescript": "3.2.4",
+    "node-sass": "4.12.0",
     "web-ext-types": "^3.1.0"
   }
 }
diff --git a/src/app/gns.service.ts b/src/app/gns.service.ts
index 6249088..183ea6f 100644
--- a/src/app/gns.service.ts
+++ b/src/app/gns.service.ts
@@ -11,7 +11,7 @@ export class GnsService {
 
   getClientName(client_id) {
     return this.http.get<any>(this.config.get().apiUrl 
-      + '/gns/@.'+client_id+'?record_type=RECLAIM_OIDC_CLIENT');
+      + '/gns/'+client_id+'?record_type=RECLAIM_OIDC_CLIENT');
   }
 
 }
diff --git a/yarn.lock b/yarn.lock
index f5402fe..19e57e1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3740,6 +3740,11 @@ nan@^2.10.0, nan@^2.12.1:
   resolved 
"https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7";
   integrity 
sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
 
+nan@^2.13.2:
+  version "2.14.0"
+  resolved 
"https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c";
+  integrity 
sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
+
 nan@^2.9.2:
   version "2.12.1"
   resolved 
"https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552";
@@ -3911,6 +3916,29 @@ node-sass@4.11.0:
     stdout-stream "^1.4.0"
     "true-case-path" "^1.0.2"
 
+node-sass@4.12.0:
+  version "4.12.0"
+  resolved 
"https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017";
+  integrity 
sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
+  dependencies:
+    async-foreach "^0.1.3"
+    chalk "^1.1.1"
+    cross-spawn "^3.0.0"
+    gaze "^1.0.0"
+    get-stdin "^4.0.1"
+    glob "^7.0.3"
+    in-publish "^2.0.0"
+    lodash "^4.17.11"
+    meow "^3.7.0"
+    mkdirp "^0.5.1"
+    nan "^2.13.2"
+    node-gyp "^3.8.0"
+    npmlog "^4.0.0"
+    request "^2.88.0"
+    sass-graph "^2.2.4"
+    stdout-stream "^1.4.0"
+    "true-case-path" "^1.0.2"
+
 "nopt@2 || 3":
   version "3.0.6"
   resolved 
"https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9";

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]