sd-render 1.0.14 → 1.0.16

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 ADDED
@@ -0,0 +1,23 @@
1
+
2
+ # sd-render
3
+
4
+ Form Render
5
+
6
+ # Install
7
+
8
+ ```bash
9
+ $ npm install sd-render
10
+ ```
11
+
12
+ # Use
13
+
14
+ Use with `SD-StarterKit` only.
15
+
16
+ # How it works
17
+
18
+ Low Code App Development. Powered initCraft ©2025
19
+
20
+ # License
21
+
22
+ MIT
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sd-render",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "author": {
5
5
  "name": "initcraft",
6
6
  "email": "iencoded@gmail.com"