@spscommerce/i18n 8.19.1 → 8.19.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/i18n",
3
3
  "description": "SPS Design System React components",
4
- "version": "8.19.1",
4
+ "version": "8.19.3",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/i18n",
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const fs = require("fs");
2
+ import fs from "node:fs";
3
3
 
4
4
  const dsLocalePath = "./node_modules/@spscommerce/i18n/locales";
5
5
  const projectLocalePath = process.argv.length > 2