chart2music
Advanced tools
Comparing version 1.12.2 to 1.13.0
@@ -248,2 +248,2 @@ declare enum AudioNotificationType { | ||
export { SonifyTypes as C2MChartConfig, c2m, c2mChart, c2mChart as default }; | ||
export { type SonifyTypes as C2MChartConfig, c2m, c2mChart, c2mChart as default }; |
{ | ||
"name": "chart2music", | ||
"version": "1.12.2", | ||
"version": "1.13.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "commonjs", | ||
"types": "dist/index.d.ts", | ||
@@ -38,3 +40,4 @@ "description": "Turns charts into music so the blind can hear data", | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js --silent", | ||
"build": "rollup -c rollup.config.js --silent --bundleConfigAsCjs && npm run build-cjs", | ||
"build-cjs": "npx babel ./dist/index.mjs --out-file ./dist/index.cjs", | ||
"clean": "rimraf ./dist ./coverage", | ||
@@ -52,11 +55,15 @@ "depcheck": "depcheck", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "11.1.4", | ||
"@babel/cli": "^7.23.4", | ||
"@babel/core": "^7.23.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/preset-env": "^7.23.8", | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "6.7.3", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"concurrently": "8.2.1", | ||
"depcheck": "1.4.6", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-jsdoc": "46.8.2", | ||
"@typescript-eslint/eslint-plugin": "6.19.0", | ||
"@typescript-eslint/parser": "6.13.2", | ||
"concurrently": "8.2.2", | ||
"depcheck": "1.4.7", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-jsdoc": "48.0.2", | ||
"http-server": "14.1.1", | ||
@@ -66,12 +73,12 @@ "husky": "8.0.3", | ||
"jest-environment-jsdom": "29.7.0", | ||
"lint-staged": "14.0.1", | ||
"prettier": "3.0.3", | ||
"lint-staged": "15.2.0", | ||
"prettier": "3.2.4", | ||
"rimraf": "5.0.5", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-dts": "4.2.3", | ||
"rollup": "4.9.5", | ||
"rollup-plugin-delete": "2.0.0", | ||
"rollup-plugin-dts": "6.1.0", | ||
"ts-jest": "28.0.8", | ||
"tslib": "2.6.2", | ||
"typescript": "4.9.5" | ||
"typescript": "5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
310462
7
7659
26