@rushstack/localization-utilities
Advanced tools
Comparing version 0.8.11 to 0.8.12
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.28.6" | ||
"packageVersion": "7.28.7" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/localization-utilities", | ||
"version": "0.8.11", | ||
"version": "0.8.12", | ||
"description": "This plugin contains some useful functions for localization.", | ||
@@ -14,4 +14,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.50.0", | ||
"@rushstack/typings-generator": "0.7.11", | ||
"@rushstack/node-core-library": "3.50.1", | ||
"@rushstack/typings-generator": "0.7.12", | ||
"pseudolocale": "~1.1.0", | ||
@@ -21,5 +21,5 @@ "xmldoc": "~1.1.2" | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "2.6.2", | ||
"@rushstack/heft": "0.46.7", | ||
"@rushstack/heft-node-rig": "1.9.23", | ||
"@rushstack/eslint-config": "3.0.0", | ||
"@rushstack/heft": "0.47.0", | ||
"@rushstack/heft-node-rig": "1.10.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -26,0 +26,0 @@ "@types/node": "12.20.24", |
+ Added@rushstack/node-core-library@3.50.1(transitive)
+ Added@rushstack/typings-generator@0.7.12(transitive)
- Removed@rushstack/node-core-library@3.50.0(transitive)
- Removed@rushstack/typings-generator@0.7.11(transitive)