@fastnear/borsh-schema 0.6.2 → 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 Borsh Schema - CJS (@fastnear/borsh-schema version 0.6.1) */
2
- /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.1 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Borsh Schema - CJS (@fastnear/borsh-schema version 0.6.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.3 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Borsh Schema - ESM (@fastnear/borsh-schema version 0.6.1) */
2
- /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.1 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Borsh Schema - ESM (@fastnear/borsh-schema version 0.6.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.3 */
3
3
  var __defProp = Object.defineProperty;
4
4
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
5
  const getBorshSchema = (() => {
@@ -1,5 +1,5 @@
1
- /* ⋈ 🏃🏻💨 FastNEAR Borsh Schema - IIFE/UMD (@fastnear/borsh-schema version 0.6.1) */
2
- /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.1 */
1
+ /* ⋈ 🏃🏻💨 FastNEAR Borsh Schema - IIFE/UMD (@fastnear/borsh-schema version 0.6.3) */
2
+ /* https://www.npmjs.com/package/@fastnear/borsh-schema/v/0.6.3 */
3
3
  var NearBorshSchema = (() => {
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -190,15 +190,11 @@ var NearBorshSchema = (() => {
190
190
  return __toCommonJS(src_exports);
191
191
  })();
192
192
 
193
- if (typeof globalThis.NearBorshSchema === 'undefined') {
194
- console.warn('No globalThis.NearBorshSchema');
195
- } else {
196
- Object.defineProperty(globalThis, 'NearBorshSchema', {
197
- value: globalThis.NearBorshSchema,
198
- writable: false,
199
- enumerable: true,
200
- configurable: false,
201
- });
202
- }
193
+ Object.defineProperty(globalThis, 'NearBorshSchema', {
194
+ value: NearBorshSchema,
195
+ writable: false,
196
+ enumerable: true,
197
+ configurable: false,
198
+ });
203
199
 
204
200
  //# sourceMappingURL=browser.global.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/borsh-schema",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Single export of NEAR Protocol's borsh schema for common applications",
5
5
  "type": "module",
6
6
  "types": "./dist/esm/index.d.ts",