@0xsequence/api 0.0.0-20260213213015 → 0.0.0-20260214075020

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
2
  
3
- > @0xsequence/api@0.0.0-20260213213015 build /Users/taylan/Development/Horizon/sequence.js/packages/services/api
3
+ > @0xsequence/api@0.0.0-20260214075020 build /Users/taylan/Development/Horizon/sequence.js/packages/services/api
4
4
  > tsc
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @0xsequence/api
2
2
 
3
- ## 0.0.0-20260213213015
3
+ ## 0.0.0-20260214075020
4
4
 
5
5
  ### Patch Changes
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "0.0.0-20260213213015",
3
+ "version": "0.0.0-20260214075020",
4
4
  "description": "api sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/api",
6
6
  "author": "Sequence Platforms Inc.",
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@types/node": "^25.0.2",
19
19
  "typescript": "^5.9.3",
20
- "@repo/typescript-config": "^0.0.0-20260213213015"
20
+ "@repo/typescript-config": "^0.0.0-20260214075020"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsc",