Skip to content

Commit

Permalink
fix types export
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maximtop authored and slavaleleka committed Dec 2, 2024
1 parent e3492e7 commit ca2e790
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ExtendedCss Changelog

## [2.0.59] - 2024-12-02

### Added

- Types declaration to the exports field in the package.json.

[2.0.59]: https://github.com/AdguardTeam/ExtendedCss/compare/v2.0.58...v2.0.59

## [2.0.56]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:

stages:
- Increment:
manual: false
manual: true
final: false
jobs:
- Increment
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/extended-css",
"version": "2.0.58",
"version": "2.0.59",
"description": "AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.",
"main": "dist/extended-css.umd.js",
"module": "dist/extended-css.esm.js",
Expand All @@ -12,11 +12,12 @@
"./package.json": "./package.json",
".": {
"require": "./dist/extended-css.umd.js",
"import": "./dist/extended-css.esm.js"
"import": "./dist/extended-css.esm.js",
"types": "./dist/types/src/index.d.ts"
}
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "ts-node tools/build",
Expand Down

0 comments on commit ca2e790

Please sign in to comment.