@dsmrt/axiom-aws-sdk 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @dsmrt/axiom-aws-sdk
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fe5cfa4: fixing npm readme image
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <picture>
2
2
  <source media="(prefers-color-scheme: dark)" srcset="../images/axiom-dark-mode.svg">
3
3
  <source media="(prefers-color-scheme: light)" srcset="../images/axiom-light-mode.svg">
4
- <img alt="Axiom logo" src="./images/axiom-light-mode.svg">
4
+ <img alt="Axiom logo" src="../images/axiom-light-mode.svg">
5
5
  </picture>
6
6
 
7
7
  # Axiom - AWS SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsmrt/axiom-aws-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AWS sdk library for working with axiom cli",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",