This commit is contained in:
Akim Mamedov 2023-11-14 21:38:19 +07:00
parent 91bde8949d
commit bdf6644279
2 changed files with 9 additions and 6 deletions

View File

@ -2,11 +2,13 @@
.eslintcache
pnpm-lock.yaml
**/node_modules
**/dist
**/build
**/public
node_modules
dist
build
public
**/CHANGELOG.md
packages/core/js-client-isomorphic/src/versions.ts
packages/core/js-client-isomorphic/src/versions.ts
__snapshots__
packages/@tests/aqua/src/_aqua/**

View File

@ -14,6 +14,8 @@
* limitations under the License.
*/
import assert from "assert";
import { JSONArray } from "@fluencelabs/interfaces";
import { toUint8Array } from "js-base64";
import { it, describe, expect, test } from "vitest";
@ -26,7 +28,6 @@ import { KeyPair } from "../../keypair/index.js";
import { builtInServices } from "../builtins.js";
import { allowServiceFn } from "../securityGuard.js";
import { Sig, defaultSigGuard } from "../Sig.js";
import assert from "assert";
const a10b20 = `{
"a": 10,