zansn 0.1.2 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.3
4
+
5
+ - Switched the npm README hero image from the standalone logo mark to the full Zansn Labs Open Graph brand card for better rendering on npm.
6
+
3
7
  ## 0.1.2
4
8
 
5
9
  - Changed the npm README logo to plain Markdown image syntax with a cache-busting public URL for more reliable npm rendering.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # zansn
2
2
 
3
- [![Zansn Labs logo](https://www.zansn.ai/logo-5.png?v=0.1.2)](https://zansn.ai)
3
+ [![Zansn Labs AI assurance infrastructure](https://www.zansn.ai/og-image.jpg?v=0.1.3)](https://zansn.ai)
4
4
 
5
5
  Local-first AI assurance primitives for evaluating agent workflows and producing portable evidence packs.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zansn",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Local-first AI assurance SDK for evaluating agent workflows and producing evidence packs.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",