Skip to content

Commit

Permalink
patch schema transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Aug 15, 2024
1 parent 6c77ec3 commit 5c7b241
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
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": "^2.0.0",
"@nrfcloud/ts-json-schema-transformer": "^2.0.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
Expand Down
8 changes: 4 additions & 4 deletions 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.7.0",
"@nornir/core": "workspace:^",
"@nrfcloud/ts-json-schema-transformer": "^2.0.0",
"@nrfcloud/ts-json-schema-transformer": "^2.0.1",
"@types/aws-lambda": "^8.10.115",
"ajv": "^8.16.0",
"atlassian-openapi": "^1.0.18",
Expand Down Expand Up @@ -39,9 +39,6 @@
"ts-patch": "^3.2.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18.0.0",
"npm": "please use pnpm",
Expand Down Expand Up @@ -74,6 +71,9 @@
"README.md"
],
"license": "MIT",
"peerDependencies": {
"typescript": "^5.5.4"
},
"scripts": {
"//10": "The following scripts are also available from the scripts package",
"//20": "You can also override them by specifying them here",
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": "^2.0.0",
"@nrfcloud/ts-json-schema-transformer": "^2.0.1",
"@types/aws-lambda": "^8.10.115",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
Expand Down
18 changes: 9 additions & 9 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 5c7b241

Please sign in to comment.