@ardrive/turbo-sdk 1.25.0-alpha.1 → 1.25.0

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 CHANGED
@@ -57,7 +57,7 @@ import path from 'path';
57
57
 
58
58
  async function uploadWithTurbo() {
59
59
  // load your JWK directly to authenticate
60
- const arweave = Arweave({});
60
+ const arweave = Arweave.init({});
61
61
  const jwk = JSON.parse(fs.readFileSync('./my-jwk.json', 'utf-8'));
62
62
  const address = await arweave.wallets.jwkToAddress(jwk);
63
63
  const turbo = TurboFactory.authenticated({ privateKey: jwk });
@@ -313887,7 +313887,7 @@ var import_winston = __toESM(require_winston(), 1);
313887
313887
  init_dirname();
313888
313888
  init_buffer2();
313889
313889
  init_process2();
313890
- var version16 = "1.24.0";
313890
+ var version16 = "1.25.0-alpha.1";
313891
313891
 
313892
313892
  // src/common/logger.ts
313893
313893
  var TurboWinstonLogger = class _TurboWinstonLogger {
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '1.25.0-alpha.1';
20
+ exports.version = '1.25.0';
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '1.25.0-alpha.1';
17
+ export const version = '1.25.0';
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "1.24.0";
16
+ export declare const version = "1.25.0-alpha.1";
17
17
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.25.0-alpha.1",
3
+ "version": "1.25.0",
4
4
  "main": "./lib/cjs/node/index.js",
5
5
  "types": "./lib/types/node/index.d.ts",
6
6
  "module": "./lib/esm/node/index.js",