Skip to content

Commit

Permalink
Merge pull request #22 from jfrconley/joco/update-schema-transformer
Browse files Browse the repository at this point in the history
update schema transformer
  • Loading branch information
jfrconley authored Mar 11, 2024
2 parents 4759736 + 628146a commit 0d23c26
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/fair-radios-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@nornir/core": patch
"@nornir/rest": patch
---

update schema transformer
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "John Conley",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@nrfcloud/ts-json-schema-transformer": "^1.4.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.5.4",
"@nornir/core": "workspace:^",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@nrfcloud/ts-json-schema-transformer": "^1.4.1",
"@types/aws-lambda": "^8.10.115",
"ajv": "^8.12.0",
"atlassian-openapi": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@nrfcloud/ts-json-schema-transformer": "^1.4.1",
"@types/aws-lambda": "^8.10.115",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d23c26

Please sign in to comment.