@platformatic/generators 2.0.0-alpha.7 → 2.0.0-alpha.9

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.
@@ -281,6 +281,7 @@ class BaseGenerator extends FileGenerator {
281
281
  incremental: true,
282
282
  strict: true,
283
283
  outDir: 'dist',
284
+ skipLibCheck: true,
284
285
  },
285
286
  watchOptions: {
286
287
  watchFile: 'fixedPollingInterval',
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@platformatic/generators",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-alpha.9",
4
4
  "description": "Main classes and utils for generators.",
5
5
  "main": "index.js",
6
6
  "keywords": [],
7
7
  "author": "",
8
8
  "license": "Apache-2.0",
9
9
  "dependencies": {
10
- "@fastify/error": "^3.4.1",
10
+ "@fastify/error": "^4.0.0",
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",
13
+ "fastify": "5.0.0-alpha.4",
14
+ "pino": "^9.0.0",
15
15
  "undici": "^6.9.0",
16
- "@platformatic/utils": "2.0.0-alpha.7"
16
+ "@platformatic/utils": "2.0.0-alpha.9"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/inquirer": "^9.0.7",