@fastnear/utils 0.6.1 → 0.6.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.
@@ -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.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.3 */
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.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.3 */
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.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/utils/v/0.6.3 */
3
3
  var NearUtils = (() => {
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
@@ -3622,15 +3622,11 @@ var NearUtils = (() => {
3622
3622
  (*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
3623
3623
  */
3624
3624
 
3625
- if (typeof globalThis.NearUtils === 'undefined') {
3626
- console.warn('No globalThis.NearUtils');
3627
- } else {
3628
- Object.defineProperty(globalThis, 'NearUtils', {
3629
- value: globalThis.NearUtils,
3630
- writable: false,
3631
- enumerable: true,
3632
- configurable: false,
3633
- });
3634
- }
3625
+ Object.defineProperty(globalThis, 'NearUtils', {
3626
+ value: NearUtils,
3627
+ writable: false,
3628
+ enumerable: true,
3629
+ configurable: false,
3630
+ });
3635
3631
 
3636
3632
  //# sourceMappingURL=browser.global.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/utils",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
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.1",
32
+ "@fastnear/borsh-schema": "0.6.3",
33
33
  "@noble/curves": "*",
34
34
  "@noble/hashes": "*",
35
35
  "base58-js": "*",