@voxgig/sdkgen 0.34.4 → 0.34.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.
package/bin/voxgig-sdkgen CHANGED
@@ -8,7 +8,7 @@ const { Gubu, Fault, One } = require('gubu')
8
8
 
9
9
  const { SdkGen } = require('../dist/sdkgen.js')
10
10
 
11
- const VERSION = '0.34.4'
11
+ const VERSION = '0.34.6'
12
12
  const KONSOLE = console
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/sdkgen",
3
- "version": "0.34.4",
3
+ "version": "0.34.6",
4
4
  "main": "dist/sdkgen.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/sdkgen.d.ts",
@@ -20,6 +20,9 @@ class EntityNameEntity extends ProjectNameEntityBase {
20
20
 
21
21
  constructor(client: ProjectNameSDK, entopts: any) {
22
22
  super(client, entopts)
23
+ this.name = 'entityname'
24
+ this.name_ = 'entityname'
25
+ this.Name = 'EntityName'
23
26
  }
24
27
 
25
28
 
@@ -11,7 +11,7 @@ import {
11
11
  function clean(ctx: Context, val: any) {
12
12
  const options = ctx.options
13
13
 
14
- const cleankeyre = options.__derived__.clean.keyre
14
+ const cleankeyre = options?.__derived__?.clean?.keyre
15
15
  const hintsize = 4
16
16
 
17
17
  /*