nanoid 3.3.3 → 3.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.
Files changed (2) hide show
  1. package/bin/nanoid.cjs +2 -2
  2. package/package.json +1 -1
package/bin/nanoid.cjs CHANGED
@@ -22,10 +22,10 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
22
22
  -h, --help Show this help
23
23
 
24
24
  Examples
25
- $ nano --s 15
25
+ $ nanoid --s 15
26
26
  S9sBF77U6sDB8Yg
27
27
 
28
- $ nano --size 10 --alphabet abc
28
+ $ nanoid --size 10 --alphabet abc
29
29
  bcabababca`)
30
30
  process.exit()
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nanoid",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
5
5
  "keywords": [
6
6
  "uuid",