Upgrade azimuth-watcher version

This commit is contained in:
Nabarun 2025-11-18 15:31:32 +05:30
parent ff1c2690bb
commit 0ea95ef093
11 changed files with 38 additions and 10 deletions

View File

@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.2.0",
"version": "0.2.1",
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/azimuth-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "azimuth-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/censures-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "censures-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/claims-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "claims-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/conditional-star-release-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "conditional-star-release-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/delegated-sending-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "delegated-sending-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/ecliptic-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "ecliptic-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/gateway-server",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"license": "AGPL-3.0",
"private": true,

View File

@ -2,5 +2,33 @@
{
"endpoint": "http://localhost:3001/graphql",
"prefix": "azimuth"
},
{
"endpoint": "http://localhost:3002/graphql",
"prefix": "censures"
},
{
"endpoint": "http://localhost:3003/graphql",
"prefix": "claims"
},
{
"endpoint": "http://localhost:3004/graphql",
"prefix": "conditionalStarRelease"
},
{
"endpoint": "http://localhost:3005/graphql",
"prefix": "delegatedSending"
},
{
"endpoint": "http://localhost:3006/graphql",
"prefix": "ecliptic"
},
{
"endpoint": "http://localhost:3007/graphql",
"prefix": "linearStarRelease"
},
{
"endpoint": "http://localhost:3008/graphql",
"prefix": "polls"
}
]

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/linear-star-release-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "linear-star-release-watcher",
"private": true,
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/polls-watcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "polls-watcher",
"private": true,
"main": "dist/index.js",