@solidxai/code-builder 0.1.6-beta.0 → 0.1.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+
3
+ ## [0.1.7] - 2026-05-22
4
+
5
+ ### Other
6
+
7
+ - gitignore changes
8
+ - license changes
9
+ - removed unused imports
10
+ - ignoring length attribute in column decorators in typeorm for long text and rich text fields
11
+ - Regex code gen impact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidxai/code-builder",
3
- "version": "0.1.6-beta.0",
3
+ "version": "0.1.6",
4
4
  "description": "This package is use to generate code for the @solidxai projects",
5
5
  "private": false,
6
6
  "publishConfig": {