@smartspectra/node-sdk 3.2.0-rc.6 → 3.2.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -149,16 +149,6 @@ generated from the SDK's bundled TypeScript declarations so it tracks the
149
149
  published package. For which metrics to request and how to read the decoded
150
150
  payloads, see the [metrics guide](docs/metrics.md).
151
151
 
152
- <!-- The two members below are not yet emitted by docs-site/scripts/generate-api.ts
153
- (it doesn't capture fields on the ambient `declare class`); documented here
154
- until that generator gap is fixed, then they move to the API reference. -->
155
- Two instance members aren't yet in the generated reference:
156
-
157
- | Member | Type | Notes |
158
- | --- | --- | --- |
159
- | `sdk.processingStatus` | `ProcessingStatusValue` | Current processing status (read-only). |
160
- | `SmartSpectraSDK.version` | `string` | Static; the SDK package version. |
161
-
162
152
  ## Electron integration
163
153
 
164
154
  Runnable sample at [electron-quickstart](https://github.com/Presage-Security/SmartSpectra/tree/main/nodejs/samples/electron-quickstart).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspectra/node-sdk",
3
- "version": "3.2.0-rc.6",
3
+ "version": "3.2.0-rc.7",
4
4
  "description": "Node.js (Electron) FFI binding for SmartSpectra vitals measurement",
5
5
  "author": "Presage Technologies, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -65,10 +65,10 @@
65
65
  "dependencies": {
66
66
  "koffi": "^2.10.0",
67
67
  "protobufjs": "^7.5.0",
68
- "@smartspectra/node-sdk-linux-x64": "3.2.0-rc.6",
69
- "@smartspectra/node-sdk-linux-arm64": "3.2.0-rc.6",
70
- "@smartspectra/node-sdk-darwin-arm64": "3.2.0-rc.6",
71
- "@smartspectra/node-sdk-win32-x64": "3.2.0-rc.6"
68
+ "@smartspectra/node-sdk-linux-x64": "3.2.0-rc.7",
69
+ "@smartspectra/node-sdk-linux-arm64": "3.2.0-rc.7",
70
+ "@smartspectra/node-sdk-darwin-arm64": "3.2.0-rc.7",
71
+ "@smartspectra/node-sdk-win32-x64": "3.2.0-rc.7"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "^20.0.0",