Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VKCOM/vkjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: VKCOM/vkjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 14, 2024

  1. fix(package.json): add default field to exports (#582)

    При запуске **ESLint** с расширением `*.cjs` (`.eslintrc.cjs`), скрипт пытается зарезолвить модули как commonjs, поэтому в "exports" ищет поля `require` или `default`. Т.к. `require` нам не подходит, т.к. с **v2.0.0** перешли на **ESM**, то указываем `default` дублирующий по значению `import`.
    
    Также удалил уже не актуальное поле `"main"`.
    inomdzhon authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    babdc0a View commit details
    Browse the repository at this point in the history
  2. v2.0.1

    actions-user committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4b128c5 View commit details
    Browse the repository at this point in the history
Loading