@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.
- package/dist/serviceGet.d.ts +1 -1
- package/dist/serviceGet.d.ts.map +1 -1
- package/dist/serviceGet.js +1 -1
- package/package.json +1 -1
package/dist/serviceGet.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @param url The full URL string.
|
|
4
4
|
* @returns The domain/hostname.
|
|
5
5
|
*/
|
|
6
|
-
export declare function
|
|
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
|
package/dist/serviceGet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceGet.d.ts","sourceRoot":"","sources":["../src/serviceGet.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,
|
|
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"}
|
package/dist/serviceGet.js
CHANGED