@reptilianhq/launch-on-block-sdk 0.4.1 → 0.4.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.3
4
+
5
+ - Isolate registry integrity verification in a retryable post-publish job and tolerate npm propagation delay.
6
+ - Prove the corrected trusted-publishing workflow through a no-API-change release.
7
+
8
+ ## 0.4.2
9
+
10
+ - Verify tokenless npm trusted publishing through the protected GitHub Actions release workflow.
11
+ - Publish npm provenance bound to the public repository, workflow, and release commit.
12
+
3
13
  ## 0.4.1
4
14
 
5
15
  - Remove transitional cross-repository handoff metadata from the published package boundary.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reptilianhq/launch-on-block-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Public TypeScript SDK, contract interfaces, ABIs, and deployment metadata for integrating with the Launch On Block protocol.",
5
5
  "license": "GPL-3.0-only",
6
6
  "repository": {