Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c75c358dfd | |||
| 42a83a685d |
2
dist_ts/index.d.ts
vendored
2
dist_ts/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
|||||||
export * from '../ts_shared/index.js';
|
export * from '../dist_ts_shared/index.js';
|
||||||
export * from './classes.smartarchive.js';
|
export * from './classes.smartarchive.js';
|
||||||
export * from './classes.archiveanalyzer.js';
|
export * from './classes.archiveanalyzer.js';
|
||||||
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';
|
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Re-export everything from ts_shared (browser-compatible)
|
// Re-export everything from ts_shared (browser-compatible)
|
||||||
export * from '../ts_shared/index.js';
|
export * from '../dist_ts_shared/index.js';
|
||||||
// Node.js-specific: Main archive class with filesystem support
|
// Node.js-specific: Main archive class with filesystem support
|
||||||
export * from './classes.smartarchive.js';
|
export * from './classes.smartarchive.js';
|
||||||
// Node.js-specific: Archive analysis with SmartArchive integration
|
// Node.js-specific: Archive analysis with SmartArchive integration
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartarchive",
|
"name": "@push.rocks/smartarchive",
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
|
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@@ -35,12 +35,12 @@
|
|||||||
"@push.rocks/smartunique": "^3.0.9",
|
"@push.rocks/smartunique": "^3.0.9",
|
||||||
"@push.rocks/smarturl": "^3.1.0",
|
"@push.rocks/smarturl": "^3.1.0",
|
||||||
"fflate": "^0.8.2",
|
"fflate": "^0.8.2",
|
||||||
"file-type": "^21.2.0",
|
"file-type": "^21.3.0",
|
||||||
"modern-tar": "^0.7.3",
|
"modern-tar": "^0.7.3",
|
||||||
"tar-stream": "^3.1.7"
|
"tar-stream": "^3.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^4.0.2",
|
"@git.zone/tsbuild": "^4.1.2",
|
||||||
"@git.zone/tsrun": "^2.0.1",
|
"@git.zone/tsrun": "^2.0.1",
|
||||||
"@git.zone/tstest": "^3.1.4",
|
"@git.zone/tstest": "^3.1.4",
|
||||||
"@types/tar-stream": "^3.1.3"
|
"@types/tar-stream": "^3.1.3"
|
||||||
|
|||||||
697
pnpm-lock.yaml
generated
697
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user