genlayer-js 0.20.0 → 0.20.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024-present YeagerAI LLC
3
+ Copyright (c) 2024-present GenLayer Labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit/)
4
4
  [![Discord](https://dcbadge.vercel.app/api/server/8Jm4v89VAu?compact=true&style=flat)](https://discord.gg/VpfmXEMN66)
5
- [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/yeagerai.svg?style=social&label=Follow%20%40GenLayer)](https://x.com/GenLayer)
6
- [![GitHub star chart](https://img.shields.io/github/stars/yeagerai/genlayer-js?style=social)](https://star-history.com/#yeagerai/genlayer-js)
5
+ [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/genlaboratory.svg?style=social&label=Follow%20%40GenLayer)](https://x.com/GenLayer)
6
+ [![GitHub star chart](https://img.shields.io/github/stars/genlayerlabs/genlayer-js?style=social)](https://star-history.com/#genlayerlabs/genlayer-js)
7
7
 
8
8
  ## 👀 About
9
9
 
@@ -174,7 +174,7 @@ For detailed information on how to use GenLayerJS SDK, please refer to our [docu
174
174
 
175
175
  ## Contributing
176
176
 
177
- We welcome contributions to GenLayerJS SDK! Whether it's new features, improved infrastructure, or better documentation, your input is valuable. Please read our [CONTRIBUTING](https://github.com/yeagerai/genlayer-js/blob/main/CONTRIBUTING.md) guide for guidelines on how to submit your contributions.
177
+ We welcome contributions to GenLayerJS SDK! Whether it's new features, improved infrastructure, or better documentation, your input is valuable. Please read our [CONTRIBUTING](https://github.com/genlayerlabs/genlayer-js/blob/main/CONTRIBUTING.md) guide for guidelines on how to submit your contributions.
178
178
 
179
179
  ## License
180
180
 
package/dist/index.cjs CHANGED
@@ -553,7 +553,7 @@ var contractActions = (client, publicClient) => {
553
553
  functionName,
554
554
  args: callArgs,
555
555
  kwargs,
556
- jsonSafeReturn = false,
556
+ jsonSafeReturn = true,
557
557
  leaderOnly = false,
558
558
  transactionHashVariant = "latest-nonfinal" /* LATEST_NONFINAL */
559
559
  } = args;
package/dist/index.js CHANGED
@@ -553,7 +553,7 @@ var contractActions = (client, publicClient) => {
553
553
  functionName,
554
554
  args: callArgs,
555
555
  kwargs,
556
- jsonSafeReturn = false,
556
+ jsonSafeReturn = true,
557
557
  leaderOnly = false,
558
558
  transactionHashVariant = "latest-nonfinal" /* LATEST_NONFINAL */
559
559
  } = args;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "genlayer-js",
3
3
  "type": "module",
4
- "version": "0.20.0",
4
+ "version": "0.20.2",
5
5
  "description": "GenLayer JavaScript SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",