fast-npm-meta 1.4.1 → 1.4.2

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -621,7 +621,7 @@ const cac = (name = "") => new CAC(name);
621
621
 
622
622
  //#endregion
623
623
  //#region package.json
624
- var version = "1.4.1";
624
+ var version = "1.4.2";
625
625
 
626
626
  //#endregion
627
627
  //#region ../node_modules/.pnpm/is-network-error@1.3.0/node_modules/is-network-error/index.js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fast-npm-meta",
3
3
  "type": "module",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "description": "Get npm package metadata",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",