@funkit/api-base 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
@@ -1,5 +1,25 @@
1
1
  # @funkit/api-base
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 68af67d: feat: add mesh information persistence support
8
+
9
+ ### Patch Changes
10
+
11
+ - eb0f97b: refactor: migrate AccessControlApis, GroupApis, NftApis, PaymasterApis
12
+
13
+ ## 1.4.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 04c91f2: chore: migrate custom error codes to utils package
18
+ - 0733732: refactor: deprecate old moonpay offramp, onramp, and currencies endpoints
19
+ - Updated dependencies [48754fa]
20
+ - Updated dependencies [04c91f2]
21
+ - @funkit/utils@1.0.3
22
+
3
23
  ## 1.4.1
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './src/consts';
2
- export * from './src/errors';
3
2
  export * from './src/services';
4
3
  export * from './src/utils';