Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed May 2, 2024
1 parent da7d5ed commit 097f107
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"cspell": "^8.7.0",
"jns42-generator": "^0.17.3",
"jns42-generator": "^0.17.4",
"prettier": "^3.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/npm/jns42-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jns42/core",
"version": "0.3.4",
"version": "0.3.5",
"sideEffects": false,
"description": "core library",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/jns42-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jns42-generator",
"version": "0.17.3",
"version": "0.17.4",
"sideEffects": false,
"description": "generate interfaces and validators from a json schema",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@jns42/core": "^0.3.4",
"@jns42/core": "^0.3.5",
"@types/node": "^20.12.8",
"@types/yargs": "^17.0.32",
"entities": "^4.5.0",
Expand Down

0 comments on commit 097f107

Please sign in to comment.