wormajs 0.0.2-beta.2 → 0.0.2-beta.3

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.
@@ -16,7 +16,7 @@ const refNameMap = new Map(refNameMapEntries);
16
16
  const schemaCache = new Map();
17
17
  async function processSchema(key, schema) {
18
18
  const results = [];
19
- const tsStr = await loader_1.schemaLoader.transform(schema, {
19
+ await loader_1.schemaLoader.transform(schema, {
20
20
  document,
21
21
  deep: false,
22
22
  noEnum: true,
@@ -43,7 +43,6 @@ async function processSchema(key, schema) {
43
43
  }
44
44
  },
45
45
  });
46
- results.push({ key, result: tsStr });
47
46
  return results;
48
47
  }
49
48
  node_worker_threads_1.parentPort?.on('message', async (batch) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormajs",
3
- "version": "0.0.2-beta.2",
3
+ "version": "0.0.2-beta.3",
4
4
  "description": "A modern OpenAPI code generator - Generate type-safe API clients from OpenAPI specs",
5
5
  "author": "worma",
6
6
  "license": "MIT",