Skip to content

Commit ef4725b

Browse files
committed
- updating object-hash to 2.2.0 #291
1 parent 86296a7 commit ef4725b

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24007,6 +24007,9 @@ function typeHasher(options, writeTo, context){
2400724007
'Use "options.replacer" or "options.ignoreUnknown"\n');
2400824008
},
2400924009
_domwindow: function() { return write('domwindow'); },
24010+
_bigint: function(number){
24011+
return write('bigint:' + number.toString());
24012+
},
2401024013
/* Node.js standard native objects */
2401124014
_process: function() { return write('process'); },
2401224015
_timer: function() { return write('timer'); },

dist/rollup-plugin-typescript2.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rollup-plugin-typescript2.es.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23976,6 +23976,9 @@ function typeHasher(options, writeTo, context){
2397623976
'Use "options.replacer" or "options.ignoreUnknown"\n');
2397723977
},
2397823978
_domwindow: function() { return write('domwindow'); },
23979+
_bigint: function(number){
23980+
return write('bigint:' + number.toString());
23981+
},
2397923982
/* Node.js standard native objects */
2398023983
_process: function() { return write('process'); },
2398123984
_timer: function() { return write('timer'); },

dist/rollup-plugin-typescript2.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"colors": "1.4.0",
5454
"graphlib": "2.1.8",
5555
"lodash": "4.17.21",
56-
"object-hash": "2.1.1",
56+
"object-hash": "2.2.0",
5757
"rimraf": "3.0.2",
5858
"rollup": "^2.48.0",
5959
"@rollup/plugin-commonjs": "17.1.0",

0 commit comments

Comments
 (0)