Skip to content

Commit

Permalink
Merge pull request #67 from tago-io/SDK-24-fix-deprecated-origin-type
Browse files Browse the repository at this point in the history
fix: make deprecated origin type optional [SDK-24]
  • Loading branch information
felipefdl authored Apr 4, 2022
2 parents fd1092c + 97c7270 commit 89f0d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tago-io/sdk",
"version": "10.7.0",
"version": "10.7.1",
"description": "TagoIO SDK for JavaScript in the browser and Node.js",
"author": "Tago LLC",
"homepage": "https://tago.io",
Expand Down
2 changes: 1 addition & 1 deletion src/common/common.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface Data {
*
* @deprecated Deprecating this in favor of `device`.
*/
origin: GenericID;
origin?: GenericID;
/**
* Name of the variable for the data.
*/
Expand Down

0 comments on commit 89f0d83

Please sign in to comment.