@escapace/pnpm-pack 0.6.3 → 0.7.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.
@@ -1,5 +1,5 @@
1
1
  import { getPathDirectoryPackage, writeFileJSON } from './chunk-JTBFNK4D.js';
2
- import { argumentsCommon, argumentsCommonParse, getPathDirectoryWorkspace, getNameArchive, normalizePathDirectoryDestination, getExecaStdio, redactReadmeLikeFile } from './chunk-LWVXMBD6.js';
2
+ import { argumentsCommon, argumentsCommonParse, getPathDirectoryWorkspace, getNameArchive, normalizePathDirectoryDestination, redactReadmeLikeFile, getExecaStdio } from './chunk-LWVXMBD6.js';
3
3
  import { readPackageJSON } from './chunk-YIJYKDOB.js';
4
4
  import arg from 'arg';
5
5
  import { execa } from 'execa';
@@ -1,4 +1,4 @@
1
- import { getPathDirectoryWorkspace, argumentsCommon, argumentsCommonParse, getNameArchive, normalizePathDirectoryDestination, getExecaStdio, redactReadmeLikeFile } from './chunk-LWVXMBD6.js';
1
+ import { getPathDirectoryWorkspace, argumentsCommon, argumentsCommonParse, getNameArchive, normalizePathDirectoryDestination, redactReadmeLikeFile, getExecaStdio } from './chunk-LWVXMBD6.js';
2
2
  import { readPackageJSON } from './chunk-YIJYKDOB.js';
3
3
  import { readWantedLockfileAndAutofixConflicts, writeWantedLockfile } from '@pnpm/lockfile-file';
4
4
  import arg from 'arg';
@@ -1,7 +1,11 @@
1
- export { packCleanup } from './chunk-XQ6NWAOX.js';
1
+ import { packCleanup } from './chunk-XQ6NWAOX.js';
2
2
  import 'node:assert';
3
3
  import 'find-up';
4
4
  import 'node:path';
5
5
  import 'node:fs/promises';
6
6
  import 'fs-extra';
7
+
8
+
9
+
10
+ export { packCleanup };
7
11
  //# sourceMappingURL=pack-cleanup-BW73ZZJG.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pack-cleanup-BW73ZZJG.js","sources":[],"names":[],"mappings":";;;;;"}
1
+ {"version":3,"file":"pack-cleanup-BW73ZZJG.js","sources":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1,8 +1,12 @@
1
- export { packPackage } from './chunk-LP5Q32IC.js';
1
+ import { packPackage } from './chunk-LP5Q32IC.js';
2
2
  import 'node:assert';
3
3
  import 'find-up';
4
4
  import 'node:path';
5
5
  import 'node:fs/promises';
6
6
  import 'semver';
7
7
  import 'fs-extra';
8
+
9
+
10
+
11
+ export { packPackage };
8
12
  //# sourceMappingURL=pack-package-JZTASPW7.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pack-package-JZTASPW7.js","sources":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"pack-package-JZTASPW7.js","sources":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -1,7 +1,11 @@
1
- export { packUpdateVersion } from './chunk-2JKOJOEN.js';
1
+ import { packUpdateVersion } from './chunk-2JKOJOEN.js';
2
2
  import 'node:assert';
3
3
  import 'find-up';
4
4
  import 'node:path';
5
5
  import 'node:fs/promises';
6
6
  import 'fs-extra';
7
+
8
+
9
+
10
+ export { packUpdateVersion };
7
11
  //# sourceMappingURL=pack-update-version-TARXAS74.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pack-update-version-TARXAS74.js","sources":[],"names":[],"mappings":";;;;;"}
1
+ {"version":3,"file":"pack-update-version-TARXAS74.js","sources":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1,8 +1,12 @@
1
- export { packWorkspace } from './chunk-VCN3JWSW.js';
1
+ import { packWorkspace } from './chunk-VCN3JWSW.js';
2
2
  import 'node:assert';
3
3
  import 'semver';
4
4
  import 'find-up';
5
5
  import 'node:path';
6
6
  import 'node:fs/promises';
7
7
  import 'fs-extra';
8
+
9
+
10
+
11
+ export { packWorkspace };
8
12
  //# sourceMappingURL=pack-workspace-2DHYOKMM.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pack-workspace-2DHYOKMM.js","sources":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"pack-workspace-2DHYOKMM.js","sources":[],"names":[],"mappings":";;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@escapace/pnpm-pack",
3
3
  "description": "Package pnpm projects and workspaces into a .tgz archive, or extract package files to a directory.",
4
- "version": "0.6.3",
4
+ "version": "0.7.0",
5
5
  "author": {
6
6
  "name": "escapace",
7
7
  "email": "opensource@escapace.com"
@@ -17,26 +17,27 @@
17
17
  "execa": "^9.6.1",
18
18
  "find-up": "^8.0.0",
19
19
  "fs-extra": "^11.3.3",
20
- "semver": "^7.7.3",
21
- "which": "^6.0.0"
20
+ "semver": "^7.7.4",
21
+ "which": "^6.0.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@commitlint/cli": "20.4.1",
25
25
  "@commitlint/config-conventional": "20.4.1",
26
+ "@escapace/syncpack-configuration": "0.1.0",
26
27
  "@ls-lint/ls-lint": "2.3.1",
27
28
  "@types/fs-extra": "11.0.4",
28
- "@types/node": "25.2.0",
29
+ "@types/node": "25.2.1",
29
30
  "@types/semver": "7.7.1",
30
31
  "@types/which": "3.0.4",
31
32
  "@vitest/coverage-v8": "4.0.18",
32
33
  "eslint": "9.39.2",
33
- "eslint-config-escapace": "5.10.2",
34
- "esroll": "1.1.1",
35
- "knip": "5.83.0",
36
- "lefthook": "2.0.16",
34
+ "eslint-config-escapace": "5.12.1",
35
+ "esroll": "1.1.5",
36
+ "knip": "5.83.1",
37
+ "lefthook": "2.1.1",
37
38
  "prettier": "3.8.1",
38
- "prettier-config-escapace": "1.2.1",
39
- "syncpack": "13.0.4",
39
+ "prettier-config-escapace": "1.2.2",
40
+ "syncpack": "14.0.0",
40
41
  "tsx": "4.21.0",
41
42
  "typescript": "5.9.3",
42
43
  "vitest": "4.0.18"
@@ -73,7 +74,7 @@
73
74
  "lint": "ls-lint --config .ls-lint.yaml && knip --no-config-hints && eslint",
74
75
  "ls-lint": "ls-lint --config .ls-lint.yaml",
75
76
  "pack": "node lib/node/cli.js package --pack-destination lib",
76
- "syncpack": "syncpack fix-mismatches && syncpack set-semver-ranges && syncpack format",
77
+ "syncpack": "syncpack fix && syncpack format",
77
78
  "test": "vitest --no-watch --coverage",
78
79
  "typecheck": "tsc --noEmit",
79
80
  "update": "ncu --cooldown 7 -p pnpm -u --peer --dep dev,peer,prod,optional && pnpm run syncpack"