@ttoss/react-auth-strapi 0.4.25 → 0.4.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.
package/i18n/lang/en.json CHANGED
@@ -256,4 +256,4 @@
256
256
  "defaultMessage": ",",
257
257
  "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
258
258
  }
259
- }
259
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,8 +26,8 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
- "@ttoss/react-auth-core": "^0.4.25",
30
- "@ttoss/react-notifications": "^2.7.16",
29
+ "@ttoss/react-auth-core": "^0.4.26",
30
+ "@ttoss/react-notifications": "^2.7.17",
31
31
  "@ttoss/react-i18n": "^2.2.11"
32
32
  },
33
33
  "devDependencies": {
@@ -37,12 +37,12 @@
37
37
  "react": "^19.2.4",
38
38
  "tsup": "^8.5.1",
39
39
  "@ttoss/config": "^1.37.10",
40
- "@ttoss/react-auth-core": "^0.4.25",
41
40
  "@ttoss/i18n-cli": "^0.8.10",
42
41
  "@ttoss/react-i18n": "^2.2.11",
43
- "@ttoss/react-notifications": "^2.7.16",
42
+ "@ttoss/react-auth-core": "^0.4.26",
43
+ "@ttoss/react-notifications": "^2.7.17",
44
44
  "@ttoss/test-utils": "^4.2.10",
45
- "@ttoss/ui": "^6.9.15"
45
+ "@ttoss/ui": "^6.9.16"
46
46
  },
47
47
  "keywords": [
48
48
  "React",