locize-cli 7.14.12 → 7.14.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
Project versioning adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
7
7
|
|
|
8
|
-
## [7.14.
|
|
8
|
+
## [7.14.13](https://github.com/locize/locize-cli/compare/v7.14.12...v7.14.13) - 2023-11-20
|
|
9
|
+
|
|
10
|
+
- downgrade https-proxy-agent dependency
|
|
11
|
+
|
|
12
|
+
## [7.14.12](https://github.com/locize/locize-cli/compare/v7.14.11...v7.14.12) - 2023-11-15
|
|
9
13
|
|
|
10
14
|
- update some deps and optimize unflatten
|
|
11
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "locize-cli",
|
|
3
|
-
"version": "7.14.
|
|
3
|
+
"version": "7.14.13",
|
|
4
4
|
"description": "locize cli to import locales",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"flat": "5.0.2",
|
|
20
20
|
"fluent_conv": "3.2.0",
|
|
21
21
|
"gettext-converter": "1.2.3",
|
|
22
|
-
"https-proxy-agent": "
|
|
22
|
+
"https-proxy-agent": "5.0.1",
|
|
23
23
|
"ini": "4.1.1",
|
|
24
24
|
"js-yaml": "4.1.0",
|
|
25
25
|
"laravelphp": "2.0.4",
|