@adminforth/i18n 2.0.24 → 2.0.26

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
package/build.log CHANGED
@@ -20,5 +20,5 @@ custom/package.json
20
20
  custom/pnpm-lock.yaml
21
21
  custom/tsconfig.json
22
22
 
23
- sent 45,257 bytes received 305 bytes 91,124.00 bytes/sec
23
+ sent 45,273 bytes received 305 bytes 91,156.00 bytes/sec
24
24
  total size is 44,110 speedup is 0.97
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -38,11 +38,11 @@
38
38
  "p-limit": "^7.3.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "adminforth": "^3.0.1"
41
+ "adminforth": "^3.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.10.7",
45
- "adminforth": "^3.0.1",
45
+ "adminforth": "^3.1.0",
46
46
  "i18n-iso-countries": "^7.13.0",
47
47
  "semantic-release": "^24.2.1",
48
48
  "semantic-release-slack-bot": "^4.0.2",