@supermemory/preprint 0.1.0 → 0.1.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 +6 -0
- package/bin/agent-browser-darwin-arm64 +0 -0
- package/bin/agent-browser-darwin-x64 +0 -0
- package/bin/agent-browser-linux-arm64 +0 -0
- package/bin/agent-browser-linux-musl-arm64 +0 -0
- package/bin/agent-browser-linux-musl-x64 +0 -0
- package/bin/agent-browser-linux-x64 +0 -0
- package/bin/agent-browser-win32-x64.exe +0 -0
- package/bin/preprint-darwin-arm64 +0 -0
- package/bin/preprint-darwin-x64 +0 -0
- package/bin/preprint-linux-arm64 +0 -0
- package/bin/preprint-linux-musl-arm64 +0 -0
- package/bin/preprint-linux-musl-x64 +0 -0
- package/bin/preprint-linux-x64 +0 -0
- package/bin/preprint-win32-x64.exe +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
<!-- release:start -->
|
|
4
|
+
## 0.1.2 (2026-05-26)
|
|
5
|
+
|
|
6
|
+
- Fix npm trusted publishing by using the current Node/npm toolchain.
|
|
7
|
+
- Move release builds to tag/manual dispatch so normal main pushes run CI only.
|
|
8
|
+
- Validate release tags and exact npm package versions before publishing.
|
|
9
|
+
|
|
4
10
|
## 0.1.0 (2026-05-25)
|
|
5
11
|
|
|
6
12
|
First public release.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|