@diia-inhouse/scaffold 2.54.0 → 2.55.1

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.
@@ -7,7 +7,6 @@ variables:
7
7
  NEW_TEST: 'true'
8
8
  RUN_INTEGRATION_TESTS: 'true'
9
9
  RUN_UNIT_TESTS: 'false'
10
- TEST_RUNNER: 'vitest'
11
10
  CI_PIPELINE_TYPE: nodeJS-tag
12
11
  CI_BUFBUILD_PROTOBUF_VERSION: '2.12.0'
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diia-inhouse/scaffold",
3
- "version": "2.54.0",
3
+ "version": "2.55.1",
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": "13.1.2",
27
+ "@diia-inhouse/types": "13.2.0",
28
28
  "chalk": "4.1.2",
29
29
  "enquirer": "2.4.1",
30
30
  "execa": "5.1.1",