npm-pkgbuild 15.3.2 → 15.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-pkgbuild",
3
- "version": "15.3.2",
3
+ "version": "15.3.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -51,7 +51,7 @@
51
51
  "tsc:types": "tsc -d --allowJs --declarationDir dist --emitDeclarationOnly ./src/extract-from-package.mjs"
52
52
  },
53
53
  "dependencies": {
54
- "@npmcli/arborist": "^7.4.2",
54
+ "@npmcli/arborist": "^7.5.0",
55
55
  "@vercel/nft": "^0.26.4",
56
56
  "aggregate-async-iterator": "^1.2.1",
57
57
  "commander": "^12.0.0",
@@ -11,7 +11,7 @@ import {
11
11
  extractFromPackage,
12
12
  createPublishingDetails
13
13
  } from "npm-pkgbuild";
14
- import pkg from "../package.json" assert { type: "json" };
14
+ import pkg from "../package.json" with { type: "json" };
15
15
 
16
16
  program.description(pkg.description).version(pkg.version);
17
17