@molecule/app-react 1.0.0 → 1.0.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.
- package/README.md +21 -21
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ AUTO-GENERATED — DO NOT EDIT THIS FILE.
|
|
|
3
3
|
Generated by `mlcl sync-docs` from the package's src/index.ts JSDoc + mlcl/registry.json.
|
|
4
4
|
Edits here are overwritten on the next commit (molecule's pre-commit hook regenerates).
|
|
5
5
|
To change this document, edit the module-level JSDoc in src/index.ts.
|
|
6
|
-
Generated: 2026-08-
|
|
6
|
+
Generated: 2026-08-04T01:52:26.674Z
|
|
7
7
|
-->
|
|
8
8
|
|
|
9
9
|
# @molecule/app-react
|
|
@@ -2572,26 +2572,26 @@ const WorkspaceContext: Context<WorkspaceProvider | null>
|
|
|
2572
2572
|
|
|
2573
2573
|
Peer dependencies:
|
|
2574
2574
|
|
|
2575
|
-
- `@molecule/app-auth` ^1.0.
|
|
2576
|
-
- `@molecule/app-ai-models` ^1.0.
|
|
2577
|
-
- `@molecule/app-forms` ^1.0.
|
|
2578
|
-
- `@molecule/app-utilities` ^1.0.
|
|
2579
|
-
- `@molecule/app-http` ^1.0.
|
|
2580
|
-
- `@molecule/app-i18n` ^1.0.
|
|
2581
|
-
- `@molecule/app-logger` ^1.0.
|
|
2582
|
-
- `@molecule/app-routing` ^1.0.
|
|
2583
|
-
- `@molecule/app-state` ^1.0.
|
|
2584
|
-
- `@molecule/app-storage` ^1.0.
|
|
2585
|
-
- `@molecule/app-theme` ^1.0.
|
|
2586
|
-
- `@molecule/app-ui` ^1.0.
|
|
2587
|
-
- `@molecule/app-version` ^1.0.
|
|
2588
|
-
- `@molecule/app-device` ^1.0.
|
|
2589
|
-
- `@molecule/app-platform` ^1.0.
|
|
2590
|
-
- `@molecule/app-push` ^1.0.
|
|
2591
|
-
- `@molecule/app-ai-chat` ^1.0.
|
|
2592
|
-
- `@molecule/app-ide` ^1.0.
|
|
2593
|
-
- `@molecule/app-code-editor` ^1.0.
|
|
2594
|
-
- `@molecule/app-live-preview` ^1.0.
|
|
2575
|
+
- `@molecule/app-auth` ^1.0.1
|
|
2576
|
+
- `@molecule/app-ai-models` ^1.0.1
|
|
2577
|
+
- `@molecule/app-forms` ^1.0.1
|
|
2578
|
+
- `@molecule/app-utilities` ^1.0.1
|
|
2579
|
+
- `@molecule/app-http` ^1.0.1
|
|
2580
|
+
- `@molecule/app-i18n` ^1.0.1
|
|
2581
|
+
- `@molecule/app-logger` ^1.0.1
|
|
2582
|
+
- `@molecule/app-routing` ^1.0.1
|
|
2583
|
+
- `@molecule/app-state` ^1.0.1
|
|
2584
|
+
- `@molecule/app-storage` ^1.0.1
|
|
2585
|
+
- `@molecule/app-theme` ^1.0.1
|
|
2586
|
+
- `@molecule/app-ui` ^1.0.1
|
|
2587
|
+
- `@molecule/app-version` ^1.0.1
|
|
2588
|
+
- `@molecule/app-device` ^1.0.1
|
|
2589
|
+
- `@molecule/app-platform` ^1.0.1
|
|
2590
|
+
- `@molecule/app-push` ^1.0.1
|
|
2591
|
+
- `@molecule/app-ai-chat` ^1.0.1
|
|
2592
|
+
- `@molecule/app-ide` ^1.0.1
|
|
2593
|
+
- `@molecule/app-code-editor` ^1.0.1
|
|
2594
|
+
- `@molecule/app-live-preview` ^1.0.1
|
|
2595
2595
|
- `react` ^18.0.0 || ^19.0.0
|
|
2596
2596
|
|
|
2597
2597
|
### Runtime Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@molecule/app-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "React framework bindings for molecule.dev",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,26 +21,26 @@
|
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@molecule/app-auth": "^1.0.
|
|
25
|
-
"@molecule/app-ai-models": "^1.0.
|
|
26
|
-
"@molecule/app-forms": "^1.0.
|
|
27
|
-
"@molecule/app-utilities": "^1.0.
|
|
28
|
-
"@molecule/app-http": "^1.0.
|
|
29
|
-
"@molecule/app-i18n": "^1.0.
|
|
30
|
-
"@molecule/app-logger": "^1.0.
|
|
31
|
-
"@molecule/app-routing": "^1.0.
|
|
32
|
-
"@molecule/app-state": "^1.0.
|
|
33
|
-
"@molecule/app-storage": "^1.0.
|
|
34
|
-
"@molecule/app-theme": "^1.0.
|
|
35
|
-
"@molecule/app-ui": "^1.0.
|
|
36
|
-
"@molecule/app-version": "^1.0.
|
|
37
|
-
"@molecule/app-device": "^1.0.
|
|
38
|
-
"@molecule/app-platform": "^1.0.
|
|
39
|
-
"@molecule/app-push": "^1.0.
|
|
40
|
-
"@molecule/app-ai-chat": "^1.0.
|
|
41
|
-
"@molecule/app-ide": "^1.0.
|
|
42
|
-
"@molecule/app-code-editor": "^1.0.
|
|
43
|
-
"@molecule/app-live-preview": "^1.0.
|
|
24
|
+
"@molecule/app-auth": "^1.0.1",
|
|
25
|
+
"@molecule/app-ai-models": "^1.0.1",
|
|
26
|
+
"@molecule/app-forms": "^1.0.1",
|
|
27
|
+
"@molecule/app-utilities": "^1.0.1",
|
|
28
|
+
"@molecule/app-http": "^1.0.1",
|
|
29
|
+
"@molecule/app-i18n": "^1.0.1",
|
|
30
|
+
"@molecule/app-logger": "^1.0.1",
|
|
31
|
+
"@molecule/app-routing": "^1.0.1",
|
|
32
|
+
"@molecule/app-state": "^1.0.1",
|
|
33
|
+
"@molecule/app-storage": "^1.0.1",
|
|
34
|
+
"@molecule/app-theme": "^1.0.1",
|
|
35
|
+
"@molecule/app-ui": "^1.0.1",
|
|
36
|
+
"@molecule/app-version": "^1.0.1",
|
|
37
|
+
"@molecule/app-device": "^1.0.1",
|
|
38
|
+
"@molecule/app-platform": "^1.0.1",
|
|
39
|
+
"@molecule/app-push": "^1.0.1",
|
|
40
|
+
"@molecule/app-ai-chat": "^1.0.1",
|
|
41
|
+
"@molecule/app-ide": "^1.0.1",
|
|
42
|
+
"@molecule/app-code-editor": "^1.0.1",
|
|
43
|
+
"@molecule/app-live-preview": "^1.0.1",
|
|
44
44
|
"react": "^18.0.0 || ^19.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@molecule/app-ai-models": "1.0.
|
|
62
|
-
"@molecule/app-i18n": "1.0.
|
|
61
|
+
"@molecule/app-ai-models": "1.0.1",
|
|
62
|
+
"@molecule/app-i18n": "1.0.1",
|
|
63
63
|
"@testing-library/dom": "10.4.1",
|
|
64
64
|
"@testing-library/react": "16.3.2",
|
|
65
65
|
"@types/node": "26.1.2",
|