joethei / obsidian-tts

Text to speech for Obsidian. Hear your notes.
GNU General Public License v3.0
78 stars 11 forks source link

[Snyk] Upgrade tinyld from 1.2.3 to 1.3.0 #19

Closed snyk-bot closed 1 year ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade tinyld from 1.2.3 to 1.3.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: tinyld
  • 1.3.0 - 2022-07-23

    Description

    • Few Chores
      • Update Tatoeba Dataset
      • Update Node to 18.x
      • Update Dependencies (typescript, esbuild, ...)
    • Tuning
      • Increase the amount for chunk being analyzed for long text #14
      • Change a bit verbose log to be more readable
    detect('これは日本語です.', { verbose: true })
    • Few Fixes
      • Fix a compatibility issue between Deno and esbuild #12
      • Fix an issue with ESM, the library is now exported in 2 flavor, the node ESM and the browser ESM. This is managed in package.json #13
    "exports": {
        ".": {
          "require": "./dist/tinyld.normal.node.js",
          "import": "./dist/tinyld.normal.node.mjs",
          "browser": "./dist/tinyld.normal.browser.js"
        },
        "./light": {
          "require": "./dist/tinyld.light.node.js",
          "import": "./dist/tinyld.light.node.mjs",
          "browser": "./dist/tinyld.light.browser.js"
        }
    },
  • 1.2.3 - 2022-01-22

    Description

    Small maintenance version

    • Update few dependencies
    • Fix and issue related to TS types (#9)
    • Update documentation

    Type Declaration

    Npm repository does not contains the src/ folder anymore, but type definitions directly in the dist folder.

    image

from tinyld GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs