@geekmidas/cli 1.2.2 → 1.2.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.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +88 -161
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +89 -162
- package/dist/index.mjs.map +1 -1
- package/dist/{openapi-BZ4Qik9w.mjs → openapi-NthphEWK.mjs} +2 -2
- package/dist/{openapi-BZ4Qik9w.mjs.map → openapi-NthphEWK.mjs.map} +1 -1
- package/dist/{openapi-CzfnHlhG.cjs → openapi-ZhO7wwya.cjs} +1 -7
- package/dist/{openapi-CzfnHlhG.cjs.map → openapi-ZhO7wwya.cjs.map} +1 -1
- package/dist/openapi.cjs +1 -1
- package/dist/openapi.mjs +1 -1
- package/package.json +2 -2
- package/src/dev/index.ts +69 -106
- package/src/workspace/__tests__/client-generator.spec.ts +330 -301
- package/src/workspace/client-generator.ts +139 -199
|
@@ -1799,12 +1799,6 @@ Object.defineProperty(exports, 'OPENAPI_OUTPUT_PATH', {
|
|
|
1799
1799
|
return OPENAPI_OUTPUT_PATH;
|
|
1800
1800
|
}
|
|
1801
1801
|
});
|
|
1802
|
-
Object.defineProperty(exports, 'OpenApiTsGenerator', {
|
|
1803
|
-
enumerable: true,
|
|
1804
|
-
get: function () {
|
|
1805
|
-
return OpenApiTsGenerator;
|
|
1806
|
-
}
|
|
1807
|
-
});
|
|
1808
1802
|
Object.defineProperty(exports, 'generateOpenApi', {
|
|
1809
1803
|
enumerable: true,
|
|
1810
1804
|
get: function () {
|
|
@@ -1823,4 +1817,4 @@ Object.defineProperty(exports, 'resolveOpenApiConfig', {
|
|
|
1823
1817
|
return resolveOpenApiConfig;
|
|
1824
1818
|
}
|
|
1825
1819
|
});
|
|
1826
|
-
//# sourceMappingURL=openapi-
|
|
1820
|
+
//# sourceMappingURL=openapi-ZhO7wwya.cjs.map
|