busroot-sdk 0.0.8-dev.2804783613 → 0.0.8-dev.2812449613

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,7 +161,7 @@ Enable MQTT support to receive live updates from your shop floor:
161
161
  ### 🔍 Flexible Querying
162
162
 
163
163
  Query historical data with flexible filters:
164
- - Date ranges
164
+ - Date ranges (as range codes — see https://docs.output.industries/technical-onboarding/integration/range-codes/)
165
165
  - Station selection
166
166
  - Time interval aggregation
167
167
  - Production schedules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "busroot-sdk",
3
- "version": "0.0.8-dev.2804783613",
3
+ "version": "0.0.8-dev.2812449613",
4
4
  "description": "An SDK for accessing Busroot from output.industries",
5
5
  "homepage": "https://www.output.industries",
6
6
  "main": "./build/index.js",