@ttoss/react-auth-core 0.2.12 → 0.2.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/dist/esm/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  var __defProp = Object.defineProperty;
3
4
  var __name = (target, value) => __defProp(target, "name", {
4
5
  value,
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  "use strict";
3
4
 
4
5
  var __create = Object.create;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "Core authentication components and abstractions for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
- "@ttoss/components": "^2.4.2",
33
- "@ttoss/forms": "^0.31.7",
34
- "@ttoss/react-notifications": "^2.4.13",
35
- "@ttoss/logger": "^0.6.4",
36
- "@ttoss/ui": "^5.10.0",
37
- "@ttoss/react-i18n": "^2.0.16"
32
+ "@ttoss/components": "^2.4.4",
33
+ "@ttoss/forms": "^0.31.9",
34
+ "@ttoss/logger": "^0.6.6",
35
+ "@ttoss/react-notifications": "^2.4.15",
36
+ "@ttoss/ui": "^5.10.2",
37
+ "@ttoss/react-i18n": "^2.0.18"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
@@ -42,15 +42,15 @@
42
42
  "jest": "^30.0.4",
43
43
  "react": "^19.1.0",
44
44
  "tsup": "^8.5.0",
45
- "@ttoss/components": "^2.4.2",
46
- "@ttoss/config": "^1.35.6",
47
- "@ttoss/forms": "^0.31.7",
48
- "@ttoss/logger": "^0.6.4",
49
- "@ttoss/i18n-cli": "^0.7.32",
50
- "@ttoss/react-i18n": "^2.0.16",
51
- "@ttoss/react-notifications": "^2.4.13",
52
- "@ttoss/test-utils": "^2.1.26",
53
- "@ttoss/ui": "^5.10.0"
45
+ "@ttoss/components": "^2.4.4",
46
+ "@ttoss/forms": "^0.31.9",
47
+ "@ttoss/config": "^1.35.8",
48
+ "@ttoss/i18n-cli": "^0.7.34",
49
+ "@ttoss/logger": "^0.6.6",
50
+ "@ttoss/react-i18n": "^2.0.18",
51
+ "@ttoss/react-notifications": "^2.4.15",
52
+ "@ttoss/test-utils": "^2.1.28",
53
+ "@ttoss/ui": "^5.10.2"
54
54
  },
55
55
  "keywords": [
56
56
  "React",