You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/03/22 11:09:33 UTC

qpid-dispatch git commit: DISPATCH-948 Add rhea dependency to console instead of dispatch-managemrnt npm module

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 299c69414 -> da873abe4


DISPATCH-948 Add rhea dependency to console instead of dispatch-managemrnt npm module


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/da873abe
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/da873abe
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/da873abe

Branch: refs/heads/master
Commit: da873abe4248918fadbf8dd2d08ed722d3d928e6
Parents: 299c694
Author: Ernest Allen <ea...@redhat.com>
Authored: Thu Mar 22 07:09:14 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Thu Mar 22 07:09:14 2018 -0400

----------------------------------------------------------------------
 console/stand-alone/package-lock.json | 24 ++++++++++++++++++++----
 console/stand-alone/package.json      |  3 ++-
 2 files changed, 22 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/da873abe/console/stand-alone/package-lock.json
----------------------------------------------------------------------
diff --git a/console/stand-alone/package-lock.json b/console/stand-alone/package-lock.json
index f9c938f..98afefe 100644
--- a/console/stand-alone/package-lock.json
+++ b/console/stand-alone/package-lock.json
@@ -4,10 +4,26 @@
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
-    "dispatch-console-pages": {
-      "version": "0.1.0",
-      "resolved": "https://registry.npmjs.org/dispatch-console-pages/-/dispatch-console-pages-0.1.0.tgz",
-      "integrity": "sha512-aucycnMcS8MzgNrnPt8KM9Y5MDcpxcRswG3pBNyz9daTVXew6oZP0wk9Lnh/GN4j0M6leo3K7SnE/cS4N66Org=="
+    "debug": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
+      "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
+      "requires": {
+        "ms": "2.0.0"
+      }
+    },
+    "ms": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+    },
+    "rhea": {
+      "version": "0.2.10",
+      "resolved": "https://registry.npmjs.org/rhea/-/rhea-0.2.10.tgz",
+      "integrity": "sha1-gBamndW8h9VdHHfPaSNVtT+EOW4=",
+      "requires": {
+        "debug": "3.1.0"
+      }
     }
   }
 }

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/da873abe/console/stand-alone/package.json
----------------------------------------------------------------------
diff --git a/console/stand-alone/package.json b/console/stand-alone/package.json
index 6f2a4dd..db5681b 100644
--- a/console/stand-alone/package.json
+++ b/console/stand-alone/package.json
@@ -42,6 +42,7 @@
     "jquery-ui-dist": "^1.12.1",
     "jquery.fancytree": "^2.26.0",
     "notifyjs-browser": "^0.4.2",
-    "patternfly": "^3.30.0"
+    "patternfly": "^3.30.0",
+    "rhea": "^0.2.10"
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org