Skip to content

Commit 3c35886

Browse files
dahliacodex
andcommitted
Mark PostgreSQL package as side-effectful
The package applies Temporal polyfills at module load time, so its package metadata must not advertise the module as side-effect free. Set sideEffects to true so bundlers preserve the initialization when consumers import the package. #19 (comment) Co-Authored-By: OpenAI Codex <codex@openai.com>
1 parent 1edc47c commit 3c35886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/botkit-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"./package.json": "./package.json"
3737
},
38-
"sideEffects": false,
38+
"sideEffects": true,
3939
"files": [
4040
"dist",
4141
"LICENSE",

0 commit comments

Comments
 (0)