@akanjs/devkit 2.3.11-rc.0 → 2.3.11-rc.2

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.
@@ -215,6 +215,7 @@ export const analyzeProperties = (filesToAnalyze: Set<string>, program: ts.Progr
215
215
  sourceLines &&
216
216
  sourceLines.length > line &&
217
217
  sourceLines[line] &&
218
+ // ! Need to update
218
219
  (sourceLines[line]?.includes(`@Field.Prop(() => ${left.text}.${right.text}`) ||
219
220
  sourceLines[line].includes(`base.Filter(${left.text}.${right.text},`))
220
221
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/devkit",
3
- "version": "2.3.11-rc.0",
3
+ "version": "2.3.11-rc.2",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -32,7 +32,7 @@
32
32
  "@langchain/openai": "^1.4.6",
33
33
  "@tailwindcss/node": "^4.3.0",
34
34
  "@trapezedev/project": "^7.1.4",
35
- "akanjs": "2.3.11-rc.0",
35
+ "akanjs": "2.3.11-rc.2",
36
36
  "chalk": "^5.6.2",
37
37
  "commander": "^14.0.3",
38
38
  "daisyui": "5.5.23",