@thi.ng/emoji 0.2.2 → 0.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/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-09-19T21:09:34Z
3
+ - **Last updated**: 2024-10-05T12:12:32Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/emoji",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Bi-directional lookup tables mapping emoji names & their characters",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@microsoft/api-extractor": "^7.47.9",
40
- "esbuild": "^0.23.1",
40
+ "esbuild": "^0.24.0",
41
41
  "typedoc": "^0.26.7",
42
42
  "typescript": "^5.6.2"
43
43
  },
@@ -83,5 +83,5 @@
83
83
  "status": "alpha",
84
84
  "year": 2023
85
85
  },
86
- "gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
86
+ "gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
87
87
  }