@fastnear/utils 0.6.0 → 0.6.2

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
- /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.6.0) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.0 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - CJS (@fastnear/utils version 0.6.1) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.1 */
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.6.0) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.0 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - ESM (@fastnear/utils version 0.6.1) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.1 */
3
3
  export * from "./crypto.js";
4
4
  export * from "./transaction.js";
5
5
  export * from "./misc.js";
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Utils - IIFE/UMD (@fastnear/utils version 0.6.0) */
2
- /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.0 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Utils - IIFE/UMD (@fastnear/utils version 0.6.1) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.1 */
3
3
  var NearUtils = (() => {
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/utils",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Utility functions for interactions with the NEAR blockchain",
5
5
  "type": "module",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@fastnear/borsh-schema": "0.6.0",
32
+ "@fastnear/borsh-schema": "0.6.2",
33
33
  "@noble/curves": "*",
34
34
  "@noble/hashes": "*",
35
35
  "base58-js": "*",