@akanjs/cli 2.3.1-rc.2 → 2.3.1-rc.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.3.1-rc.2",
3
+ "version": "2.3.1-rc.3",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  "@langchain/openai": "^1.4.6",
36
36
  "@tailwindcss/node": "^4.3.0",
37
37
  "@trapezedev/project": "^7.1.4",
38
- "akanjs": "2.3.1-rc.2",
38
+ "akanjs": "2.3.1-rc.3",
39
39
  "chalk": "^5.6.2",
40
40
  "commander": "^14.0.3",
41
41
  "daisyui": "^5.5.20",
@@ -3,5 +3,8 @@
3
3
  "description": "<%= repoName %> workspace",
4
4
  "version": "0.0.1",
5
5
  "dependencies": {},
6
- "devDependencies": {}
6
+ "devDependencies": {},
7
+ "patchedDependencies": {
8
+ "react-dom@19.2.7": "patches/react-dom@19.2.7.patch"
9
+ }
7
10
  }
@@ -0,0 +1,62 @@
1
+ diff --git a/cjs/react-dom-client.development.js b/cjs/react-dom-client.development.js
2
+ index 8c860aca7db6a1ca74788209d100f10ae5f085fa..fa5f3344475e66bc04befe3cc631a1f4f710228b 100644
3
+ --- a/cjs/react-dom-client.development.js
4
+ +++ b/cjs/react-dom-client.development.js
5
+ @@ -18607,8 +18607,9 @@
6
+ (workInProgressRootRenderLanes & 62914560) ===
7
+ workInProgressRootRenderLanes &&
8
+ now$1() - globalMostRecentFallbackTime < FALLBACK_THROTTLE_MS)
9
+ - ? (executionContext & RenderContext) === NoContext &&
10
+ - prepareFreshStack(root, 0)
11
+ + ? (executionContext & RenderContext) === NoContext
12
+ + ? prepareFreshStack(root, 0)
13
+ + : (workInProgressRootPingedLanes |= pingedLanes)
14
+ : (workInProgressRootPingedLanes |= pingedLanes),
15
+ workInProgressSuspendedRetryLanes === workInProgressRootRenderLanes &&
16
+ (workInProgressSuspendedRetryLanes = 0));
17
+ diff --git a/cjs/react-dom-client.production.js b/cjs/react-dom-client.production.js
18
+ index bbeab5ad7211c6fa240c790988898a47967b2469..5ebddf28cafddadf02af2edf49b98c1327bc31af 100644
19
+ --- a/cjs/react-dom-client.production.js
20
+ +++ b/cjs/react-dom-client.production.js
21
+ @@ -11856,7 +11856,9 @@ function pingSuspendedRoot(root, wakeable, pingedLanes) {
22
+ (workInProgressRootRenderLanes & 62914560) ===
23
+ workInProgressRootRenderLanes &&
24
+ 300 > now() - globalMostRecentFallbackTime)
25
+ - ? 0 === (executionContext & 2) && prepareFreshStack(root, 0)
26
+ + ? 0 === (executionContext & 2)
27
+ + ? prepareFreshStack(root, 0)
28
+ + : (workInProgressRootPingedLanes |= pingedLanes)
29
+ : (workInProgressRootPingedLanes |= pingedLanes),
30
+ workInProgressSuspendedRetryLanes === workInProgressRootRenderLanes &&
31
+ (workInProgressSuspendedRetryLanes = 0));
32
+ diff --git a/cjs/react-dom-profiling.development.js b/cjs/react-dom-profiling.development.js
33
+ index 0df4ce8bc7ab7574e6c18fc0356d85303f4970aa..e2ebd50133473319eb3d191ff790700cda497309 100644
34
+ --- a/cjs/react-dom-profiling.development.js
35
+ +++ b/cjs/react-dom-profiling.development.js
36
+ @@ -18615,8 +18615,9 @@
37
+ (workInProgressRootRenderLanes & 62914560) ===
38
+ workInProgressRootRenderLanes &&
39
+ now$1() - globalMostRecentFallbackTime < FALLBACK_THROTTLE_MS)
40
+ - ? (executionContext & RenderContext) === NoContext &&
41
+ - prepareFreshStack(root, 0)
42
+ + ? (executionContext & RenderContext) === NoContext
43
+ + ? prepareFreshStack(root, 0)
44
+ + : (workInProgressRootPingedLanes |= pingedLanes)
45
+ : (workInProgressRootPingedLanes |= pingedLanes),
46
+ workInProgressSuspendedRetryLanes === workInProgressRootRenderLanes &&
47
+ (workInProgressSuspendedRetryLanes = 0));
48
+ diff --git a/cjs/react-dom-profiling.profiling.js b/cjs/react-dom-profiling.profiling.js
49
+ index 91621dbe568cf0f924805e7492ff7f487c8254b5..315c5e88d3e03f841ac31ccee4fc17e19e196363 100644
50
+ --- a/cjs/react-dom-profiling.profiling.js
51
+ +++ b/cjs/react-dom-profiling.profiling.js
52
+ @@ -13672,7 +13672,9 @@ function pingSuspendedRoot(root, wakeable, pingedLanes) {
53
+ (workInProgressRootRenderLanes & 62914560) ===
54
+ workInProgressRootRenderLanes &&
55
+ 300 > now$1() - globalMostRecentFallbackTime)
56
+ - ? 0 === (executionContext & 2) && prepareFreshStack(root, 0)
57
+ + ? 0 === (executionContext & 2)
58
+ + ? prepareFreshStack(root, 0)
59
+ + : (workInProgressRootPingedLanes |= pingedLanes)
60
+ : (workInProgressRootPingedLanes |= pingedLanes),
61
+ workInProgressSuspendedRetryLanes === workInProgressRootRenderLanes &&
62
+ (workInProgressSuspendedRetryLanes = 0));