@nosana/node 1.1.3-rc → 1.1.4-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json
CHANGED
|
@@ -152,11 +152,6 @@ export class ApiHandler {
|
|
|
152
152
|
this.api.post('/job/:jobId/group/:group/operation/:opId/stop', stopOperationHandler);
|
|
153
153
|
this.api.post('/job/:jobId/group/:group/stop', stopGroupOperationHandler);
|
|
154
154
|
this.api.post('/job/:jobId/stop', postServiceStopRoute);
|
|
155
|
-
// Deprecated routes
|
|
156
|
-
this.api.get('/job-result/:jobId', getJobResultsRoute);
|
|
157
|
-
this.api.get('/service/url/:jobId', getServiceUrlRoute);
|
|
158
|
-
this.api.post('/job-definition/:jobId', postJobDefinitionRoute);
|
|
159
|
-
this.api.post('/service/stop/:jobId', postServiceStopRoute);
|
|
160
155
|
}
|
|
161
156
|
async listen() {
|
|
162
157
|
if (this.server) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nosana/node",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4-rc",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@nosana/node",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.4-rc",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@coral-xyz/anchor": "^0.28.1-beta.1",
|