midifile-ts
Advanced tools
Comparing version 1.3.4 to 1.4.0
@@ -1,5 +0,1 @@ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var MIDIChannelEvents = { | ||
@@ -874,12 +870,3 @@ noteOff: 0x08, | ||
exports.MIDIChannelEvents = MIDIChannelEvents; | ||
exports.MIDIControlEventNames = MIDIControlEventNames; | ||
exports.MIDIControlEvents = MIDIControlEvents; | ||
exports.MIDIMetaEventNames = MIDIMetaEventNames; | ||
exports.MIDIMetaEvents = MIDIMetaEvents; | ||
exports.Stream = Stream; | ||
exports.deserialize = deserialize; | ||
exports.deserializeSingleEvent = deserializeSingleEvent; | ||
exports.read = read; | ||
exports.serialize = serialize; | ||
exports.write = write; | ||
export { MIDIChannelEvents, MIDIControlEventNames, MIDIControlEvents, MIDIMetaEventNames, MIDIMetaEvents, Stream, deserialize, deserializeSingleEvent, read, serialize, write }; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
module.exports = { | ||
export default { | ||
preset: "ts-jest", | ||
testEnvironment: "node", | ||
} |
{ | ||
"name": "midifile-ts", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
@@ -8,0 +9,0 @@ "build": "rollup -c", |
@@ -7,5 +7,6 @@ import ts from "@wessberg/rollup-plugin-ts" | ||
file: "dist/index.js", | ||
format: "cjs" | ||
format: "esm", | ||
sourcemap: true, | ||
}, | ||
plugins: [ts()] | ||
plugins: [ts()], | ||
} |
@@ -5,3 +5,3 @@ { | ||
"target": "es5", | ||
"module": "es2015", | ||
"module": "ESNext", | ||
"esModuleInterop": true, | ||
@@ -8,0 +8,0 @@ "strictNullChecks": true, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184355
Yes
2499