File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
All notable changes to this project will be documented in this file.
4
+ # [ 3.12.6] - 08-03-2022
5
+
6
+ ### Changes
7
+
8
+ - Updated AWS_IOT_URL for daily environment
9
+
4
10
# [ 3.12.5] - 03-17-2022
5
11
6
12
### Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inplayer-org/inplayer.js" ,
3
- "version" : " 3.12.5 " ,
3
+ "version" : " 3.12.6 " ,
4
4
"author" : " InPlayer" ,
5
5
"license" : " MIT" ,
6
6
"description" : " A Javascript SDK for Inplayer's RESTful API" ,
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ export const commonConfig = {
13
13
* INPLAYER_ACCESS_CODE_NAME = (assetId: number) => `access_code_${assetId}`;
14
14
* IOT_NOTIF_URL = 'a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com';
15
15
* BASE_URL = 'https://services-daily.inplayer.com';
16
- * AWS_IOT_URL = 'https://o3871l8vj7.execute-api.eu-west-1.amazonaws. com/staging /iot/keys';
16
+ * AWS_IOT_URL = 'https://daily-notifications.inplayer. com/iot/keys';
17
17
* ```
18
18
*/
19
19
export const dailyConfig = {
20
20
...commonConfig ,
21
21
BASE_URL : 'https://services-daily.inplayer.com' ,
22
- AWS_IOT_URL : 'https://o3871l8vj7.execute-api.eu-west-1.amazonaws. com/staging /iot/keys' ,
22
+ AWS_IOT_URL : 'https://daily-notifications.inplayer. com/iot/keys' ,
23
23
} ;
24
24
25
25
/**
You can’t perform that action at this time.
0 commit comments