Skip to content

Commit 9f8d075

Browse files
authored
chore(node-config-provider): export Getters and their configs (#1586)
1 parent ad97da5 commit 9f8d075

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.changeset/empty-trainers-flash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smithy/node-config-provider": patch
3+
---
4+
5+
Export Getters and their configs

packages/node-config-provider/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
[![NPM version](https://img.shields.io/npm/v/@smithy/node-config-provider/latest.svg)](https://www.npmjs.com/package/@smithy/node-config-provider)
44
[![NPM downloads](https://img.shields.io/npm/dm/@smithy/node-config-provider.svg)](https://www.npmjs.com/package/@smithy/node-config-provider)
5+
6+
> An internal package
7+
8+
## Usage
9+
10+
You probably shouldn't, at least directly.
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
export * from "./configLoader";
2+
export { EnvOptions, GetterFromEnv } from "./fromEnv";
3+
export { GetterFromConfig, SharedConfigInit } from "./fromSharedConfigFiles";
4+
export { FromStaticConfig } from "./fromStatic";

0 commit comments

Comments
 (0)