Skip to content

Commit 9f7484d

Browse files
committed
fix: adding tslib and tsyringe as runtime dependencies
We're explicitly including these as they're required as assets in the vercel/pkg config.
1 parent fae762b commit 9f7484d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
"resource-counter": "^1.2.4",
119119
"sodium-native": "^3.4.1",
120120
"threads": "^1.6.5",
121-
"utp-native": "^2.5.3"
121+
"utp-native": "^2.5.3",
122+
"tslib": "^2.4.0",
123+
"tsyringe": "^4.7.0"
122124
},
123125
"devDependencies": {
124126
"@babel/preset-env": "^7.13.10",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"esModuleInterop": true,
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
15+
"importHelpers": true,
1516
"moduleResolution": "node",
1617
"module": "CommonJS",
1718
"target": "ES2022",

0 commit comments

Comments
 (0)