File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/parameters#readme" ,
33
33
"license" : " MIT-0" ,
34
+ "type" : " module" ,
34
35
"exports" : {
35
36
"." : {
36
37
"require" : {
Original file line number Diff line number Diff line change 1
- export * from './errors.js' ;
2
- export * from './constants.js' ;
1
+ export { GetParameterError , TransformParameterError } from './errors.js' ;
2
+ export { Transform } from './constants.js' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
GetOptions ,
11
11
GetMultipleOptions ,
12
12
} from '../../src/base/index.js' ;
13
- import { DEFAULT_MAX_AGE_SECS } from '../../src/index .js' ;
13
+ import { DEFAULT_MAX_AGE_SECS } from '../../src/constants .js' ;
14
14
import type { EnvironmentVariablesService } from '../../src/config/EnvironmentVariablesService.js' ;
15
15
import { ExpirableValue } from '../../src/base/ExpirableValue.js' ;
16
16
import {
You can’t perform that action at this time.
0 commit comments