Skip to content

Commit

Permalink
- updating object-hash to 2.2.0 #291
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko committed Nov 23, 2021
1 parent 86296a7 commit ef4725b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions dist/rollup-plugin-typescript2.cjs.js
Expand Up @@ -24007,6 +24007,9 @@ function typeHasher(options, writeTo, context){
'Use "options.replacer" or "options.ignoreUnknown"\n');
},
_domwindow: function() { return write('domwindow'); },
_bigint: function(number){
return write('bigint:' + number.toString());
},
/* Node.js standard native objects */
_process: function() { return write('process'); },
_timer: function() { return write('timer'); },
Expand Down
2 changes: 1 addition & 1 deletion dist/rollup-plugin-typescript2.cjs.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/rollup-plugin-typescript2.es.js
Expand Up @@ -23976,6 +23976,9 @@ function typeHasher(options, writeTo, context){
'Use "options.replacer" or "options.ignoreUnknown"\n');
},
_domwindow: function() { return write('domwindow'); },
_bigint: function(number){
return write('bigint:' + number.toString());
},
/* Node.js standard native objects */
_process: function() { return write('process'); },
_timer: function() { return write('timer'); },
Expand Down
2 changes: 1 addition & 1 deletion dist/rollup-plugin-typescript2.es.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 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 package.json
Expand Up @@ -53,7 +53,7 @@
"colors": "1.4.0",
"graphlib": "2.1.8",
"lodash": "4.17.21",
"object-hash": "2.1.1",
"object-hash": "2.2.0",
"rimraf": "3.0.2",
"rollup": "^2.48.0",
"@rollup/plugin-commonjs": "17.1.0",
Expand Down

0 comments on commit ef4725b

Please sign in to comment.