effect-web-midi 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "effect-web-midi",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "Effect WEB MIDI",
6
6
  "license": "MIT",
package/src/EMIDIInput.ts CHANGED
@@ -133,12 +133,12 @@ export {
133
133
  // openPortConnectionByPort,
134
134
  } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPort.ts'
135
135
  export {
136
- openInputConnectionByPortIdAndAccess as openConnectionById,
136
+ openInputConnectionByPortIdAndAccess as openConnectionByIdAndAccess,
137
137
  // openOutputConnectionByPortIdAndAccess,
138
138
  // openPortConnectionByPortIdAndAccess,
139
139
  } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPortIdAndAccess.ts'
140
140
  export {
141
- openInputConnectionByPortIdInContext as openConnectionByIdAndAccess,
141
+ openInputConnectionByPortIdInContext as openConnectionById,
142
142
  // openOutputConnectionByPortIdInContext,
143
143
  // openPortConnectionByPortIdInContext,
144
144
  } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPortIdInContext.ts'