@wellesley/auth 1.0.667 → 1.0.669

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.
Files changed (3) hide show
  1. package/index.mjs +7 -7
  2. package/package.json +1 -1
  3. package/icon.svg +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wellesley/auth",
3
- "version": "1.0.667",
3
+ "version": "1.0.669",
4
4
  "license": "UNLICENSED",
5
5
  "main": "index.mjs",
6
6
  "files": [
package/icon.svg DELETED
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20" fill="none">
2
- <path d="M21 10H17L14 19L8 1L5 10H1" stroke="url(#paint0_linear_3409_15383)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <defs>
4
- <linearGradient id="paint0_linear_3409_15383" x1="11" y1="1" x2="11" y2="19" gradientUnits="userSpaceOnUse">
5
- <stop stop-color="#1B4D1D"/>
6
- <stop offset="1" stop-color="#3FB343"/>
7
- </linearGradient>
8
- </defs>
9
- </svg>