@gopowerteam/request-generate 0.3.1 → 0.3.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.
Files changed (20) hide show
  1. package/dist/index.mjs +0 -7
  2. package/package.json +1 -1
  3. /package/dist/templates/{templates/export-model.hbs → export-model.hbs} +0 -0
  4. /package/dist/templates/{templates/export-service.hbs → export-service.hbs} +0 -0
  5. /package/dist/templates/{templates/partials → partials}/export-description.hbs +0 -0
  6. /package/dist/templates/{templates/partials → partials}/export-header.hbs +0 -0
  7. /package/dist/templates/{templates/partials → partials}/export-model-field.hbs +0 -0
  8. /package/dist/templates/{templates/partials → partials}/export-model-import.hbs +0 -0
  9. /package/dist/templates/{templates/partials → partials}/export-model-type.hbs +0 -0
  10. /package/dist/templates/{templates/partials → partials}/export-operation-params-body.hbs +0 -0
  11. /package/dist/templates/{templates/partials → partials}/export-operation-params-path.hbs +0 -0
  12. /package/dist/templates/{templates/partials → partials}/export-operation-params-query.hbs +0 -0
  13. /package/dist/templates/{templates/partials → partials}/export-operation-response.hbs +0 -0
  14. /package/dist/templates/{templates/partials → partials}/export-schema-type.hbs +0 -0
  15. /package/dist/templates/{templates/partials → partials}/export-service-class.hbs +0 -0
  16. /package/dist/templates/{templates/partials → partials}/export-service-import.hbs +0 -0
  17. /package/dist/templates/{templates/partials → partials}/export-service-namespace-type.hbs +0 -0
  18. /package/dist/templates/{templates/partials → partials}/export-service-namespace.hbs +0 -0
  19. /package/dist/templates/{templates/partials → partials}/export-service-operation.hbs +0 -0
  20. /package/dist/templates/{templates/partials → partials}/is-required.hbs +0 -0
package/dist/index.mjs CHANGED
@@ -5,7 +5,6 @@ import path from "node:path";
5
5
  import process from "node:process";
6
6
  import chalk from "chalk";
7
7
  import ora from "ora";
8
- import { fileURLToPath } from "node:url";
9
8
  import Handlebars from "handlebars";
10
9
  import swaggerParse from "@apidevtools/swagger-parser";
11
10
  import crypto from "node:crypto";
@@ -771,12 +770,6 @@ function updateProgress(name, type) {
771
770
  updateProgressText(name, progress);
772
771
  }
773
772
 
774
- //#endregion
775
- //#region ../../node_modules/.pnpm/tsdown@0.21.0-beta.2_syncki_b216f7fc79ac747520059b84eac66a21/node_modules/tsdown/esm-shims.js
776
- const getFilename = () => fileURLToPath(import.meta.url);
777
- const getDirname = () => path.dirname(getFilename());
778
- const __dirname = /* @__PURE__ */ getDirname();
779
-
780
773
  //#endregion
781
774
  //#region src/template-helpers/equal.helper.ts
782
775
  const equalHelper = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gopowerteam/request-generate",
3
3
  "type": "commonjs",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "private": false,
6
6
  "keywords": [
7
7
  "gopowerteam",