@neuracore/types 7.3.0 → 7.4.0

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.
@@ -1841,6 +1841,7 @@ export declare enum Type2 {
1841
1841
  * Enumeration of supported dataset types.
1842
1842
  */
1843
1843
  export declare enum DatasetTypeConfig {
1844
+ MCAP = "MCAP",
1844
1845
  RLDS = "RLDS",
1845
1846
  LEROBOT = "LEROBOT",
1846
1847
  TFDS = "TFDS"
@@ -224,6 +224,7 @@ var Type2;
224
224
  */
225
225
  var DatasetTypeConfig;
226
226
  (function (DatasetTypeConfig) {
227
+ DatasetTypeConfig["MCAP"] = "MCAP";
227
228
  DatasetTypeConfig["RLDS"] = "RLDS";
228
229
  DatasetTypeConfig["LEROBOT"] = "LEROBOT";
229
230
  DatasetTypeConfig["TFDS"] = "TFDS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",