You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aws-sdk/util-dynamodb lists @aws-sdk/client-dynamodb as a devDependency, but imports it in public type definition files, so it should be a full dependency.
This is similar to #4481 and #4482. Please consider fixing them holistically, so that this class of issue does not recur in other context.
SDK version number
@aws-sdk/util-dynamodb@3.358.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v18.16.0
Reproduction Steps
pnpm init
pnpm i @aws-sdk/util-dynamodb typescript
echo "hoist=false" >.npmrc
RanVaknin
added
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 23, 2023
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Checkboxes for prior research
Describe the bug
@aws-sdk/util-dynamodb
lists@aws-sdk/client-dynamodb
as a devDependency, but imports it in public type definition files, so it should be a full dependency.This is similar to #4481 and #4482. Please consider fixing them holistically, so that this class of issue does not recur in other context.
SDK version number
@aws-sdk/util-dynamodb@3.358.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v18.16.0
Reproduction Steps
tsconfig.json:
index.ts:
Run
pnpm tsc
.Observed Behavior
Expected Behavior
Compiles successfully.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: