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

@@ -100,7 +100,7 @@
"sinon-express-mock": "2.2.1",
"supertest": "6.3.3",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"tsup": "7.2.0",
"typescript": "5.1.6"
},
"prettier": "@openstapps/prettier-config",

View File

@@ -34,9 +34,9 @@
"@openstapps/api": "workspace:*",
"@openstapps/core": "workspace:*",
"@openstapps/logger": "workspace:*",
"commander": "10.0.0",
"@types/cli-progress": "3.11.5",
"cli-progress": "3.12.0",
"@types/cli-progress": "3.11.5"
"commander": "10.0.0"
},
"devDependencies": {
"@openstapps/eslint-config": "workspace:*",
@@ -56,7 +56,7 @@
"mocha-junit-reporter": "2.2.0",
"nock": "13.3.1",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"tsup": "7.2.0",
"typescript": "5.1.6"
},
"tsup": {

View File

@@ -2,12 +2,12 @@
"name": "@openstapps/database",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "docker run --rm -t -p 9200:9200 -p 9300:9300 $(docker build -q .)"
},
"files": [
"config",
"Dockerfile",
"README.md"
]
],
"scripts": {
"start": "docker run --rm -t -p 9200:9200 -p 9300:9300 $(docker build -q .)"
}
}

View File

@@ -36,7 +36,7 @@
"@openstapps/api": "workspace:*",
"@openstapps/core": "workspace:*",
"@openstapps/logger": "workspace:*",
"@types/cli-progress": "3.11.0",
"@types/cli-progress": "3.11.5",
"@types/express": "4.17.17",
"@types/fs-extra": "9.0.13",
"@types/json-schema": "7.0.14",
@@ -51,21 +51,21 @@
"wait-on": "6.0.1"
},
"devDependencies": {
"@openstapps/prettier-config": "workspace:*",
"@openstapps/eslint-config": "workspace:*",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/chai-spies": "1.0.3",
"@types/chai-spies": "1.0.6",
"c8": "7.14.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"chai-spies": "1.1.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"nock": "13.3.1",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"tsup": "7.2.0",
"typescript": "5.1.6"
},
"tsup": {

View File

@@ -75,7 +75,7 @@
"sinon": "15.0.4",
"sinon-chai": "3.7.0",
"ts-node": "10.9.1",
"tsup": "6.7.0"
"tsup": "7.2.0"
},
"tsup": {
"entry": [