Skip to content

Commit

Permalink
liblab SDK update for version v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Sep 6, 2024
1 parent 425ba2f commit d5a911e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"liblabVersion": "2.1.31",
"date": "2024-09-05T21:55:00.842Z",
"date": "2024-09-06T14:42:21.566Z",
"config": {
"language": "go",
"apiId": 1126,
Expand All @@ -24,15 +24,15 @@
],
"githubRepoName": "salad-cloud-imds-sdk-dotnet",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
},
"go": {
"goModuleName": "github.com/saladtechnologies/salad-cloud-imds-sdk-go",
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -56,7 +56,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-java",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -99,7 +99,7 @@
}
],
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -122,7 +122,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-javascript",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -156,13 +156,13 @@
},
"multiTenant": true,
"hooksLocation": {
"bucketKey": "7017/hooks.zip",
"bucketKey": "7034/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": false,
"goModuleName": "github.com/saladtechnologies/salad-cloud-imds-sdk-go",
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"targetBranch": "main",
"deliveryMethod": "zip",
"hooks": {
Expand Down Expand Up @@ -224,7 +224,6 @@
"pkg/shared/salad_cloud_imds_sdk_response.go",
"pkg/shared/salad_cloud_imds_sdk_error.go",
"pkg/saladcloudimdssdkconfig/environments.go",
"./LICENSE",
".env.example",
"documentation/snippets/v1-reallocate-post.md",
"documentation/snippets/v1-status-get.md",
Expand Down

0 comments on commit d5a911e

Please sign in to comment.