@temboplus/frontend-core 1.0.4 → 1.0.5

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.
@@ -11,8 +11,12 @@ export declare const OPERATING_TIMEZONES: ReadonlyArray<{
11
11
  }>;
12
12
  /**
13
13
  * Reference / anchor zones that are useful even when you don't operate
14
- * there — UTC is universal, GMT/London/NY/Paris are how the rest of the
15
- * world spells time. Kept deliberately short.
14
+ * there — UTC is the absolute-time reference, the African anchors
15
+ * cover the markets we counterparty with most often, London covers
16
+ * the EU/UK reporting lens, New York the US banking lens, and Shanghai
17
+ * the East-Asia trading window. Kept deliberately short. UTC first as
18
+ * the absolute-time reference, then African anchors, then global
19
+ * reference markets — editorial order, not alphabetical or geographic.
16
20
  */
17
21
  export declare const ANCHOR_TIMEZONES: ReadonlyArray<string>;
18
22
  //# sourceMappingURL=markets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"markets.d.ts","sourceRoot":"","sources":["../../../src/utilities/timezone/markets.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,EAAE,aAAa,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAA6D,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,MAAM,CAKlD,CAAC"}
1
+ {"version":3,"file":"markets.d.ts","sourceRoot":"","sources":["../../../src/utilities/timezone/markets.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,EAAE,aAAa,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAA6D,CAAC;AAE/D;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,MAAM,CAQlD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/frontend-core",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A JavaScript/TypeScript package providing common utilities and logic shared across front-end TemboPlus projects.",
5
5
  "author": "Okello Gerald",
6
6
  "license": "MIT",