@autologix-engineering/shared 1.2.358 → 1.2.359

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autologix-engineering/shared",
3
- "version": "1.2.358",
3
+ "version": "1.2.359",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
package/src/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './lib/enums/src/index';
6
6
  export * from './lib/events/src/index';
7
7
  export * from './lib/models/src/index';
8
8
  export * from './lib/routes/src/index';
9
+ export * from './lib/utilities/src/ltr.payout.row.key';
package/src/index.js CHANGED
@@ -6,4 +6,9 @@ export * from './lib/enums/src/index';
6
6
  export * from './lib/events/src/index';
7
7
  export * from './lib/models/src/index';
8
8
  export * from './lib/routes/src/index';
9
+ // Utilities are not exported wholesale — the folder is large and much of it is
10
+ // server-shaped. These four are the shared way to address an LTR payout row by
11
+ // its date-and-shift identity, and the web has to arrive at the same key the
12
+ // backend does or the two disagree about which row is which.
13
+ export * from './lib/utilities/src/ltr.payout.row.key';
9
14
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/shared/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/shared/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,+EAA+E;AAC/E,+EAA+E;AAC/E,6EAA6E;AAC7E,6DAA6D;AAC7D,cAAc,wCAAwC,CAAC"}