Skip to content

Commit

Permalink
new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Oct 23, 2023
1 parent 1fd34cf commit 2c19b49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions dist/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ip-sub": "^1.3.9",
"js-yaml": "^4.1.0",
"kafkajs": "^2.2.4",
"longest-prefix-match": "^1.2.3",
"longest-prefix-match": "^1.2.6",
"md5": "^2.3.0",
"moment": "^2.29.4",
"node-cleanup": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/utils/rpkiUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ var RpkiUtils = exports["default"] = /*#__PURE__*/_createClass(function RpkiUtil
});
_defineProperty(this, "_markAsStale", function () {
if (!!_this.params.preCacheROAs) {
var digest = (0, _md["default"])(JSON.stringify(_this.getVRPs()));
var digest = (0, _md["default"])(JSON.stringify(_this.getMetadata())) + "-" + _this.getVRPs().length;
if (_this.oldDigest) {
var stale = _this.oldDigest === digest;
if (_this.status.stale !== stale) {
Expand Down

0 comments on commit 2c19b49

Please sign in to comment.