@jeffy-g/live-midi-types 0.2.0 → 0.3.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.
package/dist/project.d.ts CHANGED
@@ -37,7 +37,7 @@ export type TTrackInfo<T extends Record<string, any>> = {
37
37
  */
38
38
  clips: Record<string, TClipSummary<T>>;
39
39
  };
40
- export type TParsedLiveAlsProject<T extends Record<string, any>> = {
40
+ export type TParsedAbletonLiveSet<T extends Record<string, any>> = {
41
41
  /**
42
42
  * Ableton Live のプロジェクト名
43
43
  * 通常、拡張子を除いた als file name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffy-g/live-midi-types",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Common TypeScript types for Ableton Live MIDI clip and event data.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",