@ocap/util
Advanced tools
Comparing version 1.12.9 to 1.13.0
@@ -24,2 +24,3 @@ /* eslint-disable no-underscore-dangle */ | ||
} else { | ||
// console.log('Ready.markReady', this.name, mark); | ||
this.readyMarks[mark] = true; | ||
@@ -26,0 +27,0 @@ this.ready = Object.values(this.readyMarks).every((x) => !!x); |
{ | ||
"name": "@ocap/util", | ||
"version": "1.12.9", | ||
"version": "1.13.0", | ||
"description": "utils shared across multiple forge js libs, works in both node.js and browser", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"base64-url": "^2.3.3", | ||
"bn.js": "5.1.3", | ||
"bn.js": "5.2.0", | ||
"lodash": "^4.17.21", | ||
@@ -24,3 +24,3 @@ "multibase": "^3.1.1", | ||
"resolutions": { | ||
"bn.js": "5.1.3", | ||
"bn.js": "5.2.0", | ||
"elliptic": "6.5.3" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "5c54f989b59ae05f08ac1ebe7a4b18ae12142d45" | ||
"gitHead": "dc0693093e5acd9017e1b78a7e523b986d64b7be" | ||
} |
24856
824
+ Addedbn.js@5.2.0(transitive)
- Removedbn.js@5.1.3(transitive)
Updatedbn.js@5.2.0