@opensearch-project/opensearch
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -14,2 +14,11 @@ # CHANGELOG | ||
## [2.13.0] | ||
### Dependencies | ||
- Bumps `micromatch` from 4.0.7 to 4.0.8 | ||
- Bumps `simple-statistics` from 7.8.4 to 7.8.5 | ||
- Bumps `simple-git` from 3.25.0 to 3.26.0 | ||
- Bumps `@types/node` from 22.5.0 to 22.5.2 | ||
### Fixed | ||
- Upgrade `JSON11` from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data | ||
## [2.12.0] | ||
@@ -16,0 +25,0 @@ ### Dependencies |
@@ -104,3 +104,3 @@ /* | ||
typeof val === 'number' && | ||
(val < Number.MAX_SAFE_INTEGER || val > Number.MAX_SAFE_INTEGER) | ||
(val < Number.MIN_SAFE_INTEGER || val > Number.MAX_SAFE_INTEGER) | ||
) { | ||
@@ -107,0 +107,0 @@ numeralsAreNumbers = false; |
@@ -36,3 +36,3 @@ { | ||
"homepage": "https://www.opensearch.org/", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"versionCanary": "7.10.0-canary.6", | ||
@@ -108,3 +108,3 @@ "keywords": [ | ||
"debug": "^4.3.1", | ||
"json11": "^1.1.2", | ||
"json11": "^2.0.0", | ||
"hpagent": "^1.2.0", | ||
@@ -111,0 +111,0 @@ "ms": "^2.1.3", |
1521151
+ Addedjson11@2.0.2(transitive)
- Removedjson11@1.1.2(transitive)
Updatedjson11@^2.0.0