@stinkycomputing/sesame-editor-api 1.0.0-alpha.1 → 1.0.0-alpha.3

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.
@@ -2,7 +2,7 @@
2
2
  * Core node type definitions shared between the config editor and all plugins.
3
3
  * Plugins import these types to describe their own node types.
4
4
  */
5
- export type MetadataFormat = 'json' | 'protobuf/transport-status' | 'protobuf/audio-state' | 'protobuf/transport-control' | 'protobuf/audio-control';
5
+ export type MetadataFormat = 'json' | 'binary' | 'protobuf/transport-status' | 'protobuf/audio-state' | 'protobuf/transport-control' | 'protobuf/audio-control';
6
6
  export interface PortDef {
7
7
  /** Display label shown next to the handle. */
8
8
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stinkycomputing/sesame-editor-api",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "Plugin API types for Sesame config editor",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "LICENSE"
11
11
  ],
12
12
  "dependencies": {
13
- "@stinkycomputing/sesame-interop": "^1.5.0-alpha.1"
13
+ "@stinkycomputing/sesame-interop": "^1.5.0-alpha.4"
14
14
  },
15
15
  "devDependencies": {
16
16
  "typescript": "^5.5.4"