@creact-labs/creact 0.1.7 → 0.1.8
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 +3 -3
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -3,8 +3,7 @@ NOTE: !!! THIS IS A EXPERIMENT OF THOUGHT NOT A PRODUCTION READY PRODUCT !!!
|
|
|
3
3
|
|
|
4
4
|
# CReact
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
Write your cloud architecture in JSX
|
|
6
|
+

|
|
8
7
|
|
|
9
8
|
```tsx
|
|
10
9
|
function App() {
|
|
@@ -20,8 +19,9 @@ function App() {
|
|
|
20
19
|
}
|
|
21
20
|
```
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## Demos
|
|
24
23
|
|
|
24
|
+
Multi env Landing page -> https://github.com/creact-labs/creact-app-demo-multi-env-web-server
|
|
25
25
|
|
|
26
26
|
## Installation & Usage
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@creact-labs/creact",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "CReact - React for Infrastructure. Render JSX to CloudDOM.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -82,9 +82,6 @@
|
|
|
82
82
|
"typescript-eslint": "^8.45.0",
|
|
83
83
|
"vitest": "^3.2.4"
|
|
84
84
|
},
|
|
85
|
-
"peerDependencies": {
|
|
86
|
-
"react": "^18.0.0"
|
|
87
|
-
},
|
|
88
85
|
"dependencies": {
|
|
89
86
|
"chalk": "^4.1.2",
|
|
90
87
|
"cli-progress": "^3.12.0",
|