Skip to content

Commit d8c83e2

Browse files
committed
fix: use published @e4a/pg-js ^0.4.0 instead of local file link
The local file:// link doesn't work inside Docker containers. Use the published npm package instead.
1 parent bf5cceb commit d8c83e2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@deltablot/dropzone": "^7.4.3",
58-
"@e4a/pg-js": "file:../postguard-js",
58+
"@e4a/pg-js": "^0.4.0",
5959
"@iconify/svelte": "^4.0.2",
6060
"@privacybydesign/yivi-css": "^1.0.0-beta.4",
6161
"country-flag-icons": "^1.6.4",

yarn.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
dependencies:
1010
"@swc/helpers" "^0.5.18"
1111

12-
"@e4a/pg-js@file:../postguard-js":
13-
version "0.0.0-managed-by-semantic-release"
12+
"@e4a/pg-js@^0.4.0":
13+
version "0.4.0"
14+
resolved "https://registry.yarnpkg.com/@e4a/pg-js/-/pg-js-0.4.0.tgz#3fe7af1f544f38f6a56217c35c3d02ca8d474c0a"
15+
integrity sha512-0AO+HeuvdvgB7uDQI3zYc46iN9nEFq8EEl1kxEmdglVUr8khxbaTSnhBuGVOTKnIDCtTZabQbt2u0cm6PSE9LQ==
1416
dependencies:
1517
"@e4a/pg-wasm" "^0.5.5"
1618
"@privacybydesign/yivi-client" "^1.0.0-beta.4"

0 commit comments

Comments
 (0)