@withwiz/toolkit 0.1.0 → 0.1.1

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.
@@ -1,9 +1,9 @@
1
- import {
2
- OAuthManager
3
- } from "../chunk-V5K5FYU7.js";
4
1
  import {
5
2
  TokenGenerator
6
3
  } from "../chunk-GDWEDUHO.js";
4
+ import {
5
+ OAuthManager
6
+ } from "../chunk-V5K5FYU7.js";
7
7
  import {
8
8
  DEFAULT_PASSWORD_CONFIG,
9
9
  createPasswordHasher,
@@ -1,22 +1,3 @@
1
- import "../chunk-ULF5RDDX.js";
2
- import {
3
- withFallback,
4
- withFallbackChain,
5
- withFallbackFn
6
- } from "../chunk-MYLGYX4K.js";
7
- import {
8
- withRetry
9
- } from "../chunk-A6EAAWMK.js";
10
- import "../chunk-Y2TUZFCP.js";
11
- import {
12
- useErrorHandler
13
- } from "../chunk-IAJNC34M.js";
14
- import {
15
- EmptyState,
16
- ErrorAlert,
17
- ErrorPage,
18
- LoadingState
19
- } from "../chunk-ZHVUK5OY.js";
20
1
  import "../chunk-7XFHGAJP.js";
21
2
  import "../chunk-COK4ZXNG.js";
22
3
  import {
@@ -40,6 +21,20 @@ import {
40
21
  import {
41
22
  ELogLevel
42
23
  } from "../chunk-6C7HQIX4.js";
24
+ import "../chunk-ULF5RDDX.js";
25
+ import {
26
+ withRetry
27
+ } from "../chunk-A6EAAWMK.js";
28
+ import {
29
+ EmptyState,
30
+ ErrorAlert,
31
+ ErrorPage,
32
+ LoadingState
33
+ } from "../chunk-ZHVUK5OY.js";
34
+ import "../chunk-Y2TUZFCP.js";
35
+ import {
36
+ useErrorHandler
37
+ } from "../chunk-IAJNC34M.js";
43
38
  import {
44
39
  CircuitBreaker,
45
40
  ECircuitState
@@ -47,6 +42,11 @@ import {
47
42
  import {
48
43
  FeatureDegradation
49
44
  } from "../chunk-TEIYA7U4.js";
45
+ import {
46
+ withFallback,
47
+ withFallbackChain,
48
+ withFallbackFn
49
+ } from "../chunk-MYLGYX4K.js";
50
50
  import {
51
51
  LocaleDetector
52
52
  } from "../chunk-XHZ5L4FO.js";
@@ -1,9 +1,4 @@
1
1
  import "../../chunk-ULF5RDDX.js";
2
- import {
3
- withFallback,
4
- withFallbackChain,
5
- withFallbackFn
6
- } from "../../chunk-MYLGYX4K.js";
7
2
  import {
8
3
  withRetry
9
4
  } from "../../chunk-A6EAAWMK.js";
@@ -14,6 +9,11 @@ import {
14
9
  import {
15
10
  FeatureDegradation
16
11
  } from "../../chunk-TEIYA7U4.js";
12
+ import {
13
+ withFallback,
14
+ withFallbackChain,
15
+ withFallbackFn
16
+ } from "../../chunk-MYLGYX4K.js";
17
17
  import "../../chunk-ORMEWXMH.js";
18
18
  export {
19
19
  CircuitBreaker,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withwiz/toolkit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared utility library for withwiz projects",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -110,7 +110,7 @@
110
110
  "zod": "^3.25.67"
111
111
  },
112
112
  "peerDependencies": {
113
- "next": ">=14.0.0",
113
+ "next": "15",
114
114
  "react": ">=18.0.0",
115
115
  "react-dom": ">=18.0.0"
116
116
  },
@@ -123,6 +123,7 @@
123
123
  "@types/react": "19.2.7",
124
124
  "@types/react-dom": "19.2.3",
125
125
  "date-fns": "^4.1.0",
126
+ "next": "15",
126
127
  "tsup": "^8.0.0",
127
128
  "typescript": "^5"
128
129
  }