axigen 1.2.3 → 1.2.4

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.
@@ -625,6 +625,7 @@ module.exports = {
625
625
  types: './src/api/types.ts',
626
626
  },
627
627
  axiosInstancePath: '../lib/axios',
628
+ axiosInstanceExport: "axiosInstance",
628
629
  language: 'ts',
629
630
  jsdoc: true,
630
631
  functionName: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axigen",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Generate typed Axios client functions from OpenAPI / Swagger specs",
5
5
  "keywords": [
6
6
  "openapi",