@thi.ng/emoji 1.0.35 → 1.0.37

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 +8 -7
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/emoji](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-emoji.svg?2371a385)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/emoji](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-emoji.svg?2371a385)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/emoji.svg)](https://www.npmjs.com/package/@thi.ng/emoji)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/emoji.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [References](#references)
@@ -39,7 +40,7 @@ character...
39
40
  ### References
40
41
 
41
42
  The
42
- [index](https://github.com/thi-ng/umbrella/blob/develop/packages/emoji/src/emoji.ts)
43
+ [index](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/emoji/src/emoji.ts)
43
44
  is based on the one used by
44
45
  [node-emoji](https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json)
45
46
  (which itself is sourced from the [js-emoji](https://github.com/iamcal/js-emoji)
@@ -52,7 +53,7 @@ underscores (`_`).
52
53
 
53
54
  **ALPHA** - bleeding edge / work-in-progress
54
55
 
55
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bemoji%5D+in%3Atitle)
56
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bemoji%5D)
56
57
 
57
58
  ## Installation
58
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/emoji",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Bi-directional lookup tables mapping emoji names & their characters",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/emoji"
13
13
  },
14
14
  "homepage": "https://thi.ng/emoji",
@@ -40,8 +40,8 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "devDependencies": {
43
- "esbuild": "^0.27.2",
44
- "typedoc": "^0.28.16",
43
+ "esbuild": "^0.28.0",
44
+ "typedoc": "^0.28.18",
45
45
  "typescript": "^5.9.3"
46
46
  },
47
47
  "keywords": [
@@ -86,5 +86,5 @@
86
86
  "status": "alpha",
87
87
  "year": 2023
88
88
  },
89
- "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
89
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
90
90
  }