Skip to content

Commit f84074b

Browse files
Merge pull request #32 from qavajs/export-memory-value
added `MemoryValue` and `Validation` types export
2 parents 5926066 + 9c851c6 commit f84074b

File tree

6 files changed

+240
-304
lines changed

6 files changed

+240
-304
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 22
14+
node-version: 24
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
1717
- run: npm run build

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13-
## [Unreleased]
13+
## [3.5.0]
1414
- :rocket: added `into` preposition to type and type chars steps
15+
- :rocket: added `MemoryValue` and `Validation` types export
1516

1617
## [3.4.0]
1718
- :rocket: added `electron` world property to interact with main electron process

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export * from './src/pageObject';
22
export * from '@qavajs/playwright-runner-adapter';
33
export * from './src/QavajsPlaywrightWorld';
44
export * from './src/QavajsPlaywrightElectronWorld';
5+
export type * from './src/types';

0 commit comments

Comments
 (0)