zansn 0.1.0 → 0.1.1
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 +4 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
- Fixed npm README logo rendering by using the public `https://www.zansn.ai/logo-5.png` asset URL.
|
|
6
|
+
|
|
3
7
|
## 0.1.0
|
|
4
8
|
|
|
5
9
|
Initial public developer starter kit.
|
|
@@ -13,4 +17,3 @@ Initial public developer starter kit.
|
|
|
13
17
|
- Added JSON and Markdown evidence-pack exporters.
|
|
14
18
|
- Added evidence-pack validation.
|
|
15
19
|
- Added OpenTelemetry-compatible attribute mapping.
|
|
16
|
-
|
package/README.md
CHANGED