zansn 0.1.1 → 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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2
4
+
5
+ - Changed the npm README logo to plain Markdown image syntax with a cache-busting public URL for more reliable npm rendering.
6
+
3
7
  ## 0.1.1
4
8
 
5
9
  - Fixed npm README logo rendering by using the public `https://www.zansn.ai/logo-5.png` asset URL.
package/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # zansn
2
2
 
3
- <p align="center">
4
- <a href="https://zansn.ai">
5
- <img src="https://www.zansn.ai/logo-5.png" alt="Zansn Labs logo" width="96" height="96">
6
- </a>
7
- </p>
3
+ [![Zansn Labs logo](https://www.zansn.ai/logo-5.png?v=0.1.2)](https://zansn.ai)
8
4
 
9
5
  Local-first AI assurance primitives for evaluating agent workflows and producing portable evidence packs.
10
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zansn",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",