@vacantthinker/firefox-addon-framework-easy 2026.611.1153 → 2026.611.1433

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.
@@ -3,7 +3,7 @@
3
3
  * @param url The full URL string.
4
4
  * @returns The domain/hostname.
5
5
  */
6
- export declare function serviceGetDomainByUrl(url: string): string;
6
+ export declare function serviceGetDomain(url: string): string;
7
7
  /**
8
8
  * Generates a timestamp string in the format: YYYY_M_D_Hh_Mm_Ss_ms
9
9
  * e.g., 2026_6_11_10h_30m_15s_450
@@ -1 +1 @@
1
- {"version":3,"file":"serviceGet.d.ts","sourceRoot":"","sources":["../src/serviceGet.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzD;AAED;;;;GAIG;AACH,wBAAgB,mCAAmC,IAAI,MAAM,CAY5D"}
1
+ {"version":3,"file":"serviceGet.d.ts","sourceRoot":"","sources":["../src/serviceGet.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEpD;AAED;;;;GAIG;AACH,wBAAgB,mCAAmC,IAAI,MAAM,CAY5D"}
@@ -3,7 +3,7 @@
3
3
  * @param url The full URL string.
4
4
  * @returns The domain/hostname.
5
5
  */
6
- export function serviceGetDomainByUrl(url) {
6
+ export function serviceGetDomain(url) {
7
7
  return new URL(url).hostname;
8
8
  }
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0611.1153",
3
+ "version": "2026.0611.1433",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",