@foal/cli 2.7.0 → 2.8.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2017-2021 FoalTS
3
+ Copyright (c) 2017-2022 FoalTS
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@
31
31
  "@foal/core": "^2.0.0",
32
32
  "@foal/typeorm": "^2.0.0",
33
33
  "source-map-support": "~0.5.19",
34
- "better-sqlite3": "~7.1.2",
34
+ "better-sqlite3": "~7.5.0",
35
35
  "typeorm": "0.2.26"
36
36
  },
37
37
  "devDependencies": {
@@ -31,7 +31,7 @@
31
31
  "@foal/core": "^2.0.0",
32
32
  "@foal/typeorm": "^2.0.0",
33
33
  "source-map-support": "~0.5.19",
34
- "better-sqlite3": "~7.1.2",
34
+ "better-sqlite3": "~7.5.0",
35
35
  "typeorm": "0.2.26",
36
36
  "yamljs": "~0.3.0"
37
37
  },
package/lib/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * FoalTS
4
- * Copyright(c) 2017-2021 Loïc Poullain <loic.poullain@centraliens.net>
4
+ * Copyright(c) 2017-2022 Loïc Poullain <loic.poullain@centraliens.net>
5
5
  * Released under the MIT License.
6
6
  */
7
7
  export {};
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
  /**
4
4
  * FoalTS
5
- * Copyright(c) 2017-2021 Loïc Poullain <loic.poullain@centraliens.net>
5
+ * Copyright(c) 2017-2022 Loïc Poullain <loic.poullain@centraliens.net>
6
6
  * Released under the MIT License.
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foal/cli",
3
- "version": "2.7.0",
3
+ "version": "2.8.1",
4
4
  "description": "CLI tool for FoalTS",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "dependencies": {
60
60
  "ajv": "~6.12.0",
61
61
  "cli-spinner": "~0.2.10",
62
- "colors": "~1.4.0",
62
+ "colors": "1.4.0",
63
63
  "commander": "~7.2.0"
64
64
  },
65
65
  "devDependencies": {
@@ -71,5 +71,5 @@
71
71
  "ts-node": "~9.0.0",
72
72
  "typescript": "~4.0.2"
73
73
  },
74
- "gitHead": "f29806e349427d412606a2086ae474f2b65df3ac"
74
+ "gitHead": "a5ffd51221fd4b69340ecfd3e95668152e28c0df"
75
75
  }