Skip to content

Commit 963ca30

Browse files
Merge pull request #37 from qavajs/validation-peer
Breaking change: moved _@qavajs/validation_ to peer dependencies
2 parents 3d59f95 + 94a1472 commit 963ca30

File tree

4 files changed

+72
-35
lines changed

4 files changed

+72
-35
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to the "@qavajs/steps-api" will be documented in this file.
4+
5+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
7+
:rocket: - new feature
8+
:beetle: - bugfix
9+
:x: - deprecation
10+
:pencil: - chore
11+
12+
## [0.19.0]
13+
Breaking change: moved _@qavajs/validation_ to peer dependencies
14+
After update please install latest version of @qavajs/validation package
15+
116
## 0.18.1
217
- fixed header assign order
318

package-lock.json

Lines changed: 53 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qavajs/steps-api",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "api steps for @qavajs project",
55
"main": "./index.js",
66
"scripts": {
@@ -46,10 +46,10 @@
4646
"prettier": "^3.3.0",
4747
"ts-node": "^10.9.2",
4848
"typescript": "^5.4.5",
49-
"vitest": "^1.6.0"
49+
"vitest": "^1.6.0",
50+
"@qavajs/validation": "^0.9.0"
5051
},
5152
"dependencies": {
52-
"@qavajs/validation": "^0.8.0",
5353
"ws": "^8.17.0"
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)