@nosana/kit 2.0.61 → 2.0.62
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/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -190,7 +190,7 @@ export { validateJobDefinition, jobSchemas } from '@nosana/types';
|
|
|
190
190
|
* Job definition types for creating Nosana jobs
|
|
191
191
|
* @group @nosana/types
|
|
192
192
|
*/
|
|
193
|
-
export type { JobDefinition, Flow, Execution, Operation, OperationType, OperationArgsMap, Ops, OpState, OperationResult, OperationResults, GPU, Resource, ResourceBase, ResourceType, Resources, RequiredResource, HFResource, OllamaResource, S3Resource, S3Auth, S3Base, S3Unsecure, S3WithBucket, S3WithBuckets, Env, Variables, Image, DockerAuth, Volume, WorkDir, Private, Meta, Task, Expose, ExposeBase, ExposedPort, UniqueExposedPorts, Port, HealthCheck, HttpHealthCheck, WebSocketHealthCheck, Log, LogTypeTuple, UniqueLogTypeTag, CMDArray, CMDString, LiteralString, Alias, Aliases, Logistic, FlowState, FlowSecrets, JobExposeSecrets,
|
|
193
|
+
export type { JobDefinition, Flow, Execution, Operation, OperationType, OperationArgsMap, Ops, OpState, OperationResult, OperationResults, GPU, Resource, ResourceBase, ResourceType, Resources, RequiredResource, HFResource, OllamaResource, S3Resource, S3Auth, S3Base, S3Unsecure, S3WithBucket, S3WithBuckets, Env, Variables, Image, DockerAuth, Volume, WorkDir, Private, Meta, Task, Expose, ExposeBase, ExposedPort, UniqueExposedPorts, Port, HealthCheck, HttpHealthCheck, WebSocketHealthCheck, Log, LogTypeTuple, UniqueLogTypeTag, CMDArray, CMDString, LiteralString, Alias, Aliases, Logistic, FlowState, FlowSecrets, JobExposeSecrets, Event, StdOption, Revision, SpreadMarker, RemoveIfEmptyMarker, Deployment as DeploymentRaw, Vault as VaultRaw, DeploymentId, EndpointSecret, EndpointStatus, webhooks, Job as TypesJob, Market as TypesMarket, Run as TypesRun, } from '@nosana/types';
|
|
194
194
|
/**
|
|
195
195
|
* @group @nosana/endpoints
|
|
196
196
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nosana/kit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.62",
|
|
4
4
|
"description": "Nosana KIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@nosana/authorization": "^0.1.7",
|
|
20
20
|
"@nosana/endpoints": "^1.0.0",
|
|
21
21
|
"@nosana/ipfs": "^0.1.2",
|
|
22
|
-
"@nosana/types": "^0.1.
|
|
22
|
+
"@nosana/types": "^0.1.24",
|
|
23
23
|
"@solana-program/compute-budget": "0.12.0",
|
|
24
24
|
"@solana-program/system": "0.10.0",
|
|
25
25
|
"@solana-program/token": "0.9.0",
|