@phensley/cldr-utils
Advanced tools
Comparing version 0.11.0-alpha.0 to 0.11.1-alpha.0
var floor = Math.floor, pow = Math.pow; | ||
var Z85CHARS = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#'; | ||
var Z85ENCDIVS = [4, 3, 2, 1, 0].map(function (n) { return pow(85, n); }); | ||
var PAD = [0, 0, 0]; | ||
/** | ||
@@ -6,0 +5,0 @@ * Z85 converts an array of bytes to a string, encoding 4 bytes as |
@@ -6,3 +6,2 @@ "use strict"; | ||
var Z85ENCDIVS = [4, 3, 2, 1, 0].map(function (n) { return pow(85, n); }); | ||
var PAD = [0, 0, 0]; | ||
/** | ||
@@ -9,0 +8,0 @@ * Z85 converts an array of bytes to a string, encoding 4 bytes as |
{ | ||
"name": "@phensley/cldr-utils", | ||
"version": "0.11.0-alpha.0", | ||
"version": "0.11.1-alpha.0", | ||
"description": "Utilities for cldr-engine packages", | ||
@@ -21,9 +21,9 @@ "main": "lib/index.js", | ||
"build": "yarn build:cj && yarn build:es", | ||
"build:cj": "tsc -p ./tsconfig.build.json", | ||
"build:es": "tsc -p ./tsconfig.build.json --module esnext --outDir lib-es", | ||
"build:watch": "tsc -p ./tsconfig.build.json -w --preserveWatchOutput", | ||
"build:cj": "tsc -p ./tsconfig.json", | ||
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es", | ||
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput", | ||
"clean": "rimraf ./lib ./lib-es ./.scratch", | ||
"clean:full": "yarn clean && rimraf ./node_modules", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
"lint": "tslint -p ./tsconfig.json", | ||
"lint": "tslint -p ./tsconfig.lint.json", | ||
"prepublish": "yarn build", | ||
@@ -62,3 +62,3 @@ "test:watch": "jest --watch --coverage --coverageReporters=html" | ||
}, | ||
"gitHead": "6028ef476aa9d9570d9ec52bdf53138341fcd8df" | ||
"gitHead": "13828e2aa75ca7640d5e4bdef6b42d6723addd6f" | ||
} |
# @phensley/cldr-utils | ||
Utilities for @phensley/cldr and related packages. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60086
841
4