File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed
Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " node"
4+ - " 18"
5+ - " 17"
6+ - " 16"
47 - " 15"
58 - " 14"
69 - " 13"
Original file line number Diff line number Diff line change 1+ #### 10.4.0
2+ * 14/08/2022
3+ * #201 Add ` exports ` field to * package.json* .
4+ * #203 Preserve license comment after bundling.
5+ * #198 Use type predicate on ` isDecimal ` .
6+
17#### 10.3.1
28* 25/06/2021
39* Remove minified versions. Refresh * README* .
Original file line number Diff line number Diff line change 11The MIT Licence.
22
3- Copyright (c) 2021 Michael Mclaughlin
3+ Copyright (c) 2022 Michael Mclaughlin
44
55Permission is hereby granted, free of charge, to any person obtaining
66a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 33
44
55 /*!
6- * decimal.js v10.3.1
6+ * decimal.js v10.4.0
77 * An arbitrary-precision Decimal type for JavaScript.
88 * https://github.com/MikeMcl/decimal.js
9- * Copyright (c) 2021 Michael Mclaughlin <M8ch88l@gmail.com>
9+ * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
1010 * MIT Licence
1111 */
1212
Original file line number Diff line number Diff line change 11/*!
2- * decimal.js v10.3.1
2+ * decimal.js v10.4.0
33 * An arbitrary-precision Decimal type for JavaScript.
44 * https://github.com/MikeMcl/decimal.js
5- * Copyright (c) 2021 Michael Mclaughlin <M8ch88l@gmail.com>
5+ * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
66 * MIT Licence
77 */
88
Original file line number Diff line number Diff line change 11{
22 "name" : " decimal.js" ,
33 "description" : " An arbitrary-precision Decimal type for JavaScript." ,
4- "version" : " 10.3.1 " ,
4+ "version" : " 10.4.0 " ,
55 "keywords" : [
66 " arbitrary" ,
77 " precision" ,
2525 "browser" : " decimal.js" ,
2626 "exports" : {
2727 "." : {
28- "import" : {
29- "types" : " ./decimal.d.ts" ,
30- "default" : " ./decimal.mjs"
31- },
28+ "types" : " ./decimal.d.ts" ,
29+ "import" : " ./decimal.mjs" ,
3230 "require" : " ./decimal.js"
33- }
31+ },
32+ "./decimal.mjs" : " ./decimal.mjs" ,
33+ "./decimal.js" : " ./decimal.js" ,
34+ "./package.json" : " ./package.json"
3435 },
3536 "author" : {
3637 "name" : " Michael Mclaughlin" ,
You can’t perform that action at this time.
0 commit comments