@khanglvm/outline-cli 0.1.4 → 0.1.5
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 +5 -0
- package/README.md +2 -3
- package/package.json +1 -1
- package/src/entry-integrity-manifest.generated.js +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -228,7 +228,6 @@ Release prerequisites:
|
|
|
228
228
|
- Keep local secrets in untracked files such as `.env.test.local`.
|
|
229
229
|
- Profile secrets are stored in the OS keychain by default.
|
|
230
230
|
|
|
231
|
-
##
|
|
231
|
+
## Changelog
|
|
232
232
|
|
|
233
|
-
-
|
|
234
|
-
- Release script: [`scripts/release.mjs`](scripts/release.mjs)
|
|
233
|
+
- Release history: [`CHANGELOG.md`](https://github.com/khanglvm/outline-cli/blob/main/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ export const ENTRY_INTEGRITY_MANIFEST = Object.freeze({
|
|
|
4
4
|
algorithm: "sha256",
|
|
5
5
|
signatureAlgorithm: "sha256-salted-manifest-v1",
|
|
6
6
|
signature: "c69d41948b78c8ae35c0223377149ece8df5588863a010adf92a0b6ad11876d3",
|
|
7
|
-
generatedAt: "2026-03-
|
|
7
|
+
generatedAt: "2026-03-08T01:17:47.858Z",
|
|
8
8
|
files: [
|
|
9
9
|
{
|
|
10
10
|
"path": "src/action-gate.js",
|