Skip to content

Commit

Permalink
Revert "Device.version().firmware & .api"
Browse files Browse the repository at this point in the history
This reverts commit b183381.
  • Loading branch information
jlacivita committed Aug 18, 2022
1 parent b183381 commit 22c8cd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdk",
"version": "0.8.1-beta.1",
"version": "0.8.0-beta.1",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down
31 changes: 8 additions & 23 deletions src/modules/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,9 @@
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "The Firebolt SDK version"
},
"api": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "The lateset Firebolt API vresion supported by the curent device."
},
"firmware": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "The device firmware version."
},
"os": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "**Deprecated**"
"description": "The Firebolt OS version"
},
"debug": {
"type": "string",
Expand All @@ -263,8 +255,7 @@
},
"required": [
"sdk",
"api",
"firmware"
"os"
]
}
},
Expand All @@ -277,23 +268,17 @@
"value": {
"sdk": {
"major": 0,
"minor": 8,
"minor": 5,
"patch": 0,
"readable": "Firebolt JS SDK v0.8.0"
"readable": "Firebolt JS SDK v0.5.0"
},
"api": {
"os": {
"major": 0,
"minor": 8,
"minor": 1,
"patch": 0,
"readable": "Firebolt API v0.8.0"
},
"firmware": {
"major": 1,
"minor": 2,
"patch": 3,
"readable": "Device Firmware v1.2.3"
"readable": "Firebolt OS v0.1.0"
},
"debug": "Non-parsable build info for error logging only."
"debug": ""
}
}
}
Expand Down

0 comments on commit 22c8cd4

Please sign in to comment.