@sentio/sdk-bundle 4.2.0-rc.1 → 4.2.1-rc.1
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/dist/{0x1-CxjK7WJe.js → 0x1-BinlWedP.js} +4 -4
- package/dist/{0x1-CxjK7WJe.js.map → 0x1-BinlWedP.js.map} +1 -1
- package/dist/aptos/builtin/0x1.js +1 -1
- package/dist/aptos/builtin/0x3.js +2 -2
- package/dist/aptos/builtin/0x4.js +2 -2
- package/dist/aptos/builtin/index.js +1 -1
- package/dist/aptos/ext/index.js +2 -2
- package/dist/aptos/index.js +2 -2
- package/dist/{aptos-SxoSnw0E.js → aptos-BJpupY7N.js} +6 -6
- package/dist/{aptos-SxoSnw0E.js.map → aptos-BJpupY7N.js.map} +1 -1
- package/dist/{coin-q8Sm__yo.js → coin-BApFe9zx.js} +2 -2
- package/dist/{coin-q8Sm__yo.js.map → coin-BApFe9zx.js.map} +1 -1
- package/dist/{coin-COPlhTta.js → coin-Ch7GqV1l.js} +2 -2
- package/dist/{coin-COPlhTta.js.map → coin-Ch7GqV1l.js.map} +1 -1
- package/dist/iota/builtin/0x1.js +3 -3
- package/dist/iota/builtin/0x2.js +3 -3
- package/dist/iota/builtin/0x3.js +3 -3
- package/dist/iota/ext/index.js +1 -1
- package/dist/iota/index.js +3 -3
- package/dist/move/index.js +1 -1
- package/dist/{move-BuzfbmGq.js → move-DBRhhQJK.js} +7 -7
- package/dist/{move-BuzfbmGq.js.map → move-DBRhhQJK.js.map} +1 -1
- package/dist/sui/builtin/0x1.js +1 -1
- package/dist/sui/builtin/0x2.js +4 -4
- package/dist/sui/builtin/0x3.js +4 -4
- package/dist/sui/builtin/index.js +1 -1
- package/dist/sui/ext/index.js +1 -1
- package/dist/sui/index.js +3 -3
- package/dist/{sui-Bu13HeOq.js → sui-B1TywldF.js} +14 -14
- package/dist/{sui-Bu13HeOq.js.map → sui-B1TywldF.js.map} +1 -1
- package/dist/testing/index.js +5 -5
- package/package.json +2 -2
package/dist/testing/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import { a as __name, n as __commonJSMin, t as BigDecimal } from "../bignumber-D
|
|
|
2
2
|
import { An as HandlerType, Ar as TimeseriesResult_TimeseriesType, Fr as UpdateTemplatesRequestSchema, Ft as DBResponseSchema, J as DatabaseSchemaState, Lt as DataBindingSchema, Or as TemplateInstanceSchema, Qr as EmptySchema, Ur as RichValueListSchema, Wr as RichValueSchema, X as require_graphql, Y as buildSchema, _ as BigDecimalConverter, ar as ProcessBindingResponseSchema, jt as DBRequest_DBOperator, ni as timestampNow, or as ProcessBindingsRequestSchema, r as ALL_ADDRESS, s as Store, sr as ProcessConfigRequestSchema, ti as timestampFromDate, ui as create, ur as ProcessStreamRequestSchema, v as BigIntConverter, wr as StartRequestSchema } from "../core-DUPgecQ_.js";
|
|
3
3
|
import { yt as bytesToBigInt } from "../utils-mQf0fx8l.js";
|
|
4
4
|
import "../index.js";
|
|
5
|
-
import { Wn as AptosNetwork } from "../aptos-
|
|
6
|
-
import { C as accountTypeString, b as SPLITTER, v as parseMoveType } from "../move-
|
|
7
|
-
import { c as SuiNetwork } from "../coin-
|
|
8
|
-
import { U as getMoveCalls, p as getMoveCalls$1 } from "../sui-
|
|
9
|
-
import { c as IotaNetwork } from "../coin-
|
|
5
|
+
import { Wn as AptosNetwork } from "../aptos-BJpupY7N.js";
|
|
6
|
+
import { C as accountTypeString, b as SPLITTER, v as parseMoveType } from "../move-DBRhhQJK.js";
|
|
7
|
+
import { c as SuiNetwork } from "../coin-Ch7GqV1l.js";
|
|
8
|
+
import { U as getMoveCalls, p as getMoveCalls$1 } from "../sui-B1TywldF.js";
|
|
9
|
+
import { c as IotaNetwork } from "../coin-BApFe9zx.js";
|
|
10
10
|
import { x as getRpcEndpoint, y as FuelNetwork } from "../fuel-CEx3LV5U.js";
|
|
11
11
|
import { GraphQLList, GraphQLNonNull, GraphQLObjectType } from "graphql";
|
|
12
12
|
import { DataBindingContext, Endpoints, PluginManager, ProcessorServiceImplV3, State, mergeProcessResults } from "@sentio/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentio/sdk-bundle",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1-rc.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@sentio/chain": "~3.4.29",
|
|
62
62
|
"graphql": "^16.11.0",
|
|
63
63
|
"piscina": "^5.1.3",
|
|
64
|
-
"@sentio/runtime": "^4.2.
|
|
64
|
+
"@sentio/runtime": "^4.2.1-rc.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {},
|
|
67
67
|
"devDependencies": {},
|