Skip to content

Commit

Permalink
Merge pull request #177 from ty-ras/issue/173-update-remaining-backen…
Browse files Browse the repository at this point in the history
…d-packages

#173 Updating the remaining backend packages to n…
  • Loading branch information
stazz authored Jan 20, 2024
2 parents 5631de8 + 82fc523 commit e885a5d
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions code/backend-express-io-ts-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-express-io-ts-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-express": "^2.1.0",
"@ty-ras/data-backend-io-ts": "^2.0.2",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@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-express-io-ts-openapi/yarn.lock
Original file line number Diff line number Diff line change
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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-express-runtypes-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-express-runtypes-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-express": "^2.1.0",
"@ty-ras/data-backend-runtypes": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-runtypes": "^2.0.0",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-runtypes": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-express-runtypes-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-express-zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-express-zod-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-express": "^2.1.0",
"@ty-ras/data-backend-zod": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-zod": "^2.0.1",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-zod": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-express-zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-fastify-io-ts-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-fastify-io-ts-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-fastify": "^2.0.0",
"@ty-ras/data-backend-io-ts": "^2.0.2",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@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-fastify-io-ts-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-fastify-runtypes-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-fastify-runtypes-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-fastify": "^2.0.0",
"@ty-ras/data-backend-runtypes": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-runtypes": "^2.0.0",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-runtypes": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-fastify-runtypes-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-fastify-zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-fastify-zod-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-fastify": "^2.0.0",
"@ty-ras/data-backend-zod": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-zod": "^2.0.1",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-zod": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-fastify-zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-koa-io-ts-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-koa-io-ts-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-koa": "^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.1",
"@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-koa-io-ts-openapi/yarn.lock
Original file line number Diff line number Diff line change
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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-koa-runtypes-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-koa-runtypes-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-koa": "^2.2.0",
"@ty-ras/data-backend-runtypes": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-runtypes": "^2.0.0",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-runtypes": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-koa-runtypes-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-koa-zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-koa-zod-openapi",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ty-ras/server-koa": "^2.2.0",
"@ty-ras/data-backend-zod": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-zod": "^2.0.1",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-zod": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-koa-zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-node-runtypes-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-node-runtypes-openapi",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@ty-ras/server-node": "^2.2.0",
"@ty-ras/data-backend-runtypes": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-runtypes": "^2.0.0",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-runtypes": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-node-runtypes-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/backend-node-zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/backend-node-zod-openapi",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@ty-ras/server-node": "^2.2.0",
"@ty-ras/data-backend-zod": "^2.0.0",
"@ty-ras/endpoint-spec": "^2.0.1",
"@ty-ras/endpoint-spec": "^2.1.1",
"@ty-ras/metadata-jsonschema-zod": "^2.0.1",
"@ty-ras/metadata-openapi": "^2.0.2",
"@ty-ras/state-zod": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions code/backend-node-zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@ty-ras/endpoint-spec/-/endpoint-spec-2.1.1.tgz#bef7c85a39c0777c9bdce8eea46e9f9ecb881d12"
integrity sha512-M3pXOyJA8FWVSBvSPCkDXZS0O8bUlt8k9YOm7vsK2VNA00a5pmRuKU17atxT1FiS6TbhRtch704m2MgNMNr9kA==
dependencies:
"@ty-ras/endpoint" "^2.0.0"
"@ty-ras/metadata" "^2.0.0"
Expand Down

0 comments on commit e885a5d

Please sign in to comment.