@phensley/messageformat
Advanced tools
Comparing version 1.6.6 to 1.7.0
@@ -0,3 +1,5 @@ | ||
export { Decimal } from '@phensley/decimal'; | ||
export { PluralRules } from '@phensley/plurals'; | ||
export * from './evaluation'; | ||
export * from './formatter'; | ||
export * from './parser'; |
@@ -0,1 +1,2 @@ | ||
export { Decimal } from '@phensley/decimal'; | ||
export * from './evaluation'; | ||
@@ -2,0 +3,0 @@ export * from './formatter'; |
@@ -0,3 +1,5 @@ | ||
export { Decimal } from '@phensley/decimal'; | ||
export { PluralRules } from '@phensley/plurals'; | ||
export * from './evaluation'; | ||
export * from './formatter'; | ||
export * from './parser'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Decimal = void 0; | ||
var tslib_1 = require("tslib"); | ||
var decimal_1 = require("@phensley/decimal"); | ||
Object.defineProperty(exports, "Decimal", { enumerable: true, get: function () { return decimal_1.Decimal; } }); | ||
tslib_1.__exportStar(require("./evaluation"), exports); | ||
@@ -5,0 +8,0 @@ tslib_1.__exportStar(require("./formatter"), exports); |
{ | ||
"name": "@phensley/messageformat", | ||
"version": "1.6.6", | ||
"version": "1.7.0", | ||
"description": "Extensible ICU message formatter", | ||
@@ -23,13 +23,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "~1.6.6", | ||
"@phensley/decimal": "~1.6.6", | ||
"@phensley/plurals": "~1.6.6", | ||
"tslib": "^2.4.1" | ||
"@phensley/cldr-utils": "~1.7.0", | ||
"@phensley/decimal": "~1.7.0", | ||
"@phensley/plurals": "~1.7.0", | ||
"tslib": "^2.5.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.18.5", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@microsoft/api-extractor": "~7.35.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"add": "^2.0.6", | ||
@@ -39,11 +39,11 @@ "beautify-benchmark": "^0.2.4", | ||
"chalk": "4.1.2", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.4.0", | ||
"pnpm": "^7.26.0", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "~4.9.4" | ||
"jest": "^29.5.0", | ||
"pnpm": "^8.6.1", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "~5.1.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209737
2506
+ Added@phensley/cldr-utils@1.7.3(transitive)
+ Added@phensley/decimal@1.7.3(transitive)
+ Added@phensley/plurals@1.7.3(transitive)
- Removed@phensley/cldr-utils@1.6.6(transitive)
- Removed@phensley/decimal@1.6.6(transitive)
- Removed@phensley/plurals@1.6.6(transitive)
Updated@phensley/cldr-utils@~1.7.0
Updated@phensley/decimal@~1.7.0
Updated@phensley/plurals@~1.7.0
Updatedtslib@^2.5.3