fast-npm-meta 0.4.7 → 0.4.8

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/dist/index.d.mts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -14,6 +14,7 @@ interface PackageVersionMeta {
14
14
  engines?: Engines;
15
15
  deprecated?: string;
16
16
  provenance?: 'trustedPublisher' | boolean;
17
+ integrity?: string;
17
18
  }
18
19
  interface PackageVersionsInfo extends Pick<PackageManifest, 'name' | 'distTags' | 'lastSynced'> {
19
20
  versions: string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fast-npm-meta",
3
3
  "type": "module",
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
5
5
  "description": "Get npm package metadata",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",