@platformatic/generators 1.52.3 → 1.53.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.
@@ -280,7 +280,8 @@ class BaseGenerator extends FileGenerator {
280
280
  noEmitOnError: true,
281
281
  incremental: true,
282
282
  strict: true,
283
- outDir: 'dist'
283
+ outDir: 'dist',
284
+ skipLibCheck: true
284
285
  },
285
286
  watchOptions: {
286
287
  watchFile: 'fixedPollingInterval',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/generators",
3
- "version": "1.52.3",
3
+ "version": "1.53.1",
4
4
  "description": "Main classes and utils for generators.",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -10,18 +10,18 @@
10
10
  "@fastify/error": "^3.4.1",
11
11
  "boring-name-generator": "^1.0.3",
12
12
  "change-case-all": "^2.1.0",
13
- "fastify": "^4.26.2",
14
- "pino": "^8.19.0",
15
- "undici": "^6.9.0"
13
+ "fastify": "^4.28.1",
14
+ "pino": "^8.21.0",
15
+ "undici": "^6.19.8"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/inquirer": "^9.0.7",
19
19
  "borp": "^0.16.0",
20
- "c8": "^10.0.0",
20
+ "c8": "^10.1.2",
21
21
  "snazzy": "^9.0.0",
22
22
  "standard": "^17.1.0",
23
- "tsd": "^0.31.0",
24
- "typescript": "^5.4.2"
23
+ "tsd": "^0.31.2",
24
+ "typescript": "^5.6.2"
25
25
  },
26
26
  "scripts": {
27
27
  "lint": "standard | snazzy",
@@ -346,7 +346,8 @@ test('should generate tsConfig file and typescript files', async (t) => {
346
346
  noEmitOnError: true,
347
347
  incremental: true,
348
348
  strict: true,
349
- outDir: 'dist'
349
+ outDir: 'dist',
350
+ skipLibCheck: true
350
351
  },
351
352
  watchOptions: {
352
353
  watchFile: 'fixedPollingInterval',