@diia-inhouse/scaffold 2.53.4 → 2.53.6
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.
|
@@ -17,8 +17,7 @@ to: <%= serviceName %>/package.json
|
|
|
17
17
|
"lint": "eslint . && prettier --check . && buf format ./proto --diff --exit-code ",
|
|
18
18
|
"lint-fix": "eslint . --fix && prettier --write . && buf format ./proto --write",
|
|
19
19
|
"lint:lockfile": "lockfile-lint --path package-lock.json --allowed-hosts registry.npmjs.org gitlab.diia.org.ua --validate-https",
|
|
20
|
-
"
|
|
21
|
-
"test": "tsc --project tests/tsconfig.json --noEmit && vitest run",
|
|
20
|
+
"test": "npm run genproto -- --generateClient=true && tsc --project tests/tsconfig.json --noEmit && vitest run",
|
|
22
21
|
"test:watch": "vitest watch",
|
|
23
22
|
"test:coverage": "vitest run --coverage",
|
|
24
23
|
<%if (h.isOptionSelected(selectedDependencies, 'database')) {%>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diia-inhouse/scaffold",
|
|
3
|
-
"version": "2.53.
|
|
3
|
+
"version": "2.53.6",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"author": "Diia",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@diia-inhouse/types": "11.
|
|
27
|
+
"@diia-inhouse/types": "11.7.0",
|
|
28
28
|
"chalk": "4.1.2",
|
|
29
29
|
"enquirer": "2.4.1",
|
|
30
30
|
"execa": "5.1.1",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"madge": {
|
|
59
59
|
"tsConfig": "./tsconfig.json"
|
|
60
60
|
},
|
|
61
|
-
"repository": "https://github.com/diia-open-source/be-scaffold
|
|
61
|
+
"repository": "https://github.com/diia-open-source/be-scaffold",
|
|
62
62
|
"license": "SEE LICENCE IN LICENCE.md"
|
|
63
63
|
}
|