feat: generator updates

This commit is contained in:
2023-11-07 17:14:58 +01:00
parent 9ef77ab3ed
commit 8a421cb2fb
51 changed files with 1385 additions and 1241 deletions

View File

@@ -25,20 +25,6 @@
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./schema.json": {
"import": "./lib/schema.json",
"types": "./lib/schema.json.d.ts"
},
"./elasticsearch.json": {
"import": "./lib/elasticsearch.json",
"types": "./lib/elasticsearch.json.d.ts"
}
},
"files": [
"lib",
"test/resources",
@@ -84,7 +70,7 @@
"source-map-support": "0.5.21",
"surge": "0.23.1",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"tsup": "7.2.0",
"typedoc": "0.24.8",
"typescript": "5.1.6"
},
@@ -122,5 +108,19 @@
"eslintIgnore": [
"resources",
"openapi"
]
],
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./schema.json": {
"import": "./lib/schema.json",
"types": "./lib/schema.json.d.ts"
},
"./elasticsearch.json": {
"import": "./lib/elasticsearch.json",
"types": "./lib/elasticsearch.json.d.ts"
}
}
}