File tree Expand file tree Collapse file tree 11 files changed +37
-26
lines changed Expand file tree Collapse file tree 11 files changed +37
-26
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: b863a9b5-6231-49a5-af17-282115e1a208
33management:
44 docChecksum: 6ae23d08576a5c4f2da96f72bbcb8ec1
55 docVersion: 0.2.5
6- speakeasyVersion: 1.563.1
7- generationVersion: 2.629.1
8- releaseVersion: 0.3.4
9- configChecksum: f2fa6f965b6ff88d6511ac75c055940e
6+ speakeasyVersion: 1.563.4
7+ generationVersion: 2.630.6
8+ releaseVersion: 0.3.5
9+ configChecksum: 9768b607a97e574a68fe192c9af8fb6a
1010 repoURL: https://github.com/cloudinary/environment-config-js.git
1111 installationURL: https://github.com/cloudinary/environment-config-js
1212 published: true
@@ -32,7 +32,7 @@ features:
3232 responseFormat: 0.2.3
3333 retries: 2.83.0
3434 sdkHooks: 0.3.0
35- unions: 2.85.9
35+ unions: 2.85.10
3636generatedFiles:
3737 - .devcontainer/README.md
3838 - .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ generation:
2121 oAuth2PasswordEnabled : true
2222 sdkHooksConfigAccess : true
2323typescript :
24- version : 0.3.4
24+ version : 0.3.5
2525 additionalDependencies :
2626 dependencies : {}
2727 devDependencies : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.563.1
1+ speakeasyVersion: 1.563.4
22sources:
33 Config API:
44 sourceNamespace: environment-config-api
@@ -10,10 +10,11 @@ sources:
1010 - 0.2.2
1111 Environment Config API:
1212 sourceNamespace: environment-config-api
13- sourceRevisionDigest: sha256:478edf3754c8bec7b06f63ed00a8f4324b7da6f71f5c51bc0eb6bc067dbb2b2a
13+ sourceRevisionDigest: sha256:1ac29906d63e3cf310379d0d613acde21829840e98ca6ce3fc8876286110616e
1414 sourceBlobDigest: sha256:cac75f7881f552e789562032fe238e7ad84b39471c71f74668cbdcdaa68e8efb
1515 tags:
1616 - latest
17+ - speakeasy-sdk-regen-1750158079
1718 - 0.2.5
1819targets:
1920 config-js:
@@ -26,10 +27,10 @@ targets:
2627 environment-config-js:
2728 source: Environment Config API
2829 sourceNamespace: environment-config-api
29- sourceRevisionDigest: sha256:478edf3754c8bec7b06f63ed00a8f4324b7da6f71f5c51bc0eb6bc067dbb2b2a
30+ sourceRevisionDigest: sha256:1ac29906d63e3cf310379d0d613acde21829840e98ca6ce3fc8876286110616e
3031 sourceBlobDigest: sha256:cac75f7881f552e789562032fe238e7ad84b39471c71f74668cbdcdaa68e8efb
3132 codeSamplesNamespace: environment-config-api-typescript-code-samples
32- codeSamplesRevisionDigest: sha256:2179d59965cd082e983c42d74a3603bb9febf7cbcd7017e94260d0af2acbfae0
33+ codeSamplesRevisionDigest: sha256:eb4b9003c6accf5568ab191d93b7d975c4024edd5af98715d1b1ef6ba2516c91
3334workflow:
3435 workflowVersion: 1.0.0
3536 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -68,4 +68,14 @@ Based on:
6868### Generated
6969- [ typescript v0.3.3] .
7070### Releases
71- - [ NPM v0.3.3] https://www.npmjs.com/package/@cloudinary/config/v/0.3.3 - .
71+ - [ NPM v0.3.3] https://www.npmjs.com/package/@cloudinary/config/v/0.3.3 - .
72+
73+ ## 2025-06-17 11:01:03
74+ ### Changes
75+ Based on:
76+ - OpenAPI Doc
77+ - Speakeasy CLI 1.563.4 (2.630.6) https://github.com/speakeasy-api/speakeasy
78+ ### Generated
79+ - [ typescript v0.3.5] .
80+ ### Releases
81+ - [ NPM v0.3.5] https://www.npmjs.com/package/@cloudinary/environment-config/v/0.3.5 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @cloudinary/environment-config" ,
5- "version" : " 0.3.4 " ,
5+ "version" : " 0.3.5 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudinary/environment-config" ,
3- "version" : " 0.3.4 " ,
3+ "version" : " 0.3.5 " ,
44 "author" : " Cloudinary" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
108108export const SDK_METADATA = {
109109 language : "typescript" ,
110110 openapiDocVersion : "0.2.5" ,
111- sdkVersion : "0.3.4 " ,
112- genVersion : "2.629.1 " ,
111+ sdkVersion : "0.3.5 " ,
112+ genVersion : "2.630.6 " ,
113113 userAgent :
114- "speakeasy-sdk/typescript 0.3.4 2.629.1 0.2.5 @cloudinary/environment-config" ,
114+ "speakeasy-sdk/typescript 0.3.5 2.630.6 0.2.5 @cloudinary/environment-config" ,
115115} as const ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919export const app = buildApplication ( routes , {
2020 name : "mcp" ,
2121 versionInfo : {
22- currentVersion : "0.3.4 " ,
22+ currentVersion : "0.3.5 " ,
2323 } ,
2424} ) ;
2525
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function createMCPServer(deps: {
5050} ) {
5151 const server = new McpServer ( {
5252 name : "CloudinaryEnvConfig" ,
53- version : "0.3.4 " ,
53+ version : "0.3.5 " ,
5454 } ) ;
5555
5656 const client = new CloudinaryEnvConfigCore ( {
You can’t perform that action at this time.
0 commit comments