Skip to content

Commit ca2e790

Browse files
maximtopslvvko
authored andcommitted
fix types export
Squashed commit of the following: commit 63f3660 Author: Maxim Topciu <[email protected]> Date: Mon Dec 2 19:00:26 2024 +0200 revert node version commit cc06246 Author: Maxim Topciu <[email protected]> Date: Mon Dec 2 18:57:01 2024 +0200 specify supported version commit c07bf1a Author: Maxim Topciu <[email protected]> Date: Mon Dec 2 18:55:36 2024 +0200 bump version in the package.json commit a7f2191 Author: Maxim Topciu <[email protected]> Date: Mon Dec 2 18:54:34 2024 +0200 add changelog commit 55417af Author: Maxim Topciu <[email protected]> Date: Fri Nov 29 12:35:06 2024 +0200 fix types
1 parent e3492e7 commit ca2e790

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ExtendedCss Changelog
22

3+
## [2.0.59] - 2024-12-02
4+
5+
### Added
6+
7+
- Types declaration to the exports field in the package.json.
8+
9+
[2.0.59]: https://github.com/AdguardTeam/ExtendedCss/compare/v2.0.58...v2.0.59
10+
311
## [2.0.56]
412

513
### Fixed

bamboo-specs/increment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99

1010
stages:
1111
- Increment:
12-
manual: false
12+
manual: true
1313
final: false
1414
jobs:
1515
- Increment

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/extended-css",
3-
"version": "2.0.58",
3+
"version": "2.0.59",
44
"description": "AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.",
55
"main": "dist/extended-css.umd.js",
66
"module": "dist/extended-css.esm.js",
@@ -12,11 +12,12 @@
1212
"./package.json": "./package.json",
1313
".": {
1414
"require": "./dist/extended-css.umd.js",
15-
"import": "./dist/extended-css.esm.js"
15+
"import": "./dist/extended-css.esm.js",
16+
"types": "./dist/types/src/index.d.ts"
1617
}
1718
},
1819
"engines": {
19-
"node": ">=14"
20+
"node": ">=16"
2021
},
2122
"scripts": {
2223
"build": "ts-node tools/build",

0 commit comments

Comments
 (0)