Skip to content

Commit a0fe3ea

Browse files
author
OpenShift Bot
authored
Merge pull request #2036 from rhamilto/dependency-updates
Merged by openshift-bot
2 parents 375e384 + 994850a commit a0fe3ea

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"angular-moment": "1.0.0",
4747
"angular-utf8-base64": "0.0.5",
4848
"file-saver": "1.3.3",
49-
"origin-web-common": "0.0.53",
50-
"origin-web-catalog": "0.0.43"
49+
"origin-web-common": "0.0.54",
50+
"origin-web-catalog": "0.0.44"
5151
},
5252
"devDependencies": {
5353
"angular-mocks": "1.5.11",

dist/scripts/vendor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75049,7 +75049,7 @@ this.dismissDelay = 8e3, this.autoDismissTypes = [ "info", "success" ], this.$ge
7504975049
var t = [], n = this.dismissDelay, i = this.autoDismissTypes, r = function(e, t) {
7505075050
return t ? "hide/notification/" + t + "/" + e : "hide/notification/" + e;
7505175051
}, o = function(n) {
75052-
n.id = n.id || _.uniqueId("notification-"), n.timestamp = new Date().toISOString(), a(n) || s(n) || (t.push(n), e.$emit("NotificationsService.onNotificationAdded", n));
75052+
n.id = n.id || _.uniqueId("notification-") + Date.now(), n.timestamp = new Date().toISOString(), a(n) || s(n) || (t.push(n), e.$emit("NotificationsService.onNotificationAdded", n));
7505375053
}, a = function(e) {
7505475054
if (!e.id) return !1;
7505575055
var t = r(e.id, e.namespace);

dist/styles/main.css

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)