@ardrive/turbo-sdk 1.36.0-alpha.1 → 1.36.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.
|
@@ -222435,7 +222435,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
|
222435
222435
|
init_dirname();
|
|
222436
222436
|
init_buffer2();
|
|
222437
222437
|
init_process2();
|
|
222438
|
-
var version21 = "1.
|
|
222438
|
+
var version21 = "1.36.0-alpha.1";
|
|
222439
222439
|
|
|
222440
222440
|
// src/common/logger.ts
|
|
222441
222441
|
var TurboWinstonLogger = class _TurboWinstonLogger {
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,
|
|
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.36.0
|
|
3
|
+
"version": "1.36.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",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@commitlint/config-conventional": "^17.1.0",
|
|
107
107
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
108
108
|
"@semantic-release/changelog": "^6.0.3",
|
|
109
|
-
"@semantic-release/exec": "^
|
|
109
|
+
"@semantic-release/exec": "^7.1.0",
|
|
110
110
|
"@semantic-release/git": "^10.0.1",
|
|
111
111
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
|
112
112
|
"@types/chai": "^4.3.5",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"node-fetch": "^3.3.2",
|
|
140
140
|
"prettier": "^3.0.2",
|
|
141
141
|
"rimraf": "^5.0.1",
|
|
142
|
-
"semantic-release": "^
|
|
142
|
+
"semantic-release": "^25.0.1",
|
|
143
143
|
"sinon": "^15.2.0",
|
|
144
144
|
"ts-node": "^10.9.1",
|
|
145
145
|
"typescript": "^5.5.4"
|