libnpmpack 2.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/CHANGELOG.md +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libnpmpack",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "Programmatic API for the bits behind npm pack",
5
5
  "author": "npm Inc. <support@npmjs.com>",
6
6
  "contributors": [
@@ -34,11 +34,11 @@
34
34
  "bugs": "https://github.com/npm/libnpmpack/issues",
35
35
  "homepage": "https://npmjs.com/package/libnpmpack",
36
36
  "dependencies": {
37
- "@npmcli/run-script": "^1.8.3",
37
+ "@npmcli/run-script": "^2.0.0",
38
38
  "npm-package-arg": "^8.1.0",
39
- "pacote": "^11.2.6"
39
+ "pacote": "^12.0.0"
40
40
  },
41
41
  "engines": {
42
- "node": ">=10"
42
+ "node": "^12.13.0 || ^14.15.0 || >=16"
43
43
  }
44
44
  }
package/CHANGELOG.md DELETED
@@ -1,17 +0,0 @@
1
- # Change Log
2
-
3
- <a name="2.0.0"></a>
4
- # [2.0.0](https://github.com/npm/libnpmpack/compare/v1.0.0...v2.0.0) (2020-03-27)
5
-
6
- ### Breaking Changes
7
-
8
- * [`cb2ecf2`](https://github.com/npm/libnpmpack/commit/cb2ecf2) feat: resolve to tarball data Buffer ([@claudiahdz](https://github.com/claudiahdz))
9
-
10
- <a name="1.0.0"></a>
11
- # 1.0.0 (2020-03-26)
12
-
13
- ### Features
14
-
15
- * [`a35c590`](https://github.com/npm/libnpmpack/commit/a35c590) feat: pack tarballs from local dir or registry spec ([@claudiahdz](https://github.com/claudiahdz))
16
-
17
- * [`6d72149`](https://github.com/npm/libnpmpack/commit/6d72149) feat: sorted tarball contents ([@eridal](https://github.com/eridal))