@tim-smart/openapi-gen 0.4.8 → 0.4.9

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 (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -34812,7 +34812,7 @@ var nonEmptyString3 = flow(
34812
34812
  var toComment = match2({
34813
34813
  onNone: () => "",
34814
34814
  onSome: (description) => `/**
34815
- * ${description.split("\n").join("\n* ")}
34815
+ * ${description.replace(/\*\//g, " * /").split("\n").join("\n* ")}
34816
34816
  */
34817
34817
  `
34818
34818
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tim-smart/openapi-gen",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Generate Effect http clients from OpenAPI specs",
5
5
  "bin": "main.js",
6
6
  "repository": {