bfg-common 1.3.58 → 1.3.59

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.
@@ -931,7 +931,6 @@
931
931
  height="124"
932
932
  viewBox="0 0 96 124"
933
933
  >
934
- <script xmlns="" />
935
934
  <defs>
936
935
  <linearGradient
937
936
  id="linear-gradient"
@@ -983,7 +982,6 @@
983
982
  d="M48,97a32.1,32.1,0,1,1,32.1-32.1A32.14,32.14,0,0,1,48,97Zm0-62.2a30.1,30.1,0,1,0,30.1,30.1A30.13,30.13,0,0,0,48,34.82Z"
984
983
  />
985
984
  </g>
986
- <script xmlns="" />
987
985
  </svg>
988
986
  </template>
989
987
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.58",
4
+ "version": "1.3.59",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",