8000 Regenerate client from commit 1b84fd4 of spec repo (#51) · arduino/iot-client-js@06d4c31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d4c31

Browse files
github-actions[bot]ArduinoBotPaolo Calao
authored
Regenerate client from commit 1b84fd4 of spec repo (#51)
* Regenerate client from commit 1b84fd4 of spec repo * Update ArduinoWidgetv2.js Co-authored-by: ArduinoBot <arduinobot@arduino.cc> Co-authored-by: Paolo Calao <p.calao@arduino.cc>
1 parent 5990152 commit 06d4c31

File tree

69 files changed

+1885
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1885
-59
lines changed

.apigentools-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"spec_versions": {
55
"v2": {
66
"apigentools_version": "1.1.0",
7-
"regenerated": "2021-09-02 14:52:56.443900",
8-
"spec_repo_commit": "4b701bb"
7+
"regenerated": "2021-09-30 08:17:03.876087",
8+
"spec_repo_commit": "1b84fd4"
99
}
1010
}
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arduino/arduino-iot-client",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "Provides_a_set_of_endpoints_to_manage_Arduino_IoT_Cloud_Devices_Things_Properties_and_Timeseries__This_API_can_be_called_just_with_any_HTTP_Client_or_using_one_of_these_clients__Javascript_NPM_package_https__www_npmjs_com_package_arduino_arduino_iot_client__Python_PYPI_Package_https__pypi_org_project_arduino_iot_client___Golang_Module_https__github_com_arduino_iot_client_go",
55
"license": "GPLv3",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.3.7
20+
* @version 1.3.8
2121
*/
2222

2323
/**

0 commit comments

Comments
 (0)
0