Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-07-17 12:39:57 +02:00
Родитель 9fd1445433
Коммит 67781deb2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 45FAE7268762B400
3 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -6,6 +6,17 @@
All notable changes to this project will be documented in this file.
## 2.2.0 - 2024-07-17
### Fixed
- fix: Adjust package.json to make `build:doc` work again and fix incorrect URL
- fix: Add example of `joinPaths` to README, remove non existing travis
### Changed
- Dependency updates
- Update npm and node engines versions to current LTS
- chore: Migrate to use Vite - drop Babel and Jest
- ci: Update workflows from organization
## 2.1.0 – 2021-09-28
### Changed
- Dependency updates

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@nextcloud/paths",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/paths",
"version": "2.1.0",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@nextcloud/paths",
"version": "2.1.0",
"version": "2.2.0",
"description": "Helper functions for working with paths in Nextcloud apps",
"type": "module",
"main": "dist/index.js",