@blimu/codegen 0.5.0 → 0.5.1

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/dist/index.mjs CHANGED
@@ -3059,7 +3059,7 @@ var TypeScriptGeneratorService = class _TypeScriptGeneratorService {
3059
3059
  });
3060
3060
  Handlebars2.registerHelper("getAllDependencies", (client) => {
3061
3061
  const deps = {
3062
- "@blimu/fetch": "^0.2.0",
3062
+ "@blimu/fetch": "^0.4.0",
3063
3063
  zod: "^4.3.5"
3064
3064
  };
3065
3065
  if (client.predefinedTypes) {
@@ -3434,7 +3434,7 @@ var TypeScriptGeneratorService = class _TypeScriptGeneratorService {
3434
3434
  const content = `import { defineConfig } from "tsup";
3435
3435
 
3436
3436
  export default defineConfig({
3437
- entry: ["${srcDir}/**/*.ts"],
3437
+ entry: ["${srcDir}/index.ts"],
3438
3438
  format: ["cjs", "esm"],
3439
3439
  dts: {
3440
3440
  resolve: true,