Skip to content

Commit

Permalink
feat: enahnce a little bit the error handling (#62)
Browse files Browse the repository at this point in the history
fixes #54
  • Loading branch information
puria authored Feb 27, 2024
1 parent b463c79 commit 67e33e1
Show file tree
Hide file tree
Showing 16 changed files with 308 additions and 272 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## [1.14.1](https://github.com/forkbombeu/ncr/compare/v1.14.0...v1.14.1) (2024-02-27)


### Bug Fixes

* read the correct version from package.json ([#60](https://github.com/forkbombeu/ncr/issues/60)) ([8e1ee56](https://github.com/forkbombeu/ncr/commit/8e1ee56dc572e7ecdede8004579a856d7be2c24b))
- read the correct version from package.json ([#60](https://github.com/forkbombeu/ncr/issues/60)) ([8e1ee56](https://github.com/forkbombeu/ncr/commit/8e1ee56dc572e7ecdede8004579a856d7be2c24b))
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# noˑcodeˑroom

### No code REST API server based on zencode natural language smart contracts
6 changes: 3 additions & 3 deletions contracts/.autorun/autorun_install_test.metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"autorun": "install",
"executed": true
}
"autorun": "install",
"executed": true
}
2 changes: 1 addition & 1 deletion contracts/http_headers.metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"http_headers": true
"http_headers": true
}
14 changes: 7 additions & 7 deletions contracts/http_headers.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "object",
"properties": {
"http_headers": {
"type": "object"
}
},
"required": ["http_headers"]
"type": "object",
"properties": {
"http_headers": {
"type": "object"
}
},
"required": ["http_headers"]
}
Loading

0 comments on commit 67e33e1

Please sign in to comment.