@kosdev-code/kos-freestyle-sdk 2.0.3 → 2.0.6
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.
|
@@ -2,7 +2,7 @@ import { AvailabilityContext, BeverageData, BrandData } from './types';
|
|
|
2
2
|
import { GroupBeverageResponse } from '@kosdev-code/kos-dispense-sdk';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* This utility mapper will augment the core
|
|
5
|
+
* This utility mapper will augment the core KOS availability data with freestyle specific
|
|
6
6
|
* UI data.
|
|
7
7
|
*
|
|
8
8
|
* @param input - the availability data including the group id.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-freestyle-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"./package.json": "./package.json"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@kosdev-code/kos-ui-sdk": "~2.0.
|
|
27
|
-
"@kosdev-code/kos-dispense-sdk": "~2.0.
|
|
26
|
+
"@kosdev-code/kos-ui-sdk": "~2.0.6",
|
|
27
|
+
"@kosdev-code/kos-dispense-sdk": "~2.0.6"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
32
|
"kos": {
|
|
33
33
|
"build": {
|
|
34
|
-
"gitHash": "
|
|
34
|
+
"gitHash": "c69f333148c9468a837e3b0f1842b1cf0d27d051"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|