@fastnear/utils 0.9.3 → 0.9.4

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/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # REPL
2
+
3
+ Run with:
4
+
5
+ yarn repl
6
+
7
+ and try the following:
8
+
9
+ mockTx
10
+
11
+ and see how it is displayed. and then the verbose call:
12
+
13
+ v(mockTx)
14
+
15
+ ## alpha version
16
+
17
+ The focus thus far has been of a highly technical nature, and after releasing this alpha version the devs will let their minds gestate. then this file will fill out with more meaningful info and snippets. 🙏🏼
18
+
19
+ Make sure to visit the [project-level README](https://github.com/fastnear/js-monorepo#global-near-js)
20
+
21
+ ## attributions
22
+
23
+ This package in particular is thankful for the open source contributors whose functions we export. There's a note about this in the main [README here](https://github.com/fastnear/js-monorepo#attribution).
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
package/dist/cjs/misc.cjs CHANGED
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
5
  import { ed25519 } from "@noble/curves/ed25519";
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  export * from "./crypto.js";
4
4
  export * from "./transaction.js";
5
5
  export * from "./misc.js";
package/dist/esm/misc.js CHANGED
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
5
  import {
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
5
  const LsPrefix = "__fastnear_";
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
5
  import { serialize as borshSerialize } from "borsh";
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - IIFE/UMD (@fastnear/utils version 0.9.3) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.3 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - IIFE/UMD (@fastnear/utils version 0.9.4) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.9.4 */
3
3
  "use strict";
4
4
  var NearUtils = (() => {
5
5
  var __create = Object.create;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/utils",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Utility functions for interactions with the NEAR blockchain",
5
5
  "type": "module",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -14,10 +14,17 @@
14
14
  "type-check": "tsc --noEmit"
15
15
  },
16
16
  "author": "FastNEAR",
17
+ "homepage": "https://js.fastnear.com",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/fastnear/js-monorepo.git"
21
+ },
17
22
  "keywords": [
18
23
  "near-protocol",
24
+ "web3-utils",
19
25
  "blockchain",
20
- "fastnear"
26
+ "fastnear",
27
+ "web3"
21
28
  ],
22
29
  "files": [
23
30
  "dist"
@@ -29,7 +36,7 @@
29
36
  }
30
37
  },
31
38
  "dependencies": {
32
- "@fastnear/borsh-schema": "0.9.3",
39
+ "@fastnear/borsh-schema": "0.9.4",
33
40
  "@noble/curves": "*",
34
41
  "@noble/hashes": "*",
35
42
  "base58-js": "*",