@voxgig/sdkgen 0.35.0 → 0.35.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.
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.35.0'
11
+ const VERSION = '0.35.2'
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.35.0",
3
+ "version": "0.35.2",
4
4
  "main": "dist/sdkgen.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/sdkgen.d.ts",
@@ -216,9 +216,6 @@ class ProjectNameSDK {
216
216
  }
217
217
 
218
218
 
219
- class ProjectNameEntity {
220
-
221
- }
222
219
 
223
220
 
224
221
  const SDK = ProjectNameSDK
@@ -228,7 +225,6 @@ module.exports = {
228
225
  stdutil,
229
226
 
230
227
  BaseFeature,
231
- ProjectNameEntity,
232
228
 
233
229
  ProjectNameSDK,
234
230
  SDK,
@@ -219,9 +219,6 @@ class ProjectNameSDK {
219
219
  }
220
220
 
221
221
 
222
- class ProjectNameEntity {
223
-
224
- }
225
222
 
226
223
 
227
224
  const SDK = ProjectNameSDK