@reptilianhq/launch-on-block-sdk 0.4.2 → 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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ## 0.4.2
4
9
 
5
10
  - Verify tokenless npm trusted publishing through the protected GitHub Actions release workflow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reptilianhq/launch-on-block-sdk",
3
- "version": "0.4.2",
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": {