chart2music
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -60,2 +60,3 @@ declare enum AudioNotificationType { | ||
element: HTMLElement; | ||
lang?: string; | ||
axes?: { | ||
@@ -186,3 +187,5 @@ x?: AxisData; | ||
private _hierarchyBreadcrumbs; | ||
private _language; | ||
constructor(input: SonifyTypes); | ||
static get languages(): string[]; | ||
get _groupIndex(): number; | ||
@@ -189,0 +192,0 @@ private get _currentGroupType(); |
{ | ||
"name": "chart2music", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"main": "dist/index.js", | ||
@@ -40,7 +40,7 @@ "module": "dist/index.mjs", | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js --silent --bundleConfigAsCjs && npm run build-cjs", | ||
"build": "rollup -c rollup.config.mjs --silent --bundleConfigAsCjs && npm run build-cjs", | ||
"build-cjs": "npx babel ./dist/index.mjs --out-file ./dist/index.cjs", | ||
"clean": "rimraf ./dist ./coverage", | ||
"depcheck": "depcheck", | ||
"start": "concurrently \"rollup -c rollup.config.js -w\" \"http-server .\"", | ||
"start": "concurrently \"rollup -c rollup.config.mjs -w\" \"http-server .\"", | ||
"lint": "eslint src/ --ext .ts --fix", | ||
@@ -59,6 +59,7 @@ "lint-staged": "lint-staged", | ||
"@babel/preset-env": "^7.23.8", | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "6.19.0", | ||
"@typescript-eslint/parser": "6.13.2", | ||
"@typescript-eslint/parser": "6.19.1", | ||
"concurrently": "8.2.2", | ||
@@ -68,5 +69,5 @@ "depcheck": "1.4.7", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-jsdoc": "48.0.2", | ||
"eslint-plugin-jsdoc": "48.0.4", | ||
"http-server": "14.1.1", | ||
"husky": "8.0.3", | ||
"husky": "9.0.6", | ||
"jest": "28.1.3", | ||
@@ -77,3 +78,3 @@ "jest-environment-jsdom": "29.7.0", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.9.5", | ||
"rollup": "4.9.6", | ||
"rollup-plugin-delete": "2.0.0", | ||
@@ -84,3 +85,6 @@ "rollup-plugin-dts": "6.1.0", | ||
"typescript": "5.3.3" | ||
}, | ||
"dependencies": { | ||
"@formatjs/intl": "^2.9.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
792607
21323
1
27
+ Added@formatjs/intl@^2.9.11
+ Added@formatjs/ecma402-abstract@2.2.4(transitive)
+ Added@formatjs/fast-memoize@2.2.3(transitive)
+ Added@formatjs/icu-messageformat-parser@2.9.4(transitive)
+ Added@formatjs/icu-skeleton-parser@1.8.8(transitive)
+ Added@formatjs/intl@2.10.15(transitive)
+ Added@formatjs/intl-displaynames@6.8.5(transitive)
+ Added@formatjs/intl-listformat@7.7.5(transitive)
+ Added@formatjs/intl-localematcher@0.5.8(transitive)
+ Addedintl-messageformat@10.7.7(transitive)
+ Addedtslib@2.8.1(transitive)