@popina/cli 5.0.2-20260413065909Z → 5.0.2
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 +10 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @popina/cli
|
|
2
2
|
|
|
3
|
+
## 5.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Refreshed Knowledge onboarding and software tooling docs, including improved software cards with inline website links and copyable install commands.
|
|
8
|
+
|
|
9
|
+
Updated Popina CLI onboarding support by raising the required pnpm version and extending `popina list` with clearer docs metadata and background services.
|
|
10
|
+
|
|
11
|
+
- Aligned auth and environment tooling changes used by Knowledge and deployment scripts, added a new admin permission for Knowledge access control, and updated related CLI and admin translation support so the rollout works consistently across apps.
|
|
12
|
+
|
|
3
13
|
## 5.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/build/index.js
CHANGED
|
@@ -11461,7 +11461,7 @@ function date4(params) {
|
|
|
11461
11461
|
config(en_default());
|
|
11462
11462
|
|
|
11463
11463
|
// package.json
|
|
11464
|
-
var version2 = "5.0.2
|
|
11464
|
+
var version2 = "5.0.2";
|
|
11465
11465
|
|
|
11466
11466
|
// src/utils/get-package-info.ts
|
|
11467
11467
|
async function getPackageInfo() {
|