Compare commits

..

No commits in common. "1cb8331666dcca22c335a241a2b7cfbf792bbc1b" and "87aedd5ef5ac6d2b38a8a6b9e0e47f75514bc9d8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.36",
"version": "4.0.35",
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.36',
version: '4.0.35',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}