Skip to content

Commit

Permalink
liblab SDK update v0.9.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico authored Oct 5, 2024
1 parent b1cf487 commit 3a126b4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"liblabVersion": "2.4.0",
"date": "2024-09-17T04:36:03.839Z",
"liblabVersion": "2.5.1",
"date": "2024-10-05T04:00:42.013Z",
"config": {
"apiId": 1126,
"sdkName": "salad-cloud-imds-sdk",
Expand Down Expand Up @@ -33,7 +33,7 @@
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"java": {
Expand All @@ -57,11 +57,11 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"python": {
"alwaysInitializeOptionals": true,
"alwaysInitializeOptionals": false,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -100,7 +100,7 @@
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main"
},
"typescript": {
Expand All @@ -123,8 +123,9 @@
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.3",
"targetBranch": "main"
"sdkVersion": "0.9.0-alpha.4",
"targetBranch": "main",
"generateEnumAs": "enum"
}
},
"publishing": {
Expand Down Expand Up @@ -155,7 +156,7 @@
},
"multiTenant": true,
"hooksLocation": {
"bucketKey": "7207/hooks.zip",
"bucketKey": "7538/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": false,
Expand Down Expand Up @@ -185,7 +186,7 @@
"httpLibrary": {
"name": "axios",
"packages": {
"axios": "^1.7.4"
"axios": "^1.7.7"
},
"languages": ["typescript"]
},
Expand Down

0 comments on commit 3a126b4

Please sign in to comment.