@sentio/sdk 2.48.2-rc.1 → 2.48.2-rc.3

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.
@@ -105,7 +105,7 @@ import {${abi.commonTypesInUse.join(',')}} from './common.js'
105
105
  import {${importedTypes.join(',')}, ${abi.capitalizedName}} from './${abi.capitalizedName}.js'
106
106
 
107
107
  import type { BigNumberish, BN } from 'fuels';
108
- import type { BytesLike, Bytes } from 'fuels';
108
+ import type { BytesLike, Bytes, StdString, StrSlice, RawSlice, B256Address, ChecksumAddress, Bech32Address } from 'fuels';
109
109
 
110
110
 
111
111
  namespace ${name}NS {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.48.2-rc.1",
3
+ "version": "2.48.2-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -84,8 +84,8 @@
84
84
  "typechain": "^8.3.2",
85
85
  "utility-types": "^3.11.0",
86
86
  "yaml": "^2.3.4",
87
- "@sentio/protos": "2.48.2-rc.1",
88
- "@sentio/runtime": "^2.48.2-rc.1"
87
+ "@sentio/runtime": "^2.48.2-rc.3",
88
+ "@sentio/protos": "2.48.2-rc.3"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "tsup": "npm:@sentio/tsup@^8.3.5-rc.1"
@@ -120,7 +120,7 @@ import {${abi.commonTypesInUse.join(',')}} from './common.js'
120
120
  import {${importedTypes.join(',')}, ${abi.capitalizedName}} from './${abi.capitalizedName}.js'
121
121
 
122
122
  import type { BigNumberish, BN } from 'fuels';
123
- import type { BytesLike, Bytes } from 'fuels';
123
+ import type { BytesLike, Bytes, StdString, StrSlice, RawSlice, B256Address, ChecksumAddress, Bech32Address } from 'fuels';
124
124
 
125
125
 
126
126
  namespace ${name}NS {