@nexusmutual/sdk 1.27.0 → 1.28.0
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/dist/data/products.json +50 -33
- package/dist/data/version.json +1 -1
- package/dist/index.d.mts +55 -37
- package/dist/index.d.ts +55 -37
- package/dist/index.js +53 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +53 -34
- package/dist/index.mjs.map +1 -1
- package/dist/logos/upshift.svg +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600"><path d="M0 0h600v600H0z" style="fill:#00ff96"/><path d="M490 540H360C194.31 540 60 405.69 60 240V110c0-27.61 22.39-50 50-50h380c27.61 0 50 22.39 50 50v380c0 27.61-22.39 50-50 50Z" style="fill-rule:evenodd"/></svg>
|