Skip to content

Commit

Permalink
Merge pull request #174 from ty-ras/issue/173-update-backend-packages
Browse files Browse the repository at this point in the history
#173 Updating BE package with Node server and IO-…
  • Loading branch information
stazz committed Jan 20, 2024
2 parents 87a1703 + 014294c commit 40b1b5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/backend-node-io-ts-openapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-node-io-ts-openapi",
"version": "2.2.0",
"version": "2.4.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "346799+stazz@users.noreply.github.com",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@ty-ras/server-node": "^2.2.0",
"@ty-ras/data-backend-io-ts": "^2.0.2",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.0",
"@ty-ras/metadata-jsonschema-io-ts": "^2.0.1",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-io-ts": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-node-io-ts-openapi/yarn.lock
Expand Up @@ -490,10 +490,10 @@
dependencies:
"@ty-ras/protocol" "^2.0.0"

"@ty-ras/endpoint-spec@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.0.1.tgz#7bdeb33d125bad3c42a959fbcd178b805a602ca9"
integrity sha512-mLeqUGx8t6d7jIp2aedQT0kZwh63DIjhLWdV+nCHm6KWEnaRZuTw9Q5Sv3VIW1dalTyX1mSW7T+2GWKVMN1ipA==
"@ty-ras/endpoint-spec@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.0.tgz#0be0f46c559778775d718d80b3b4a59a66e6aa38"
integrity sha512-yKmdieyG9mSnZpPVkivz2hW1z+gGQKyq6CmgNfM8ZexogJPGjttzqrXVeEg80Pk9D4k8Iz/Loo6NhvZZIRV93Q==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion versions/node
@@ -1 +1 @@
18
18.18.2

0 comments on commit 40b1b5d

Please sign in to comment.