@phensley/cldr-utils
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -78,3 +78,3 @@ var DEFAULT_CAPACITY = 100; | ||
} | ||
res += n.key + "=" + n.val; | ||
res += "".concat(n.key, "=").concat(n.val); | ||
n = n.next; | ||
@@ -81,0 +81,0 @@ } |
@@ -21,3 +21,3 @@ "use strict"; | ||
Checksum.prototype.update = function (s) { | ||
this.v = fnv_1.FNV(this.v, s); | ||
this.v = (0, fnv_1.FNV)(this.v, s); | ||
return this; | ||
@@ -24,0 +24,0 @@ }; |
@@ -81,3 +81,3 @@ "use strict"; | ||
} | ||
res += n.key + "=" + n.val; | ||
res += "".concat(n.key, "=").concat(n.val); | ||
n = n.next; | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "@phensley/cldr-utils", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Utilities for cldr-engine packages", | ||
@@ -42,18 +42,18 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.5", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"@typescript-eslint/eslint-plugin": "^4.29.1", | ||
"@typescript-eslint/parser": "^4.29.1", | ||
"@microsoft/api-extractor": "~7.18.5", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.19.0", | ||
"@typescript-eslint/parser": "^5.19.0", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^4.1.2", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"chalk": "^5.0.1", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.4", | ||
"typescript": "~4.3.5" | ||
"ts-jest": "^27.1.4", | ||
"typescript": "~4.6.3" | ||
}, | ||
@@ -77,3 +77,3 @@ "jest": { | ||
}, | ||
"gitHead": "a76ab6b597cc7f56f26d0632100b3f378f3e4e1c" | ||
"gitHead": "44c782abcf427752159541ea330cfb19db529c0a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69667