acsi-core 1.2.7 → 1.2.9

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.
@@ -0,0 +1,6 @@
1
+ declare const _default: (time: any, timezone?: string | undefined, format?: string | undefined) => string | null;
2
+ /**
3
+ * Convert a local time string or object to UTC "HH:mm:ss" format.
4
+ * Maps local wall-clock time to UTC based on the provided timezone ID or offset.
5
+ */
6
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",