@apiverve/usernamegenerator 1.1.7 → 1.1.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/README.md +21 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,26 +68,26 @@ api.execute(query, function (error, data) {
68
68
  ###### Example Response
69
69
 
70
70
  ```
71
- {
72
- "status": "ok",
73
- "error": null,
74
- "data": {
75
- "count": 10,
76
- "suggestions": [
77
- "restagnationsean",
78
- "irisedsean",
79
- "seaninconstance",
80
- "sean",
81
- "seancomportable",
82
- "seanextuberant",
83
- "seanwallaba",
84
- "seanproduct",
85
- "seanuprighteously",
86
- "seanpsychiatry"
87
- ],
88
- "email": "sean@mail.com"
89
- },
90
- "code": 200
71
+ {
72
+ "status": "ok",
73
+ "error": null,
74
+ "data": {
75
+ "count": 10,
76
+ "suggestions": [
77
+ "sean",
78
+ "seanforlet",
79
+ "seanyawweed",
80
+ "adjunctivesean",
81
+ "seanuncanonize",
82
+ "seanredisburse",
83
+ "registrarshipsean",
84
+ "seansnobbism",
85
+ "pluralizersean",
86
+ "pupillaritysean"
87
+ ],
88
+ "email": "sean@mail.com"
89
+ },
90
+ "code": 200
91
91
  }
92
92
  ```
93
93
 
@@ -113,7 +113,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
113
113
  ## License
114
114
  Licensed under the The MIT License (MIT)
115
115
 
116
- Copyright (©) 2024 APIVerve, and Evlar LLC
116
+ Copyright (©) 2025 APIVerve, and EvlarSoft LLC
117
117
 
118
118
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/usernamegenerator",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Username Generator is a simple tool for generating usernames. It returns a list of usernames based on the specified criteria.",
5
5
  "main": "index.js",
6
6
  "scripts": {