crates-updater 1.2.2 → 1.2.3

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # crates-updater [![npm version](https://img.shields.io/npm/v/crates-updater.svg?style=flat)](https://www.npmjs.com/package/crates-updater)
1
+ # crates-updater [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![npm version](https://img.shields.io/npm/v/crates-updater.svg?style=flat)](https://www.npmjs.com/package/crates-updater)
2
2
 
3
3
  Check your [Rust packages](https://crates.io) for updates.
4
4
 
package/package.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "dependencies": {
8
8
  "commander": "10.0.0",
9
9
  "compare-versions": "5.0.3",
10
- "crates.io": "2.2.2"
10
+ "crates.io": "2.2.3"
11
11
  },
12
12
  "description": "Check your Rust packages for updates.",
13
13
  "devDependencies": {
14
- "rimraf": "4.1.2",
15
- "typescript": "4.9.5"
14
+ "rimraf": "4.4.1",
15
+ "typescript": "5.0.3"
16
16
  },
17
17
  "engines": {
18
18
  "node": ">= 10.9"
@@ -49,5 +49,5 @@
49
49
  "postversion": "node ../publish-flat/dist/cli-copy.js -o flattened/package.json version",
50
50
  "start": "ts-node src/cli.ts"
51
51
  },
52
- "version": "1.2.2"
52
+ "version": "1.2.3"
53
53
  }