@getpeppr/cli 0.8.0 → 0.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/CHANGELOG.md +10 -0
- package/dist/index.js +4698 -0
- package/dist/index.js.map +1 -0
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to `@getpeppr/cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
The CLI bundles `@getpeppr/sdk` into its published artifact (tsup `noExternal`), so `validate`, `convert` and `init` run the SDK's validators, country rules and UBL builder locally — an SDK release only reaches CLI users once the CLI is rebundled. Rebundle-only releases are listed with the SDK version they ship.
|
|
6
6
|
|
|
7
|
+
## [0.8.1] — 2026-08-19
|
|
8
|
+
|
|
9
|
+
Republish of 0.8.0 with the actual code in the tarball. The 0.8.0 tarball on
|
|
10
|
+
the registry shipped **without `dist/`** — three files, no binary — because
|
|
11
|
+
this package had no `prepack`/`prepublishOnly` guards and was published from a
|
|
12
|
+
tree where the bundle had never been built. 0.8.0 is deprecated on the
|
|
13
|
+
registry; this version is identical in content and adds the guards so a
|
|
14
|
+
dist-less publish can never happen again (`prepack` builds, `prepublishOnly`
|
|
15
|
+
runs the tests, `pretest` builds first — the same arming the SDK has).
|
|
16
|
+
|
|
7
17
|
## [0.8.0] — 2026-08-19
|
|
8
18
|
|
|
9
19
|
**`getpeppr whoami`** — show the Peppol identity of the account behind your
|