assign-gingerly 0.0.77 โ†’ 0.0.78

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/DX/emojis.ts +3 -3
  2. package/package.json +1 -1
package/DX/emojis.ts CHANGED
@@ -22,7 +22,7 @@
22
22
  * | ๐Ÿท๏ธ | builtIns.microDataJoin |
23
23
  * | ๐Ÿ“‹ | builtIns.manageTemplateList |
24
24
  */
25
- export const builtInEmoji: Record<string, string> = {
25
+ export const builtInEmoji= {
26
26
  '๐Ÿ“ฆ': 'builtIns.lazyLoad',
27
27
  '๐ŸŽš๏ธ': 'builtIns.lazyLoadSwitch',
28
28
  '๐Ÿ”—': 'builtIns.join',
@@ -31,7 +31,7 @@ export const builtInEmoji: Record<string, string> = {
31
31
  '๐Ÿ“Š': 'builtIns.rangeSelector',
32
32
  };
33
33
 
34
- export const akaMethods: Record<string, string> = {
34
+ export const akaMethods = {
35
35
  '๐Ÿ”': 'querySelector',
36
36
  '๐Ÿงบ': 'querySelectorAll',
37
37
  '+': 'add',
@@ -53,7 +53,7 @@ export const akaMethods: Record<string, string> = {
53
53
  //'๐Ÿงฉ': 'includes'
54
54
  };
55
55
 
56
- export const aka: Record<string, string> = {
56
+ export const aka = {
57
57
  'ยฉ๏ธ': 'content?.cloneNode?.true',
58
58
  //'๐Ÿ”Ž': 'clone?.querySelector'
59
59
  // textContent is a property, not a method โ€” aliasing it via akaMethods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assign-gingerly",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "This package provides a utility function for carefully merging one object into another.",
5
5
  "homepage": "https://github.com/bahrus/assign-gingerly#readme",
6
6
  "bugs": {