Skip to content

Commit d13fd9b

Browse files
committed
chore(release): v0.8.8
- zone_rec: delete request has id in param
1 parent 5287f1f commit d13fd9b

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,3 @@ ignore/
108108
out
109109
config.yml
110110
.release/
111-
.release/

.release

Submodule .release updated 1 file

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

77
### Unreleased
88

9+
### [0.8.8] - 2026-03-25
10+
11+
- zone_rec: delete request has id in param
12+
913
### [0.8.7] - 2026-03-25
1014

1115
- convert to ESM (#18)
@@ -117,3 +121,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
117121
[0.8.4]: https://github.com/NicTool/validate/releases/tag/v0.8.4
118122
[0.8.5]: https://github.com/NicTool/validate/releases/tag/v0.8.5
119123
[0.8.7]: https://github.com/NicTool/validate/releases/tag/v0.8.7
124+
[0.8.8]: https://github.com/NicTool/validate/releases/tag/v0.8.8

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This handcrafted artisanal software is brought to you by:
44

5-
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/validate/commits?author=msimerson">26</a>) |
5+
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/validate/commits?author=msimerson">27</a>) |
66
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
77

88
<sub>this file is generated by [.release](https://github.com/msimerson/.release).

lib/zone_record.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,5 @@ export const GET_res = Joi.object({
237237
export const POST = v3.fork(['id', 'ttl'], (schema) => schema.optional())
238238

239239
export const DELETE = Joi.object({
240-
id: id,
241240
deleted: Joi.boolean(),
242241
})

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nictool/validate",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "NicTool Object Validation",
55
"type": "module",
66
"files": [
@@ -48,13 +48,13 @@
4848
},
4949
"homepage": "https://github.com/NicTool/validate#readme",
5050
"devDependencies": {
51-
"eslint": "^10.0.3",
51+
"eslint": "^10.1.0",
5252
"@eslint/js": "^10.0.1",
5353
"eslint-config-prettier": "^10.1.8",
5454
"globals": "^17.4.0"
5555
},
5656
"dependencies": {
57-
"joi": "^18.0.2",
57+
"joi": "^18.1.1",
5858
"joi-password": "^4.3.0"
5959
},
6060
"prettier": {

0 commit comments

Comments
 (0)