digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.66k stars 195 forks source link

Update deps, node version, esm bundle, etc. #438

Closed davidlehn closed 3 years ago

gannan08 commented 3 years ago

@davidlehn Latest commit https://github.com/digitalbazaar/jsonld.js/pull/438/commits/3c2f58ce0a2c5897f495db712b5f5d5502421e05 has a typo.

s/loadeer/loader/

codecov-io commented 3 years ago

Codecov Report

Merging #438 (27d083c) into replace-request-issue-420 (ffd191f) will increase coverage by 1.58%. The diff coverage is 93.75%.

Impacted file tree graph

@@                      Coverage Diff                      @@
##           replace-request-issue-420     #438      +/-   ##
=============================================================
+ Coverage                      91.10%   92.68%   +1.58%     
=============================================================
  Files                             22       22              
  Lines                           2854     2857       +3     
=============================================================
+ Hits                            2600     2648      +48     
+ Misses                           254      209      -45     
Impacted Files Coverage Δ
lib/documentLoaders/node.js 95.38% <92.85%> (+68.59%) :arrow_up:
lib/index.js 100.00% <100.00%> (+42.85%) :arrow_up:
lib/jsonld.js 82.59% <100.00%> (+0.31%) :arrow_up:
lib/ContextResolver.js 89.79% <0.00%> (+1.02%) :arrow_up:
lib/util.js 88.48% <0.00%> (+1.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ffd191f...27d083c. Read the comment docs.