File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-create-agent-js-client" ,
3
- "version" : " 2.12 .0" ,
3
+ "version" : " 2.13 .0" ,
4
4
"description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export default class SocketDaemon extends Daemon {
163
163
} ) ;
164
164
165
165
if ( found ) {
166
- return fetch ( 'https://s3.amazonaws.com/ arduino-create-static /agent-metadata/agent-version.json' )
166
+ return fetch ( 'https://downloads. arduino.cc /agent-metadata/agent-version.json' )
167
167
. then ( response => response . json ( ) . then ( data => {
168
168
if ( this . agentInfo . version && ( semVerCompare ( this . agentInfo . version , data . Version ) === 0 || this . agentInfo . version . indexOf ( 'dev' ) !== - 1 || this . agentInfo . version . indexOf ( 'rc' ) !== - 1 ) ) {
169
169
return this . agentInfo ;
You can’t perform that action at this time.
0 commit comments