File tree Expand file tree Collapse file tree 10 files changed +26
-16
lines changed Expand file tree Collapse file tree 10 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.3.0
66 speakeasyVersion: 1.568.0
77 generationVersion: 2.632.2
8- releaseVersion: 0.4.0
9- configChecksum: 9c4ce8e35ba4cdb0bf985018fa58e99d
8+ releaseVersion: 0.4.1
9+ configChecksum: 7a6020d6f014093d43a6099c1a8661ac
1010 repoURL: https://github.com/cloudinary/environment-config-js.git
1111 installationURL: https://github.com/cloudinary/environment-config-js
1212 published: true
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.4.0
24+ version : 0.4.1
2525 additionalDependencies :
2626 dependencies : {}
2727 devDependencies : {}
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ sources:
1010 - 0.2.2
1111 Environment Config API:
1212 sourceNamespace: environment-config-api
13- sourceRevisionDigest: sha256:11e4817cc03c8b8f46f9cb0db10cfc84bb6db99f06ecbeb97940f5b535b4dab8
13+ sourceRevisionDigest: sha256:171d29ba5879fab3a43b9ed9f800dcf78d71aaf8709cf7da9fa62171a2435a31
1414 sourceBlobDigest: sha256:3c4f5398c2868cc0554e7dfa8d9980b07863b831e683db4b6db8edd47721234e
1515 tags:
1616 - latest
17- - speakeasy-sdk-regen-1750681278
17+ - speakeasy-sdk-regen-1750693079
1818 - 0.3.0
1919targets:
2020 config-js:
@@ -27,10 +27,10 @@ targets:
2727 environment-config-js:
2828 source: Environment Config API
2929 sourceNamespace: environment-config-api
30- sourceRevisionDigest: sha256:11e4817cc03c8b8f46f9cb0db10cfc84bb6db99f06ecbeb97940f5b535b4dab8
30+ sourceRevisionDigest: sha256:171d29ba5879fab3a43b9ed9f800dcf78d71aaf8709cf7da9fa62171a2435a31
3131 sourceBlobDigest: sha256:3c4f5398c2868cc0554e7dfa8d9980b07863b831e683db4b6db8edd47721234e
3232 codeSamplesNamespace: environment-config-api-typescript-code-samples
33- codeSamplesRevisionDigest: sha256:0e0c3c0af632442008843bf2eb8eb08cebe17714254f0dee723f9618532485ab
33+ codeSamplesRevisionDigest: sha256:640f6b74b212ae12e48dbeeb086adfae21485eafa5466d519874b773c985e036
3434workflow:
3535 workflowVersion: 1.0.0
3636 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -88,4 +88,14 @@ Based on:
8888### Generated
8989- [ typescript v0.4.0] .
9090### Releases
91- - [ NPM v0.4.0] https://www.npmjs.com/package/@cloudinary/environment-config/v/0.4.0 - .
91+ - [ NPM v0.4.0] https://www.npmjs.com/package/@cloudinary/environment-config/v/0.4.0 - .
92+
93+ ## 2025-06-23 15:37:43
94+ ### Changes
95+ Based on:
96+ - OpenAPI Doc
97+ - Speakeasy CLI 1.568.0 (2.632.2) https://github.com/speakeasy-api/speakeasy
98+ ### Generated
99+ - [ typescript v0.4.1] .
100+ ### Releases
101+ - [ NPM v0.4.1] https://www.npmjs.com/package/@cloudinary/environment-config/v/0.4.1 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @cloudinary/environment-config" ,
5- "version" : " 0.4.0 " ,
5+ "version" : " 0.4.1 " ,
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.4.0 " ,
3+ "version" : " 0.4.1 " ,
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.3.0" ,
111- sdkVersion : "0.4.0 " ,
111+ sdkVersion : "0.4.1 " ,
112112 genVersion : "2.632.2" ,
113113 userAgent :
114- "speakeasy-sdk/typescript 0.4.0 2.632.2 0.3.0 @cloudinary/environment-config" ,
114+ "speakeasy-sdk/typescript 0.4.1 2.632.2 0.3.0 @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.4.0 " ,
22+ currentVersion : "0.4.1 " ,
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.4.0 " ,
53+ version : "0.4.1 " ,
5454 } ) ;
5555
5656 const client = new CloudinaryEnvConfigCore ( {
You can’t perform that action at this time.
0 commit comments