@speedkit/cli 2.14.2 → 2.14.3
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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.14.3](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.14.2...v2.14.3) (2024-03-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **onboarding:** add esBuild to productionDependency ([4e7deba](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/4e7deba5aba4ea65d08a2ec6119bd9c039f1aa6c))
|
|
7
|
+
|
|
1
8
|
## [2.14.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.14.1...v2.14.2) (2024-03-20)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speedkit/cli",
|
|
3
3
|
"description": "Speed Kit CLI",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Baqend.com",
|
|
7
7
|
"email": "info@baqend.com"
|
|
@@ -96,7 +96,8 @@
|
|
|
96
96
|
"puppeteer-extra": "^3.3",
|
|
97
97
|
"puppeteer-extra-plugin-user-preferences": "^2.4",
|
|
98
98
|
"strip-comments": "^2.0.1",
|
|
99
|
-
"uuid": "^8.3.2"
|
|
99
|
+
"uuid": "^8.3.2",
|
|
100
|
+
"esbuild": "^0.20"
|
|
100
101
|
},
|
|
101
102
|
"devDependencies": {
|
|
102
103
|
"@commitlint/cli": "^17.7.1",
|
|
@@ -113,7 +114,6 @@
|
|
|
113
114
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
114
115
|
"chai": "^4.4",
|
|
115
116
|
"copyfiles": "^2.4.1",
|
|
116
|
-
"esbuild": "^0.20",
|
|
117
117
|
"eslint": "^8.57",
|
|
118
118
|
"eslint-config-oclif": "^5.1",
|
|
119
119
|
"eslint-config-oclif-typescript": "^3.1",
|