@phensley/cldr-utils
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -10,3 +10,3 @@ import { FNV } from './fnv'; | ||
this.v = 0; | ||
this.v = 2166136261 /* FNV1A_BASIS */; | ||
this.v = 2166136261 /* Constants.FNV1A_BASIS */; | ||
} | ||
@@ -13,0 +13,0 @@ /** |
@@ -13,3 +13,3 @@ "use strict"; | ||
this.v = 0; | ||
this.v = 2166136261 /* FNV1A_BASIS */; | ||
this.v = 2166136261 /* Constants.FNV1A_BASIS */; | ||
} | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@phensley/cldr-utils", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Utilities for cldr-engine packages", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69691