@sefinek/random-emoji 2.0.2 → 2.0.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 (3) hide show
  1. package/README.md +10 -10
  2. package/index.js +0 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -17,15 +17,15 @@ npm install @sefinek/random-emoji
17
17
 
18
18
 
19
19
  ## 😻 • Usage
20
- | Function | Description |
21
- |-----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
22
- | [unicode](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L3) | A single emote |
23
- | [emojis](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L6) | Random emoji with name and type |
24
- | [cats](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L10) | Return random cat |
25
- | [hearts](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L14) | Return random heart |
26
- | [foods](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L18) | Return random food |
27
- | [circles](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L22) | Return random circle |
28
- | [Kaomojis](https://github.com/sefinek24/random-emoji/blob/ab58b364710a4c7106721808e81ccdc7590c4965/test.js#L26) | Return random kaomojis from [API](https://api.sefinek.net) |
20
+ | Function | Description |
21
+ |----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
22
+ | [unicode](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L4) | A single emoji |
23
+ | [emojis](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L7) | Random emoji with name and type |
24
+ | [cats](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L11) | Return random cat |
25
+ | [hearts](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L14) | Return random heart |
26
+ | [foods](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L18) | Return random food |
27
+ | [circles](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L22) | Return random circle |
28
+ | [**new** Kaomojis](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L28) | Return random kaomojis from [API](https://api.sefinek.net) |
29
29
 
30
30
 
31
31
  ## 😼 • Examples
@@ -94,7 +94,7 @@ kaomoji.love().then(console.log);
94
94
 
95
95
 
96
96
  ## 📝 • Changelog
97
- > https://github.com/sefinek24/random-emoji/blob/main/CHANGELOG.md
97
+ > [Click here](CHANGELOG.md)
98
98
 
99
99
 
100
100
  ## 🤝 • Help
package/index.js CHANGED
@@ -77,7 +77,6 @@ class SefinekAPI {
77
77
  Object.keys(endpoints).forEach(endpoint => {
78
78
  /**
79
79
  * Access a specific random content endpoint.
80
- *
81
80
  * @method
82
81
  * @returns {Promise} - A Promise that resolves with the fetched content or rejects with an error.
83
82
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sefinek/random-emoji",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A module providing various random emoticons along with their names and types. Additionally, it also includes random kaomoji.",
5
5
  "keywords": [
6
6
  "random",