@popina/cli 4.5.0-20260204103143Z → 5.0.0
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 +19 -0
- package/package.json +4 -4
- package/build/index.d.ts +0 -1
- package/build/index.js +0 -12859
- package/build/index.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @popina/cli
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Rename @fveauvy/cli to @popina/cli.
|
|
8
|
+
|
|
9
|
+
We now manage entirely publishing of our CLI.
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Migrate from @pragma/cli to @popina/cli package.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Popina CLI generate command now uses turbo generators from packages/cli/turbo/ instead of turbo/.
|
|
18
|
+
- Bump vitest config from 0.x.x to 4.0.17
|
|
19
|
+
- Add metadata to Popina CLI package
|
|
20
|
+
- Change package name to Popina CLI
|
|
21
|
+
|
|
3
22
|
## 4.5.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popina/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Popina CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"author": "François Veauvy",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"eslint": "^9.19.0",
|
|
23
|
-
"@pragma/config": "
|
|
24
|
-
"@pragma/
|
|
25
|
-
"@pragma/
|
|
23
|
+
"@pragma/config": "3.0.0",
|
|
24
|
+
"@pragma/eslint": "1.3.5",
|
|
25
|
+
"@pragma/tsconfig": "1.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@clack/core": "^0.3.3",
|
package/build/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|