File tree 3 files changed +10
-3
lines changed
3 files changed +10
-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
+
5
+ # [ 3.12.8] - 05-05-2022
6
+
7
+ ### Changes
8
+
9
+ - Fixed AWS_IOT_URL for staging and production environments
10
+
4
11
# [ 3.12.7] - 04-05-2022
5
12
6
13
### Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inplayer-org/inplayer.js" ,
3
- "version" : " 3.12.7 " ,
3
+ "version" : " 3.12.8 " ,
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 @@ -35,7 +35,7 @@ export const dailyConfig = {
35
35
export const devConfig = {
36
36
...commonConfig ,
37
37
BASE_URL : 'https://staging-v2.inplayer.com' ,
38
- AWS_IOT_URL : 'https://staging-notifications.inplayer.com/' ,
38
+ AWS_IOT_URL : 'https://staging-notifications.inplayer.com/iot/keys ' ,
39
39
} ;
40
40
41
41
/**
@@ -51,7 +51,7 @@ export const devConfig = {
51
51
export const prodConfig = {
52
52
...commonConfig ,
53
53
BASE_URL : 'https://services.inplayer.com' ,
54
- AWS_IOT_URL : 'https://notifications.inplayer.com/' ,
54
+ AWS_IOT_URL : 'https://notifications.inplayer.com/iot/keys ' ,
55
55
} ;
56
56
57
57
/** @internal */
You can’t perform that action at this time.
0 commit comments