@lifi/types 1.4.1 → 1.5.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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.5.0](https://github.com/lifinance/types/compare/v1.4.1...v1.5.0) (2022-08-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * **bridges:** rename AcrossV2 in Across ([#92](https://github.com/lifinance/types/issues/92)) ([5bd7e7a](https://github.com/lifinance/types/commit/5bd7e7ac045b2a93b0e6e7803c2ddfa087385a27))
11
+
5
12
  ### [1.4.1](https://github.com/lifinance/types/compare/v1.4.0...v1.4.1) (2022-08-09)
6
13
 
7
14
 
package/dist/bridges.js CHANGED
@@ -124,7 +124,7 @@ exports.supportedBridges = [
124
124
  },
125
125
  {
126
126
  key: BridgeTool.across,
127
- name: 'AcrossV2',
127
+ name: 'Across',
128
128
  logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/acrossv2.png',
129
129
  bridgeUrl: 'https://across.to/',
130
130
  discordUrl: 'https://discord.gg/t4SZySkn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",