@simitgroup/simpleapp-generator 1.1.17 → 1.1.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simitgroup/simpleapp-generator",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "frontend nuxtjs and backend nests code generator using jsonschema",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  export const getDocFormats = async (doctype:string)=>{
2
2
  const docno = useNuxtApp().$DocnoformatDoc();
3
- const docnoformats = await docno.listDocFormats(doctype)
3
+ const docnoformats = await docno.runListDocFormats(doctype)
4
4
  return docnoformats
5
5
  }