namirasoft-sdk-generator 1.3.50 → 1.3.51

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.
@@ -206,7 +206,7 @@ class PHPBuilder extends BaseBuilder_1.BaseBuilder {
206
206
  if (row.external == null) {
207
207
  let typename = TypeBuilder_1.TypeBuilder.getClassName(row.name);
208
208
  if (typename)
209
- php.uses.push(`use ${this.getNameSpace("") + "\\Row\\" + typename};`);
209
+ php.uses.push(`use ${this.getNameSpace("") + "\\row\\" + typename};`);
210
210
  }
211
211
  else {
212
212
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.50",
11
+ "version": "1.3.51",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "build": ""
18
18
  },
19
19
  "dependencies": {
20
- "@types/node": "^20.14.2",
20
+ "@types/node": "^20.14.5",
21
21
  "axios": "^1.7.2",
22
- "namirasoft-core": "^1.3.55",
22
+ "namirasoft-core": "^1.3.60",
23
23
  "namirasoft-node-cli": "^1.3.8",
24
24
  "namirasoft-schema": "^1.3.16"
25
25
  },
@@ -368,7 +368,7 @@ export class PHPBuilder extends BaseBuilder
368
368
  {
369
369
  let typename = TypeBuilder.getClassName(row.name);
370
370
  if (typename)
371
- php.uses.push(`use ${this.getNameSpace("") + "\\Row\\" + typename};`);
371
+ php.uses.push(`use ${this.getNameSpace("") + "\\row\\" + typename};`);
372
372
  }
373
373
  else
374
374
  {