Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from documente/v1.0.0-beta.5
Browse files Browse the repository at this point in the history
V1.0.0 beta.8
  • Loading branch information
pckerneis authored Dec 25, 2023
2 parents 475c9da + ea62cfc commit c3b158f
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 559 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documente/phrase",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.8",
"description": "A fluent automated testing library for web applications",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ export * from './interfaces/selector-tree.interface';
export * from './interfaces/statements.interface';
export * from './interfaces/target-selector.interface';
export * from './interfaces/token.interface';
export * from './normalize-eol';
export * from './splitter';
export { BuiltinActionCode } from './instructions-builder/builtin-actions';
export { BuiltinAssertionCode } from './instructions-builder/builtin-assertions';
Loading

0 comments on commit c3b158f

Please sign in to comment.