@ardrive/turbo-sdk 1.34.0-alpha.2 → 1.35.0-alpha.1

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.
@@ -222426,7 +222426,7 @@ var import_winston = __toESM(require_winston(), 1);
222426
222426
  init_dirname();
222427
222427
  init_buffer2();
222428
222428
  init_process2();
222429
- var version21 = "1.33.1";
222429
+ var version21 = "1.34.0";
222430
222430
 
222431
222431
  // src/common/logger.ts
222432
222432
  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.34.0-alpha.2';
20
+ exports.version = '1.35.0-alpha.1';
@@ -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.34.0-alpha.2';
17
+ export const version = '1.35.0-alpha.1';
@@ -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.33.1";
16
+ export declare const version = "1.34.0";
17
17
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.34.0-alpha.2",
3
+ "version": "1.35.0-alpha.1",
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",