Skip to content

Commit

Permalink
Merge pull-request #445
Browse files Browse the repository at this point in the history
  • Loading branch information
zkharit committed Dec 11, 2024
2 parents 9ac15aa + a2afffa commit fbb7007
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/telegram-cloud-storage-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @turnkey/telegram-cloud-storage-stamper

## 1.0.2

### Patch Changes

- Export the default cloud storage api key location

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/telegram-cloud-storage-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/telegram-cloud-storage-stamper",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/telegram-cloud-storage-stamper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type CloudStorageAPIKey = {
};

// Constant for default key name
const DEFAULT_TURNKEY_CLOUD_STORAGE_KEY = "TURNKEY_API_KEY";
export const DEFAULT_TURNKEY_CLOUD_STORAGE_KEY = "TURNKEY_API_KEY";

/**
* Stamper to use within a `TurnkeyClient`
Expand Down

0 comments on commit fbb7007

Please sign in to comment.