@d3plus/format 3.0.13 → 3.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/format",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "description": "JavaScript formatters for localized numbers and dates.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "test": "eslint index.js src/**/*.js && eslint --global=it test && mocha 'test/**/*-test.js'"
35
35
  },
36
36
  "dependencies": {
37
- "@d3plus/locales": "3.0.13",
37
+ "@d3plus/locales": "3.0.14",
38
38
  "d3-format": "^3.1.0",
39
39
  "d3-time": "^3.1.0",
40
40
  "d3-time-format": "^4.1.0"
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/format v3.0.13
2
+ @d3plus/format v3.0.14
3
3
  JavaScript formatters for localized numbers and dates.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/format v3.0.13
2
+ @d3plus/format v3.0.14
3
3
  JavaScript formatters for localized numbers and dates.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/format v3.0.13
2
+ @d3plus/format v3.0.14
3
3
  JavaScript formatters for localized numbers and dates.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/format v3.0.13
2
+ @d3plus/format v3.0.14
3
3
  JavaScript formatters for localized numbers and dates.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT