@0xtrails/api 0.10.1 → 0.10.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
-
3
- > @0xtrails/api@0.10.1 build /home/taylan/development/sequence/trails/packages/trails-api
2
+ 
3
+ > @0xtrails/api@0.10.2 build /Users/peter/Dev/0xsequence/trails/packages/trails-api
4
4
  > tsc
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
-
3
- > @0xtrails/api@0.10.1 typecheck /home/taylan/development/sequence/trails/packages/trails-api
2
+ 
3
+ > @0xtrails/api@0.10.2 typecheck /Users/peter/Dev/0xsequence/trails/packages/trails-api
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @0xsequence/trails-api
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - sdk bug fixes and improvements
8
+
3
9
  ## 0.10.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xtrails/api",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "type": "module",
5
5
  "description": "Trails API Client SDK",
6
6
  "repository": "https://github.com/0xsequence/trails/tree/master/packages/trails-api",