@ardrive/turbo-sdk 1.1.1-alpha.2 → 1.1.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.
- package/bundles/web.bundle.min.js +1 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
@@ -124471,7 +124471,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
124471
124471
|
init_dirname();
|
124472
124472
|
init_buffer2();
|
124473
124473
|
init_process2();
|
124474
|
-
var version3 = "1.1.1-alpha.
|
124474
|
+
var version3 = "1.1.1-alpha.2";
|
124475
124475
|
|
124476
124476
|
// src/common/logger.ts
|
124477
124477
|
var TurboWinstonLogger = class {
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
@@ -14,5 +14,5 @@
|
|
14
14
|
* You should have received a copy of the GNU Affero General Public License
|
15
15
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
16
|
*/
|
17
|
-
export declare const version = "1.1.1-alpha.
|
17
|
+
export declare const version = "1.1.1-alpha.2";
|
18
18
|
//# sourceMappingURL=version.d.ts.map
|